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