Update to upstream 1.0.1
[profile/ivi/gsignond.git] / test / common / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 TESTS = commontest$(EXEEXT)
37 check_PROGRAMS = commontest$(EXEEXT)
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39         $(top_srcdir)/test/valgrind_common.mk
40 subdir = test/common
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
43         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
44         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46         $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48         $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = $(top_builddir)/config.h
51 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
53 am_commontest_OBJECTS = commontest-commontest.$(OBJEXT)
54 commontest_OBJECTS = $(am_commontest_OBJECTS)
55 am__DEPENDENCIES_1 =
56 commontest_DEPENDENCIES =  \
57         $(top_builddir)/src/common/libgsignond-common.la \
58         $(top_builddir)/src/gplugind/libgsignond-plugind-daemon.la \
59         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
60 AM_V_lt = $(am__v_lt_@AM_V@)
61 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
62 am__v_lt_0 = --silent
63 commontest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
64         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(commontest_CFLAGS) \
65         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
66 DEFAULT_INCLUDES = 
67 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
68 am__depfiles_maybe = depfiles
69 am__mv = mv -f
70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
73         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
74         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
75         $(AM_CFLAGS) $(CFLAGS)
76 AM_V_CC = $(am__v_CC_@AM_V@)
77 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
78 am__v_CC_0 = @echo "  CC    " $@;
79 AM_V_at = $(am__v_at_@AM_V@)
80 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
81 am__v_at_0 = @
82 CCLD = $(CC)
83 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
84         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85         $(AM_LDFLAGS) $(LDFLAGS) -o $@
86 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
87 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
88 am__v_CCLD_0 = @echo "  CCLD  " $@;
89 AM_V_GEN = $(am__v_GEN_@AM_V@)
90 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
91 am__v_GEN_0 = @echo "  GEN   " $@;
92 SOURCES = $(commontest_SOURCES)
93 DIST_SOURCES = $(commontest_SOURCES)
94 ETAGS = etags
95 CTAGS = ctags
96 am__tty_colors = \
97 red=; grn=; lgn=; blu=; std=
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 ACLOCAL = @ACLOCAL@
100 AMTAR = @AMTAR@
101 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
102 AR = @AR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 BASE_STORAGE_DIR = @BASE_STORAGE_DIR@
108 CC = @CC@
109 CCDEPMODE = @CCDEPMODE@
110 CFLAGS = @CFLAGS@
111 CHECK_CFLAGS = @CHECK_CFLAGS@
112 CHECK_LIBS = @CHECK_LIBS@
113 CPP = @CPP@
114 CPPFLAGS = @CPPFLAGS@
115 CYGPATH_W = @CYGPATH_W@
116 DBUS_INTERFACES_DIR = @DBUS_INTERFACES_DIR@
117 DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
118 DEFS = @DEFS@
119 DEPDIR = @DEPDIR@
120 DLLTOOL = @DLLTOOL@
121 DSYMUTIL = @DSYMUTIL@
122 DUMPBIN = @DUMPBIN@
123 ECHO_C = @ECHO_C@
124 ECHO_N = @ECHO_N@
125 ECHO_T = @ECHO_T@
126 EGREP = @EGREP@
127 EXEEXT = @EXEEXT@
128 FGREP = @FGREP@
129 GLIB_MKENUMS = @GLIB_MKENUMS@
130 GREP = @GREP@
131 GSIGNOND_CFLAGS = @GSIGNOND_CFLAGS@
132 GSIGNOND_LIBS = @GSIGNOND_LIBS@
133 GTKDOC_CHECK = @GTKDOC_CHECK@
134 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
135 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
136 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
137 GTKDOC_MKPDF = @GTKDOC_MKPDF@
138 GTKDOC_REBASE = @GTKDOC_REBASE@
139 GTestDBus_CFLAGS = @GTestDBus_CFLAGS@
140 GTestDBus_LIBS = @GTestDBus_LIBS@
141 HTML_DIR = @HTML_DIR@
142 INSTALL = @INSTALL@
143 INSTALL_DATA = @INSTALL_DATA@
144 INSTALL_PROGRAM = @INSTALL_PROGRAM@
145 INSTALL_SCRIPT = @INSTALL_SCRIPT@
146 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147 KEYCHAIN_SYSCTX = @KEYCHAIN_SYSCTX@
148 LD = @LD@
149 LDFLAGS = @LDFLAGS@
150 LIBECRYPTFS_CFLAGS = @LIBECRYPTFS_CFLAGS@
151 LIBECRYPTFS_LIBS = @LIBECRYPTFS_LIBS@
152 LIBOBJS = @LIBOBJS@
153 LIBS = @LIBS@
154 LIBSMACK_CFLAGS = @LIBSMACK_CFLAGS@
155 LIBSMACK_LIBS = @LIBSMACK_LIBS@
156 LIBTOOL = @LIBTOOL@
157 LIPO = @LIPO@
158 LN_S = @LN_S@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAKEINFO = @MAKEINFO@
161 MANIFEST_TOOL = @MANIFEST_TOOL@
162 MESSAGE_BUS_TYPE = @MESSAGE_BUS_TYPE@
163 MKDIR_P = @MKDIR_P@
164 NM = @NM@
165 NMEDIT = @NMEDIT@
166 OBJDUMP = @OBJDUMP@
167 OBJEXT = @OBJEXT@
168 OTOOL = @OTOOL@
169 OTOOL64 = @OTOOL64@
170 PACKAGE = @PACKAGE@
171 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172 PACKAGE_NAME = @PACKAGE_NAME@
173 PACKAGE_STRING = @PACKAGE_STRING@
174 PACKAGE_TARNAME = @PACKAGE_TARNAME@
175 PACKAGE_URL = @PACKAGE_URL@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 PKG_CONFIG = @PKG_CONFIG@
179 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
180 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
181 RANLIB = @RANLIB@
182 SED = @SED@
183 SET_MAKE = @SET_MAKE@
184 SHELL = @SHELL@
185 STRIP = @STRIP@
186 VERSION = @VERSION@
187 abs_builddir = @abs_builddir@
188 abs_srcdir = @abs_srcdir@
189 abs_top_builddir = @abs_top_builddir@
190 abs_top_srcdir = @abs_top_srcdir@
191 ac_ct_AR = @ac_ct_AR@
192 ac_ct_CC = @ac_ct_CC@
193 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
194 am__include = @am__include@
195 am__leading_dot = @am__leading_dot@
196 am__quote = @am__quote@
197 am__tar = @am__tar@
198 am__untar = @am__untar@
199 bindir = @bindir@
200 build = @build@
201 build_alias = @build_alias@
202 build_cpu = @build_cpu@
203 build_os = @build_os@
204 build_vendor = @build_vendor@
205 builddir = @builddir@
206 datadir = @datadir@
207 datarootdir = @datarootdir@
208 docdir = @docdir@
209 dvidir = @dvidir@
210 exec_prefix = @exec_prefix@
211 host = @host@
212 host_alias = @host_alias@
213 host_cpu = @host_cpu@
214 host_os = @host_os@
215 host_vendor = @host_vendor@
216 htmldir = @htmldir@
217 ifGNUmake = @ifGNUmake@
218 includedir = @includedir@
219 infodir = @infodir@
220 install_sh = @install_sh@
221 libdir = @libdir@
222 libexecdir = @libexecdir@
223 localedir = @localedir@
224 localstatedir = @localstatedir@
225 mandir = @mandir@
226 mkdir_p = @mkdir_p@
227 oldincludedir = @oldincludedir@
228 pdfdir = @pdfdir@
229 prefix = @prefix@
230 program_transform_name = @program_transform_name@
231 psdir = @psdir@
232 sbindir = @sbindir@
233 sharedstatedir = @sharedstatedir@
234 srcdir = @srcdir@
235 sysconfdir = @sysconfdir@
236 target_alias = @target_alias@
237 top_build_prefix = @top_build_prefix@
238 top_builddir = @top_builddir@
239 top_srcdir = @top_srcdir@
240 TESTS_ENVIRONMENT = SSO_GPLUGINS_DIR=$(top_builddir)/src/plugins/.libs \
241     SSO_BIN_DIR=$(top_builddir)/src/daemon/.libs \
242     SSO_STORAGE_PATH=/tmp/gsignond \
243     LD_LIBRARY_PATH="$(top_builddir)/src/common/.libs:$(top_builddir)/src/common/db/.libs:$(top_builddir)/src/daemon/.libs:$(top_builddir)/src/daemon/db/.libs:$(top_builddir)/src/daemon/dbus/.libs:$(top_builddir)/src/daemon/plugins/.libs"
244
245 VALGRIND_TESTS_DISABLE = 
246 SUPPRESSIONS = $(top_srcdir)/test/valgrind.supp
247 commontest_SOURCES = commontest.c
248 commontest_CFLAGS = \
249     $(GSIGNOND_CFLAGS) \
250     $(CHECK_CFLAGS) \
251     -I$(top_builddir) \
252     -I$(top_builddir)/src/ \
253     -I$(top_srcdir)/include/ \
254     -I$(top_srcdir)/src/
255
256 commontest_LDADD = \
257     $(top_builddir)/src/common/libgsignond-common.la \
258     $(top_builddir)/src/gplugind/libgsignond-plugind-daemon.la \
259     $(GSIGNOND_LIBS) \
260     $(CHECK_LIBS)
261
262 all: all-am
263
264 .SUFFIXES:
265 .SUFFIXES: .c .lo .o .obj
266 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/test/valgrind_common.mk $(am__configure_deps)
267         @for dep in $?; do \
268           case '$(am__configure_deps)' in \
269             *$$dep*) \
270               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
271                 && { if test -f $@; then exit 0; else break; fi; }; \
272               exit 1;; \
273           esac; \
274         done; \
275         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/common/Makefile'; \
276         $(am__cd) $(top_srcdir) && \
277           $(AUTOMAKE) --gnu test/common/Makefile
278 .PRECIOUS: Makefile
279 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
280         @case '$?' in \
281           *config.status*) \
282             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
283           *) \
284             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
285             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
286         esac;
287 $(top_srcdir)/test/valgrind_common.mk:
288
289 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
290         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
292 $(top_srcdir)/configure:  $(am__configure_deps)
293         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
295         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296 $(am__aclocal_m4_deps):
297
298 clean-checkPROGRAMS:
299         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
300         echo " rm -f" $$list; \
301         rm -f $$list || exit $$?; \
302         test -n "$(EXEEXT)" || exit 0; \
303         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
304         echo " rm -f" $$list; \
305         rm -f $$list
306 commontest$(EXEEXT): $(commontest_OBJECTS) $(commontest_DEPENDENCIES) $(EXTRA_commontest_DEPENDENCIES) 
307         @rm -f commontest$(EXEEXT)
308         $(AM_V_CCLD)$(commontest_LINK) $(commontest_OBJECTS) $(commontest_LDADD) $(LIBS)
309
310 mostlyclean-compile:
311         -rm -f *.$(OBJEXT)
312
313 distclean-compile:
314         -rm -f *.tab.c
315
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commontest-commontest.Po@am__quote@
317
318 .c.o:
319 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
320 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
321 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
325
326 .c.obj:
327 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
328 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
329 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
333
334 .c.lo:
335 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
336 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
337 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
339 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
341
342 commontest-commontest.o: commontest.c
343 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commontest_CFLAGS) $(CFLAGS) -MT commontest-commontest.o -MD -MP -MF $(DEPDIR)/commontest-commontest.Tpo -c -o commontest-commontest.o `test -f 'commontest.c' || echo '$(srcdir)/'`commontest.c
344 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/commontest-commontest.Tpo $(DEPDIR)/commontest-commontest.Po
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='commontest.c' object='commontest-commontest.o' libtool=no @AMDEPBACKSLASH@
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commontest_CFLAGS) $(CFLAGS) -c -o commontest-commontest.o `test -f 'commontest.c' || echo '$(srcdir)/'`commontest.c
348
349 commontest-commontest.obj: commontest.c
350 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commontest_CFLAGS) $(CFLAGS) -MT commontest-commontest.obj -MD -MP -MF $(DEPDIR)/commontest-commontest.Tpo -c -o commontest-commontest.obj `if test -f 'commontest.c'; then $(CYGPATH_W) 'commontest.c'; else $(CYGPATH_W) '$(srcdir)/commontest.c'; fi`
351 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/commontest-commontest.Tpo $(DEPDIR)/commontest-commontest.Po
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='commontest.c' object='commontest-commontest.obj' libtool=no @AMDEPBACKSLASH@
353 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(commontest_CFLAGS) $(CFLAGS) -c -o commontest-commontest.obj `if test -f 'commontest.c'; then $(CYGPATH_W) 'commontest.c'; else $(CYGPATH_W) '$(srcdir)/commontest.c'; fi`
355
356 mostlyclean-libtool:
357         -rm -f *.lo
358
359 clean-libtool:
360         -rm -rf .libs _libs
361
362 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
363         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364         unique=`for i in $$list; do \
365             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366           done | \
367           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368               END { if (nonempty) { for (i in files) print i; }; }'`; \
369         mkid -fID $$unique
370 tags: TAGS
371
372 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373                 $(TAGS_FILES) $(LISP)
374         set x; \
375         here=`pwd`; \
376         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
377         unique=`for i in $$list; do \
378             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379           done | \
380           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381               END { if (nonempty) { for (i in files) print i; }; }'`; \
382         shift; \
383         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
384           test -n "$$unique" || unique=$$empty_fix; \
385           if test $$# -gt 0; then \
386             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387               "$$@" $$unique; \
388           else \
389             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390               $$unique; \
391           fi; \
392         fi
393 ctags: CTAGS
394 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
395                 $(TAGS_FILES) $(LISP)
396         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
397         unique=`for i in $$list; do \
398             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399           done | \
400           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401               END { if (nonempty) { for (i in files) print i; }; }'`; \
402         test -z "$(CTAGS_ARGS)$$unique" \
403           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404              $$unique
405
406 GTAGS:
407         here=`$(am__cd) $(top_builddir) && pwd` \
408           && $(am__cd) $(top_srcdir) \
409           && gtags -i $(GTAGS_ARGS) "$$here"
410
411 distclean-tags:
412         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
414 check-TESTS: $(TESTS)
415         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
416         srcdir=$(srcdir); export srcdir; \
417         list=' $(TESTS) '; \
418         $(am__tty_colors); \
419         if test -n "$$list"; then \
420           for tst in $$list; do \
421             if test -f ./$$tst; then dir=./; \
422             elif test -f $$tst; then dir=; \
423             else dir="$(srcdir)/"; fi; \
424             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
425               all=`expr $$all + 1`; \
426               case " $(XFAIL_TESTS) " in \
427               *[\ \     ]$$tst[\ \      ]*) \
428                 xpass=`expr $$xpass + 1`; \
429                 failed=`expr $$failed + 1`; \
430                 col=$$red; res=XPASS; \
431               ;; \
432               *) \
433                 col=$$grn; res=PASS; \
434               ;; \
435               esac; \
436             elif test $$? -ne 77; then \
437               all=`expr $$all + 1`; \
438               case " $(XFAIL_TESTS) " in \
439               *[\ \     ]$$tst[\ \      ]*) \
440                 xfail=`expr $$xfail + 1`; \
441                 col=$$lgn; res=XFAIL; \
442               ;; \
443               *) \
444                 failed=`expr $$failed + 1`; \
445                 col=$$red; res=FAIL; \
446               ;; \
447               esac; \
448             else \
449               skip=`expr $$skip + 1`; \
450               col=$$blu; res=SKIP; \
451             fi; \
452             echo "$${col}$$res$${std}: $$tst"; \
453           done; \
454           if test "$$all" -eq 1; then \
455             tests="test"; \
456             All=""; \
457           else \
458             tests="tests"; \
459             All="All "; \
460           fi; \
461           if test "$$failed" -eq 0; then \
462             if test "$$xfail" -eq 0; then \
463               banner="$$All$$all $$tests passed"; \
464             else \
465               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
466               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
467             fi; \
468           else \
469             if test "$$xpass" -eq 0; then \
470               banner="$$failed of $$all $$tests failed"; \
471             else \
472               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
473               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
474             fi; \
475           fi; \
476           dashes="$$banner"; \
477           skipped=""; \
478           if test "$$skip" -ne 0; then \
479             if test "$$skip" -eq 1; then \
480               skipped="($$skip test was not run)"; \
481             else \
482               skipped="($$skip tests were not run)"; \
483             fi; \
484             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
485               dashes="$$skipped"; \
486           fi; \
487           report=""; \
488           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
489             report="Please report to $(PACKAGE_BUGREPORT)"; \
490             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
491               dashes="$$report"; \
492           fi; \
493           dashes=`echo "$$dashes" | sed s/./=/g`; \
494           if test "$$failed" -eq 0; then \
495             col="$$grn"; \
496           else \
497             col="$$red"; \
498           fi; \
499           echo "$${col}$$dashes$${std}"; \
500           echo "$${col}$$banner$${std}"; \
501           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
502           test -z "$$report" || echo "$${col}$$report$${std}"; \
503           echo "$${col}$$dashes$${std}"; \
504           test "$$failed" -eq 0; \
505         else :; fi
506
507 distdir: $(DISTFILES)
508         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510         list='$(DISTFILES)'; \
511           dist_files=`for file in $$list; do echo $$file; done | \
512           sed -e "s|^$$srcdirstrip/||;t" \
513               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
514         case $$dist_files in \
515           */*) $(MKDIR_P) `echo "$$dist_files" | \
516                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
517                            sort -u` ;; \
518         esac; \
519         for file in $$dist_files; do \
520           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521           if test -d $$d/$$file; then \
522             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
523             if test -d "$(distdir)/$$file"; then \
524               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525             fi; \
526             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
527               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
528               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529             fi; \
530             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531           else \
532             test -f "$(distdir)/$$file" \
533             || cp -p $$d/$$file "$(distdir)/$$file" \
534             || exit 1; \
535           fi; \
536         done
537 check-am: all-am
538         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
539         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
540 check: check-am
541 all-am: Makefile
542 installdirs:
543 install: install-am
544 install-exec: install-exec-am
545 install-data: install-data-am
546 uninstall: uninstall-am
547
548 install-am: all-am
549         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550
551 installcheck: installcheck-am
552 install-strip:
553         if test -z '$(STRIP)'; then \
554           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556               install; \
557         else \
558           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
561         fi
562 mostlyclean-generic:
563
564 clean-generic:
565
566 distclean-generic:
567         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
568         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
569
570 maintainer-clean-generic:
571         @echo "This command is intended for maintainers to use"
572         @echo "it deletes files that may require special tools to rebuild."
573 clean: clean-am
574
575 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
576         mostlyclean-am
577
578 distclean: distclean-am
579         -rm -rf ./$(DEPDIR)
580         -rm -f Makefile
581 distclean-am: clean-am distclean-compile distclean-generic \
582         distclean-tags
583
584 dvi: dvi-am
585
586 dvi-am:
587
588 html: html-am
589
590 html-am:
591
592 info: info-am
593
594 info-am:
595
596 install-data-am:
597
598 install-dvi: install-dvi-am
599
600 install-dvi-am:
601
602 install-exec-am:
603
604 install-html: install-html-am
605
606 install-html-am:
607
608 install-info: install-info-am
609
610 install-info-am:
611
612 install-man:
613
614 install-pdf: install-pdf-am
615
616 install-pdf-am:
617
618 install-ps: install-ps-am
619
620 install-ps-am:
621
622 installcheck-am:
623
624 maintainer-clean: maintainer-clean-am
625         -rm -rf ./$(DEPDIR)
626         -rm -f Makefile
627 maintainer-clean-am: distclean-am maintainer-clean-generic
628
629 mostlyclean: mostlyclean-am
630
631 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
632         mostlyclean-libtool
633
634 pdf: pdf-am
635
636 pdf-am:
637
638 ps: ps-am
639
640 ps-am:
641
642 uninstall-am:
643
644 .MAKE: check-am install-am install-strip
645
646 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
647         clean-checkPROGRAMS clean-generic clean-libtool ctags \
648         distclean distclean-compile distclean-generic \
649         distclean-libtool distclean-tags distdir dvi dvi-am html \
650         html-am info info-am install install-am install-data \
651         install-data-am install-dvi install-dvi-am install-exec \
652         install-exec-am install-html install-html-am install-info \
653         install-info-am install-man install-pdf install-pdf-am \
654         install-ps install-ps-am install-strip installcheck \
655         installcheck-am installdirs maintainer-clean \
656         maintainer-clean-generic mostlyclean mostlyclean-compile \
657         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
658         tags uninstall uninstall-am
659
660
661 %.valgrind: %
662         @$(TESTS_ENVIRONMENT) \
663         RUNNING_VALGRIND=yes \
664         CK_FORK=no \
665         CK_TIMEOUT_MULTIPLIER=10 \
666         G_SLICE=always-malloc \
667         $(LIBTOOL) --mode=execute \
668         valgrind -q \
669         $(foreach s,$(SUPPRESSIONS),--suppressions=$(s)) \
670         --tool=memcheck --leak-check=full --trace-children=yes \
671         --leak-resolution=high --num-callers=30 \
672         --error-exitcode=1 \
673         ./$*
674
675 valgrind: $(check_PROGRAMS)
676         for t in $(filter-out $(VALGRIND_TESTS_DISABLE),$(check_PROGRAMS)); do \
677                 $(MAKE) $$t.valgrind; \
678         done;
679
680 # Tell versions [3.59,3.63) of GNU make to not export all variables.
681 # Otherwise a system limit (for SysV at least) may be exceeded.
682 .NOEXPORT: