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