1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90check_PROGRAMS = test-timerange$(EXEEXT) test-timestamp$(EXEEXT) \
91	test-symbols$(EXEEXT) test-monitor$(EXEEXT) test-log$(EXEEXT) \
92	test-event$(EXEEXT) test-datasource$(EXEEXT) \
93	test-mimetypes$(EXEEXT) $(am__EXEEXT_1)
94subdir = test/c
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
97	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
98	$(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
99	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
100	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
101	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
102	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
103	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
104	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106	$(ACLOCAL_M4)
107DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
108mkinstalldirs = $(install_sh) -d
109CONFIG_HEADER = $(top_builddir)/config.h
110CONFIG_CLEAN_FILES =
111CONFIG_CLEAN_VPATH_FILES =
112am__EXEEXT_1 =
113am_test_datasource_OBJECTS = test-datasource.$(OBJEXT)
114test_datasource_OBJECTS = $(am_test_datasource_OBJECTS)
115test_datasource_LDADD = $(LDADD)
116AM_V_lt = $(am__v_lt_@AM_V@)
117am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
118am__v_lt_0 = --silent
119am__v_lt_1 =
120am_test_event_OBJECTS = test-event.$(OBJEXT)
121test_event_OBJECTS = $(am_test_event_OBJECTS)
122test_event_LDADD = $(LDADD)
123am_test_log_OBJECTS = test-log.$(OBJEXT)
124test_log_OBJECTS = $(am_test_log_OBJECTS)
125test_log_LDADD = $(LDADD)
126am_test_mimetypes_OBJECTS = test-mimetypes.$(OBJEXT)
127test_mimetypes_OBJECTS = $(am_test_mimetypes_OBJECTS)
128test_mimetypes_LDADD = $(LDADD)
129am_test_monitor_OBJECTS = test-monitor.$(OBJEXT)
130test_monitor_OBJECTS = $(am_test_monitor_OBJECTS)
131test_monitor_LDADD = $(LDADD)
132am_test_symbols_OBJECTS = test-symbols.$(OBJEXT)
133test_symbols_OBJECTS = $(am_test_symbols_OBJECTS)
134test_symbols_LDADD = $(LDADD)
135am_test_timerange_OBJECTS = test-timerange.$(OBJEXT)
136test_timerange_OBJECTS = $(am_test_timerange_OBJECTS)
137test_timerange_LDADD = $(LDADD)
138am_test_timestamp_OBJECTS = test-timestamp.$(OBJEXT)
139test_timestamp_OBJECTS = $(am_test_timestamp_OBJECTS)
140test_timestamp_LDADD = $(LDADD)
141AM_V_P = $(am__v_P_@AM_V@)
142am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143am__v_P_0 = false
144am__v_P_1 = :
145AM_V_GEN = $(am__v_GEN_@AM_V@)
146am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147am__v_GEN_0 = @echo "  GEN     " $@;
148am__v_GEN_1 =
149AM_V_at = $(am__v_at_@AM_V@)
150am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151am__v_at_0 = @
152am__v_at_1 =
153DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
154depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
155am__maybe_remake_depfiles = depfiles
156am__depfiles_remade = ./$(DEPDIR)/test-datasource.Po \
157	./$(DEPDIR)/test-event.Po ./$(DEPDIR)/test-log.Po \
158	./$(DEPDIR)/test-mimetypes.Po ./$(DEPDIR)/test-monitor.Po \
159	./$(DEPDIR)/test-symbols.Po ./$(DEPDIR)/test-timerange.Po \
160	./$(DEPDIR)/test-timestamp.Po
161am__mv = mv -f
162COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
166	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
167	$(AM_CFLAGS) $(CFLAGS)
168AM_V_CC = $(am__v_CC_@AM_V@)
169am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
170am__v_CC_0 = @echo "  CC      " $@;
171am__v_CC_1 =
172CCLD = $(CC)
173LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175	$(AM_LDFLAGS) $(LDFLAGS) -o $@
176AM_V_CCLD = $(am__v_CCLD_@AM_V@)
177am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
178am__v_CCLD_0 = @echo "  CCLD    " $@;
179am__v_CCLD_1 =
180SOURCES = $(test_datasource_SOURCES) $(test_event_SOURCES) \
181	$(test_log_SOURCES) $(test_mimetypes_SOURCES) \
182	$(test_monitor_SOURCES) $(test_symbols_SOURCES) \
183	$(test_timerange_SOURCES) $(test_timestamp_SOURCES)
184DIST_SOURCES = $(test_datasource_SOURCES) $(test_event_SOURCES) \
185	$(test_log_SOURCES) $(test_mimetypes_SOURCES) \
186	$(test_monitor_SOURCES) $(test_symbols_SOURCES) \
187	$(test_timerange_SOURCES) $(test_timestamp_SOURCES)
188am__can_run_installinfo = \
189  case $$AM_UPDATE_INFO_DIR in \
190    n|no|NO) false;; \
191    *) (install-info --version) >/dev/null 2>&1;; \
192  esac
193am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194# Read a list of newline-separated strings from the standard input,
195# and print each of them once, without duplicates.  Input order is
196# *not* preserved.
197am__uniquify_input = $(AWK) '\
198  BEGIN { nonempty = 0; } \
199  { items[$$0] = 1; nonempty = 1; } \
200  END { if (nonempty) { for (i in items) print i; }; } \
201'
202# Make sure the list of sources is unique.  This is necessary because,
203# e.g., the same source file might be shared among _SOURCES variables
204# for different programs/libraries.
205am__define_uniq_tagged_files = \
206  list='$(am__tagged_files)'; \
207  unique=`for i in $$list; do \
208    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209  done | $(am__uniquify_input)`
210ETAGS = etags
211CTAGS = ctags
212am__tty_colors_dummy = \
213  mgn= red= grn= lgn= blu= brg= std=; \
214  am__color_tests=no
215am__tty_colors = { \
216  $(am__tty_colors_dummy); \
217  if test "X$(AM_COLOR_TESTS)" = Xno; then \
218    am__color_tests=no; \
219  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
220    am__color_tests=yes; \
221  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
222    am__color_tests=yes; \
223  fi; \
224  if test $$am__color_tests = yes; then \
225    red=''; \
226    grn=''; \
227    lgn=''; \
228    blu=''; \
229    mgn=''; \
230    brg=''; \
231    std=''; \
232  fi; \
233}
234am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
235am__vpath_adj = case $$p in \
236    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
237    *) f=$$p;; \
238  esac;
239am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
240am__install_max = 40
241am__nobase_strip_setup = \
242  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
243am__nobase_strip = \
244  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
245am__nobase_list = $(am__nobase_strip_setup); \
246  for p in $$list; do echo "$$p $$p"; done | \
247  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
248  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
249    if (++n[$$2] == $(am__install_max)) \
250      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
251    END { for (dir in files) print dir, files[dir] }'
252am__base_list = \
253  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
254  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
255am__uninstall_files_from_dir = { \
256  test -z "$$files" \
257    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
258    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
259         $(am__cd) "$$dir" && rm -f $$files; }; \
260  }
261am__recheck_rx = ^[ 	]*:recheck:[ 	]*
262am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
263am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
264# A command that, given a newline-separated list of test names on the
265# standard input, print the name of the tests that are to be re-run
266# upon "make recheck".
267am__list_recheck_tests = $(AWK) '{ \
268  recheck = 1; \
269  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
270    { \
271      if (rc < 0) \
272        { \
273          if ((getline line2 < ($$0 ".log")) < 0) \
274	    recheck = 0; \
275          break; \
276        } \
277      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
278        { \
279          recheck = 0; \
280          break; \
281        } \
282      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
283        { \
284          break; \
285        } \
286    }; \
287  if (recheck) \
288    print $$0; \
289  close ($$0 ".trs"); \
290  close ($$0 ".log"); \
291}'
292# A command that, given a newline-separated list of test names on the
293# standard input, create the global log from their .trs and .log files.
294am__create_global_log = $(AWK) ' \
295function fatal(msg) \
296{ \
297  print "fatal: making $@: " msg | "cat >&2"; \
298  exit 1; \
299} \
300function rst_section(header) \
301{ \
302  print header; \
303  len = length(header); \
304  for (i = 1; i <= len; i = i + 1) \
305    printf "="; \
306  printf "\n\n"; \
307} \
308{ \
309  copy_in_global_log = 1; \
310  global_test_result = "RUN"; \
311  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
312    { \
313      if (rc < 0) \
314         fatal("failed to read from " $$0 ".trs"); \
315      if (line ~ /$(am__global_test_result_rx)/) \
316        { \
317          sub("$(am__global_test_result_rx)", "", line); \
318          sub("[ 	]*$$", "", line); \
319          global_test_result = line; \
320        } \
321      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
322        copy_in_global_log = 0; \
323    }; \
324  if (copy_in_global_log) \
325    { \
326      rst_section(global_test_result ": " $$0); \
327      while ((rc = (getline line < ($$0 ".log"))) != 0) \
328      { \
329        if (rc < 0) \
330          fatal("failed to read from " $$0 ".log"); \
331        print line; \
332      }; \
333      printf "\n"; \
334    }; \
335  close ($$0 ".trs"); \
336  close ($$0 ".log"); \
337}'
338# Restructured Text title.
339am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
340# Solaris 10 'make', and several other traditional 'make' implementations,
341# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
342# by disabling -e (using the XSI extension "set +e") if it's set.
343am__sh_e_setup = case $$- in *e*) set +e;; esac
344# Default flags passed to test drivers.
345am__common_driver_flags = \
346  --color-tests "$$am__color_tests" \
347  --enable-hard-errors "$$am__enable_hard_errors" \
348  --expect-failure "$$am__expect_failure"
349# To be inserted before the command running the test.  Creates the
350# directory for the log if needed.  Stores in $dir the directory
351# containing $f, in $tst the test, in $log the log.  Executes the
352# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
353# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
354# will run the test scripts (or their associated LOG_COMPILER, if
355# thy have one).
356am__check_pre = \
357$(am__sh_e_setup);					\
358$(am__vpath_adj_setup) $(am__vpath_adj)			\
359$(am__tty_colors);					\
360srcdir=$(srcdir); export srcdir;			\
361case "$@" in						\
362  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
363    *) am__odir=.;; 					\
364esac;							\
365test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
366  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
367if test -f "./$$f"; then dir=./;			\
368elif test -f "$$f"; then dir=;				\
369else dir="$(srcdir)/"; fi;				\
370tst=$$dir$$f; log='$@'; 				\
371if test -n '$(DISABLE_HARD_ERRORS)'; then		\
372  am__enable_hard_errors=no; 				\
373else							\
374  am__enable_hard_errors=yes; 				\
375fi; 							\
376case " $(XFAIL_TESTS) " in				\
377  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
378    am__expect_failure=yes;;				\
379  *)							\
380    am__expect_failure=no;;				\
381esac; 							\
382$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
383# A shell command to get the names of the tests scripts with any registered
384# extension removed (i.e., equivalently, the names of the test logs, with
385# the '.log' extension removed).  The result is saved in the shell variable
386# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
387# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
388# since that might cause problem with VPATH rewrites for suffix-less tests.
389# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
390am__set_TESTS_bases = \
391  bases='$(TEST_LOGS)'; \
392  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
393  bases=`echo $$bases`
394RECHECK_LOGS = $(TEST_LOGS)
395AM_RECURSIVE_TARGETS = check recheck
396TEST_SUITE_LOG = test-suite.log
397TEST_EXTENSIONS = @EXEEXT@ .test
398LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
399LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
400am__set_b = \
401  case '$@' in \
402    */*) \
403      case '$*' in \
404        */*) b='$*';; \
405          *) b=`echo '$@' | sed 's/\.log$$//'`; \
406       esac;; \
407    *) \
408      b='$*';; \
409  esac
410am__test_logs1 = $(TESTS:=.log)
411am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
412TEST_LOGS = $(am__test_logs2:.test.log=.log)
413TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
414TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
415	$(TEST_LOG_FLAGS)
416am__DIST_COMMON = $(srcdir)/Makefile.in \
417	$(top_srcdir)/build-aux/depcomp \
418	$(top_srcdir)/build-aux/test-driver
419DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
420ACLOCAL = @ACLOCAL@
421AMTAR = @AMTAR@
422AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
423AR = @AR@
424AUTOCONF = @AUTOCONF@
425AUTOHEADER = @AUTOHEADER@
426AUTOMAKE = @AUTOMAKE@
427AWK = @AWK@
428CC = @CC@
429CCDEPMODE = @CCDEPMODE@
430CFLAGS = @CFLAGS@
431CPP = @CPP@
432CPPFLAGS = @CPPFLAGS@
433CXX = @CXX@
434CXXCPP = @CXXCPP@
435CXXDEPMODE = @CXXDEPMODE@
436CXXFLAGS = @CXXFLAGS@
437CYGPATH_W = @CYGPATH_W@
438DEE_ICU_CFLAGS = @DEE_ICU_CFLAGS@
439DEE_ICU_LIBS = @DEE_ICU_LIBS@
440DEFS = @DEFS@
441DEPDIR = @DEPDIR@
442DLLTOOL = @DLLTOOL@
443DSYMUTIL = @DSYMUTIL@
444DUMPBIN = @DUMPBIN@
445ECHO_C = @ECHO_C@
446ECHO_N = @ECHO_N@
447ECHO_T = @ECHO_T@
448EGREP = @EGREP@
449EXEEXT = @EXEEXT@
450FGREP = @FGREP@
451GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
452GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
453GMSGFMT = @GMSGFMT@
454GMSGFMT_015 = @GMSGFMT_015@
455GREP = @GREP@
456GTKDOC_SCAN = @GTKDOC_SCAN@
457HAVE_XAPIAN = @HAVE_XAPIAN@
458INSTALL = @INSTALL@
459INSTALL_DATA = @INSTALL_DATA@
460INSTALL_PROGRAM = @INSTALL_PROGRAM@
461INSTALL_SCRIPT = @INSTALL_SCRIPT@
462INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
463INTLLIBS = @INTLLIBS@
464INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
465INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
466INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
467INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
468INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
469INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
470INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
471INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
472INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
473LD = @LD@
474LDFLAGS = @LDFLAGS@
475LIBICONV = @LIBICONV@
476LIBINTL = @LIBINTL@
477LIBOBJS = @LIBOBJS@
478LIBS = @LIBS@
479LIBTOOL = @LIBTOOL@
480LIBZEITGEIST_LT_VERSION = @LIBZEITGEIST_LT_VERSION@
481LIPO = @LIPO@
482LN_S = @LN_S@
483LTLIBICONV = @LTLIBICONV@
484LTLIBINTL = @LTLIBINTL@
485LTLIBOBJS = @LTLIBOBJS@
486LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
487MAINT = @MAINT@
488MAKEINFO = @MAKEINFO@
489MANIFEST_TOOL = @MANIFEST_TOOL@
490MKDIR_P = @MKDIR_P@
491MSGFMT = @MSGFMT@
492MSGFMT_015 = @MSGFMT_015@
493MSGMERGE = @MSGMERGE@
494NM = @NM@
495NMEDIT = @NMEDIT@
496OBJDUMP = @OBJDUMP@
497OBJEXT = @OBJEXT@
498OTOOL = @OTOOL@
499OTOOL64 = @OTOOL64@
500PACKAGE = @PACKAGE@
501PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
502PACKAGE_NAME = @PACKAGE_NAME@
503PACKAGE_STRING = @PACKAGE_STRING@
504PACKAGE_TARNAME = @PACKAGE_TARNAME@
505PACKAGE_URL = @PACKAGE_URL@
506PACKAGE_VERSION = @PACKAGE_VERSION@
507PATH_SEPARATOR = @PATH_SEPARATOR@
508PKG_CONFIG = @PKG_CONFIG@
509PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
510PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
511POSUB = @POSUB@
512PYTHON = @PYTHON@
513PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
514PYTHON_PLATFORM = @PYTHON_PLATFORM@
515PYTHON_PREFIX = @PYTHON_PREFIX@
516PYTHON_VERSION = @PYTHON_VERSION@
517RANLIB = @RANLIB@
518SED = @SED@
519SET_MAKE = @SET_MAKE@
520SHELL = @SHELL@
521STRIP = @STRIP@
522TELEPATHY_GLIB_CFLAGS = @TELEPATHY_GLIB_CFLAGS@
523TELEPATHY_GLIB_LIBS = @TELEPATHY_GLIB_LIBS@
524USE_NLS = @USE_NLS@
525VALAC = @VALAC@
526VALADOC = @VALADOC@
527VERSION = @VERSION@
528XAPIAN_CXXFLAGS = @XAPIAN_CXXFLAGS@
529XAPIAN_LIBS = @XAPIAN_LIBS@
530XGETTEXT = @XGETTEXT@
531XGETTEXT_015 = @XGETTEXT_015@
532XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
533ZEITGEIST_CFLAGS = @ZEITGEIST_CFLAGS@
534ZEITGEIST_DATAHUB_CFLAGS = @ZEITGEIST_DATAHUB_CFLAGS@
535ZEITGEIST_DATAHUB_LIBS = @ZEITGEIST_DATAHUB_LIBS@
536ZEITGEIST_LIBS = @ZEITGEIST_LIBS@
537_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
538_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
539abs_builddir = @abs_builddir@
540abs_srcdir = @abs_srcdir@
541abs_top_builddir = @abs_top_builddir@
542abs_top_srcdir = @abs_top_srcdir@
543ac_ct_AR = @ac_ct_AR@
544ac_ct_CC = @ac_ct_CC@
545ac_ct_CXX = @ac_ct_CXX@
546ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
547am__include = @am__include@
548am__leading_dot = @am__leading_dot@
549am__quote = @am__quote@
550am__tar = @am__tar@
551am__untar = @am__untar@
552bindir = @bindir@
553build = @build@
554build_alias = @build_alias@
555build_cpu = @build_cpu@
556build_os = @build_os@
557build_vendor = @build_vendor@
558builddir = @builddir@
559datadir = @datadir@
560datarootdir = @datarootdir@
561docdir = @docdir@
562dvidir = @dvidir@
563exec_prefix = @exec_prefix@
564host = @host@
565host_alias = @host_alias@
566host_cpu = @host_cpu@
567host_os = @host_os@
568host_vendor = @host_vendor@
569htmldir = @htmldir@
570includedir = @includedir@
571infodir = @infodir@
572install_sh = @install_sh@
573libdir = @libdir@
574libexecdir = @libexecdir@
575localedir = @localedir@
576localstatedir = @localstatedir@
577mandir = @mandir@
578mkdir_p = @mkdir_p@
579oldincludedir = @oldincludedir@
580pdfdir = @pdfdir@
581pkgpyexecdir = @pkgpyexecdir@
582pkgpythondir = @pkgpythondir@
583prefix = @prefix@
584program_transform_name = @program_transform_name@
585psdir = @psdir@
586pyexecdir = @pyexecdir@
587pythondir = @pythondir@
588runstatedir = @runstatedir@
589sbindir = @sbindir@
590sharedstatedir = @sharedstatedir@
591srcdir = @srcdir@
592sysconfdir = @sysconfdir@
593target_alias = @target_alias@
594top_build_prefix = @top_build_prefix@
595top_builddir = @top_builddir@
596top_srcdir = @top_srcdir@
597NULL =
598EXTRA_DIST = \
599	test.desktop
600
601AM_CFLAGS = \
602	-Wall  \
603	-g \
604	-DTEST_DIR=\"$(abs_srcdir)\" \
605	$(GIO_UNIX_CFLAGS) \
606	$(ZEITGEIST_CFLAGS) \
607	-I $(top_builddir)/libzeitgeist \
608	-include $(top_builddir)/libzeitgeist/zeitgeist-datamodel.h \
609	-include $(top_builddir)/libzeitgeist/zeitgeist.h \
610	$(NULL)
611
612AM_LDFLAGS = \
613	$(top_builddir)/libzeitgeist/libzeitgeist-datamodel-2.0.la \
614	$(top_builddir)/libzeitgeist/libzeitgeist-2.0.la \
615	$(GIO_UNIX_LIBS) \
616	$(ZEITGEIST_LIBS) \
617	$(NULL)
618
619TESTS = $(check_PROGRAMS)
620test_timerange_SOURCES = test-timerange.c
621test_timestamp_SOURCES = test-timestamp.c
622test_symbols_SOURCES = test-symbols.c
623test_monitor_SOURCES = test-monitor.c
624test_log_SOURCES = test-log.c
625test_event_SOURCES = test-event.c
626test_datasource_SOURCES = test-datasource.c
627test_mimetypes_SOURCES = test-mimetypes.c
628all: all-am
629
630.SUFFIXES:
631.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
632$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
633	@for dep in $?; do \
634	  case '$(am__configure_deps)' in \
635	    *$$dep*) \
636	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
637	        && { if test -f $@; then exit 0; else break; fi; }; \
638	      exit 1;; \
639	  esac; \
640	done; \
641	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/c/Makefile'; \
642	$(am__cd) $(top_srcdir) && \
643	  $(AUTOMAKE) --gnu test/c/Makefile
644Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
645	@case '$?' in \
646	  *config.status*) \
647	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
648	  *) \
649	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
650	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
651	esac;
652
653$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
654	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
655
656$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
657	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
658$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
659	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
660$(am__aclocal_m4_deps):
661
662clean-checkPROGRAMS:
663	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
664	echo " rm -f" $$list; \
665	rm -f $$list || exit $$?; \
666	test -n "$(EXEEXT)" || exit 0; \
667	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
668	echo " rm -f" $$list; \
669	rm -f $$list
670
671test-datasource$(EXEEXT): $(test_datasource_OBJECTS) $(test_datasource_DEPENDENCIES) $(EXTRA_test_datasource_DEPENDENCIES)
672	@rm -f test-datasource$(EXEEXT)
673	$(AM_V_CCLD)$(LINK) $(test_datasource_OBJECTS) $(test_datasource_LDADD) $(LIBS)
674
675test-event$(EXEEXT): $(test_event_OBJECTS) $(test_event_DEPENDENCIES) $(EXTRA_test_event_DEPENDENCIES)
676	@rm -f test-event$(EXEEXT)
677	$(AM_V_CCLD)$(LINK) $(test_event_OBJECTS) $(test_event_LDADD) $(LIBS)
678
679test-log$(EXEEXT): $(test_log_OBJECTS) $(test_log_DEPENDENCIES) $(EXTRA_test_log_DEPENDENCIES)
680	@rm -f test-log$(EXEEXT)
681	$(AM_V_CCLD)$(LINK) $(test_log_OBJECTS) $(test_log_LDADD) $(LIBS)
682
683test-mimetypes$(EXEEXT): $(test_mimetypes_OBJECTS) $(test_mimetypes_DEPENDENCIES) $(EXTRA_test_mimetypes_DEPENDENCIES)
684	@rm -f test-mimetypes$(EXEEXT)
685	$(AM_V_CCLD)$(LINK) $(test_mimetypes_OBJECTS) $(test_mimetypes_LDADD) $(LIBS)
686
687test-monitor$(EXEEXT): $(test_monitor_OBJECTS) $(test_monitor_DEPENDENCIES) $(EXTRA_test_monitor_DEPENDENCIES)
688	@rm -f test-monitor$(EXEEXT)
689	$(AM_V_CCLD)$(LINK) $(test_monitor_OBJECTS) $(test_monitor_LDADD) $(LIBS)
690
691test-symbols$(EXEEXT): $(test_symbols_OBJECTS) $(test_symbols_DEPENDENCIES) $(EXTRA_test_symbols_DEPENDENCIES)
692	@rm -f test-symbols$(EXEEXT)
693	$(AM_V_CCLD)$(LINK) $(test_symbols_OBJECTS) $(test_symbols_LDADD) $(LIBS)
694
695test-timerange$(EXEEXT): $(test_timerange_OBJECTS) $(test_timerange_DEPENDENCIES) $(EXTRA_test_timerange_DEPENDENCIES)
696	@rm -f test-timerange$(EXEEXT)
697	$(AM_V_CCLD)$(LINK) $(test_timerange_OBJECTS) $(test_timerange_LDADD) $(LIBS)
698
699test-timestamp$(EXEEXT): $(test_timestamp_OBJECTS) $(test_timestamp_DEPENDENCIES) $(EXTRA_test_timestamp_DEPENDENCIES)
700	@rm -f test-timestamp$(EXEEXT)
701	$(AM_V_CCLD)$(LINK) $(test_timestamp_OBJECTS) $(test_timestamp_LDADD) $(LIBS)
702
703mostlyclean-compile:
704	-rm -f *.$(OBJEXT)
705
706distclean-compile:
707	-rm -f *.tab.c
708
709@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-datasource.Po@am__quote@ # am--include-marker
710@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-event.Po@am__quote@ # am--include-marker
711@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-log.Po@am__quote@ # am--include-marker
712@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mimetypes.Po@am__quote@ # am--include-marker
713@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-monitor.Po@am__quote@ # am--include-marker
714@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-symbols.Po@am__quote@ # am--include-marker
715@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-timerange.Po@am__quote@ # am--include-marker
716@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-timestamp.Po@am__quote@ # am--include-marker
717
718$(am__depfiles_remade):
719	@$(MKDIR_P) $(@D)
720	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
721
722am--depfiles: $(am__depfiles_remade)
723
724.c.o:
725@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
726@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
727@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
728@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
729@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
730
731.c.obj:
732@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
733@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
734@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
735@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
736@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
737
738.c.lo:
739@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
740@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
741@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
742@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
743@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
744
745mostlyclean-libtool:
746	-rm -f *.lo
747
748clean-libtool:
749	-rm -rf .libs _libs
750
751ID: $(am__tagged_files)
752	$(am__define_uniq_tagged_files); mkid -fID $$unique
753tags: tags-am
754TAGS: tags
755
756tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
757	set x; \
758	here=`pwd`; \
759	$(am__define_uniq_tagged_files); \
760	shift; \
761	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
762	  test -n "$$unique" || unique=$$empty_fix; \
763	  if test $$# -gt 0; then \
764	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
765	      "$$@" $$unique; \
766	  else \
767	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
768	      $$unique; \
769	  fi; \
770	fi
771ctags: ctags-am
772
773CTAGS: ctags
774ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
775	$(am__define_uniq_tagged_files); \
776	test -z "$(CTAGS_ARGS)$$unique" \
777	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
778	     $$unique
779
780GTAGS:
781	here=`$(am__cd) $(top_builddir) && pwd` \
782	  && $(am__cd) $(top_srcdir) \
783	  && gtags -i $(GTAGS_ARGS) "$$here"
784cscopelist: cscopelist-am
785
786cscopelist-am: $(am__tagged_files)
787	list='$(am__tagged_files)'; \
788	case "$(srcdir)" in \
789	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
790	  *) sdir=$(subdir)/$(srcdir) ;; \
791	esac; \
792	for i in $$list; do \
793	  if test -f "$$i"; then \
794	    echo "$(subdir)/$$i"; \
795	  else \
796	    echo "$$sdir/$$i"; \
797	  fi; \
798	done >> $(top_builddir)/cscope.files
799
800distclean-tags:
801	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
802
803# Recover from deleted '.trs' file; this should ensure that
804# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
805# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
806# to avoid problems with "make -n".
807.log.trs:
808	rm -f $< $@
809	$(MAKE) $(AM_MAKEFLAGS) $<
810
811# Leading 'am--fnord' is there to ensure the list of targets does not
812# expand to empty, as could happen e.g. with make check TESTS=''.
813am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
814am--force-recheck:
815	@:
816
817$(TEST_SUITE_LOG): $(TEST_LOGS)
818	@$(am__set_TESTS_bases); \
819	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
820	redo_bases=`for i in $$bases; do \
821	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
822	            done`; \
823	if test -n "$$redo_bases"; then \
824	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
825	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
826	  if $(am__make_dryrun); then :; else \
827	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
828	  fi; \
829	fi; \
830	if test -n "$$am__remaking_logs"; then \
831	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
832	       "recursion detected" >&2; \
833	elif test -n "$$redo_logs"; then \
834	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
835	fi; \
836	if $(am__make_dryrun); then :; else \
837	  st=0;  \
838	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
839	  for i in $$redo_bases; do \
840	    test -f $$i.trs && test -r $$i.trs \
841	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
842	    test -f $$i.log && test -r $$i.log \
843	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
844	  done; \
845	  test $$st -eq 0 || exit 1; \
846	fi
847	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
848	ws='[ 	]'; \
849	results=`for b in $$bases; do echo $$b.trs; done`; \
850	test -n "$$results" || results=/dev/null; \
851	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
852	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
853	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
854	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
855	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
856	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
857	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
858	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
859	  success=true; \
860	else \
861	  success=false; \
862	fi; \
863	br='==================='; br=$$br$$br$$br$$br; \
864	result_count () \
865	{ \
866	    if test x"$$1" = x"--maybe-color"; then \
867	      maybe_colorize=yes; \
868	    elif test x"$$1" = x"--no-color"; then \
869	      maybe_colorize=no; \
870	    else \
871	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
872	    fi; \
873	    shift; \
874	    desc=$$1 count=$$2; \
875	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
876	      color_start=$$3 color_end=$$std; \
877	    else \
878	      color_start= color_end=; \
879	    fi; \
880	    echo "$${color_start}# $$desc $$count$${color_end}"; \
881	}; \
882	create_testsuite_report () \
883	{ \
884	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
885	  result_count $$1 "PASS: " $$pass  "$$grn"; \
886	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
887	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
888	  result_count $$1 "FAIL: " $$fail  "$$red"; \
889	  result_count $$1 "XPASS:" $$xpass "$$red"; \
890	  result_count $$1 "ERROR:" $$error "$$mgn"; \
891	}; \
892	{								\
893	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
894	    $(am__rst_title);						\
895	  create_testsuite_report --no-color;				\
896	  echo;								\
897	  echo ".. contents:: :depth: 2";				\
898	  echo;								\
899	  for b in $$bases; do echo $$b; done				\
900	    | $(am__create_global_log);					\
901	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
902	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
903	if $$success; then						\
904	  col="$$grn";							\
905	 else								\
906	  col="$$red";							\
907	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
908	fi;								\
909	echo "$${col}$$br$${std}"; 					\
910	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
911	echo "$${col}$$br$${std}"; 					\
912	create_testsuite_report --maybe-color;				\
913	echo "$$col$$br$$std";						\
914	if $$success; then :; else					\
915	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
916	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
917	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
918	  fi;								\
919	  echo "$$col$$br$$std";					\
920	fi;								\
921	$$success || exit 1
922
923check-TESTS: $(check_PROGRAMS)
924	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
925	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
926	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
927	@set +e; $(am__set_TESTS_bases); \
928	log_list=`for i in $$bases; do echo $$i.log; done`; \
929	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
930	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
931	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
932	exit $$?;
933recheck: all $(check_PROGRAMS)
934	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
935	@set +e; $(am__set_TESTS_bases); \
936	bases=`for i in $$bases; do echo $$i; done \
937	         | $(am__list_recheck_tests)` || exit 1; \
938	log_list=`for i in $$bases; do echo $$i.log; done`; \
939	log_list=`echo $$log_list`; \
940	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
941	        am__force_recheck=am--force-recheck \
942	        TEST_LOGS="$$log_list"; \
943	exit $$?
944test-timerange.log: test-timerange$(EXEEXT)
945	@p='test-timerange$(EXEEXT)'; \
946	b='test-timerange'; \
947	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
948	--log-file $$b.log --trs-file $$b.trs \
949	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
950	"$$tst" $(AM_TESTS_FD_REDIRECT)
951test-timestamp.log: test-timestamp$(EXEEXT)
952	@p='test-timestamp$(EXEEXT)'; \
953	b='test-timestamp'; \
954	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
955	--log-file $$b.log --trs-file $$b.trs \
956	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
957	"$$tst" $(AM_TESTS_FD_REDIRECT)
958test-symbols.log: test-symbols$(EXEEXT)
959	@p='test-symbols$(EXEEXT)'; \
960	b='test-symbols'; \
961	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
962	--log-file $$b.log --trs-file $$b.trs \
963	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
964	"$$tst" $(AM_TESTS_FD_REDIRECT)
965test-monitor.log: test-monitor$(EXEEXT)
966	@p='test-monitor$(EXEEXT)'; \
967	b='test-monitor'; \
968	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
969	--log-file $$b.log --trs-file $$b.trs \
970	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
971	"$$tst" $(AM_TESTS_FD_REDIRECT)
972test-log.log: test-log$(EXEEXT)
973	@p='test-log$(EXEEXT)'; \
974	b='test-log'; \
975	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
976	--log-file $$b.log --trs-file $$b.trs \
977	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
978	"$$tst" $(AM_TESTS_FD_REDIRECT)
979test-event.log: test-event$(EXEEXT)
980	@p='test-event$(EXEEXT)'; \
981	b='test-event'; \
982	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
983	--log-file $$b.log --trs-file $$b.trs \
984	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
985	"$$tst" $(AM_TESTS_FD_REDIRECT)
986test-datasource.log: test-datasource$(EXEEXT)
987	@p='test-datasource$(EXEEXT)'; \
988	b='test-datasource'; \
989	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
990	--log-file $$b.log --trs-file $$b.trs \
991	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
992	"$$tst" $(AM_TESTS_FD_REDIRECT)
993test-mimetypes.log: test-mimetypes$(EXEEXT)
994	@p='test-mimetypes$(EXEEXT)'; \
995	b='test-mimetypes'; \
996	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
997	--log-file $$b.log --trs-file $$b.trs \
998	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
999	"$$tst" $(AM_TESTS_FD_REDIRECT)
1000.test.log:
1001	@p='$<'; \
1002	$(am__set_b); \
1003	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1004	--log-file $$b.log --trs-file $$b.trs \
1005	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1006	"$$tst" $(AM_TESTS_FD_REDIRECT)
1007@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1008@am__EXEEXT_TRUE@	@p='$<'; \
1009@am__EXEEXT_TRUE@	$(am__set_b); \
1010@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1011@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1012@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1013@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1014
1015distdir: $(BUILT_SOURCES)
1016	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1017
1018distdir-am: $(DISTFILES)
1019	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1020	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1021	list='$(DISTFILES)'; \
1022	  dist_files=`for file in $$list; do echo $$file; done | \
1023	  sed -e "s|^$$srcdirstrip/||;t" \
1024	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1025	case $$dist_files in \
1026	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1027			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1028			   sort -u` ;; \
1029	esac; \
1030	for file in $$dist_files; do \
1031	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1032	  if test -d $$d/$$file; then \
1033	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1034	    if test -d "$(distdir)/$$file"; then \
1035	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1036	    fi; \
1037	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1038	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1039	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1040	    fi; \
1041	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1042	  else \
1043	    test -f "$(distdir)/$$file" \
1044	    || cp -p $$d/$$file "$(distdir)/$$file" \
1045	    || exit 1; \
1046	  fi; \
1047	done
1048check-am: all-am
1049	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1050	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1051check: check-am
1052all-am: Makefile
1053installdirs:
1054install: install-am
1055install-exec: install-exec-am
1056install-data: install-data-am
1057uninstall: uninstall-am
1058
1059install-am: all-am
1060	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1061
1062installcheck: installcheck-am
1063install-strip:
1064	if test -z '$(STRIP)'; then \
1065	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1066	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1067	      install; \
1068	else \
1069	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1070	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1071	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1072	fi
1073mostlyclean-generic:
1074	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1075	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1076	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1077
1078clean-generic:
1079
1080distclean-generic:
1081	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1082	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1083
1084maintainer-clean-generic:
1085	@echo "This command is intended for maintainers to use"
1086	@echo "it deletes files that may require special tools to rebuild."
1087clean: clean-am
1088
1089clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1090	mostlyclean-am
1091
1092distclean: distclean-am
1093		-rm -f ./$(DEPDIR)/test-datasource.Po
1094	-rm -f ./$(DEPDIR)/test-event.Po
1095	-rm -f ./$(DEPDIR)/test-log.Po
1096	-rm -f ./$(DEPDIR)/test-mimetypes.Po
1097	-rm -f ./$(DEPDIR)/test-monitor.Po
1098	-rm -f ./$(DEPDIR)/test-symbols.Po
1099	-rm -f ./$(DEPDIR)/test-timerange.Po
1100	-rm -f ./$(DEPDIR)/test-timestamp.Po
1101	-rm -f Makefile
1102distclean-am: clean-am distclean-compile distclean-generic \
1103	distclean-tags
1104
1105dvi: dvi-am
1106
1107dvi-am:
1108
1109html: html-am
1110
1111html-am:
1112
1113info: info-am
1114
1115info-am:
1116
1117install-data-am:
1118
1119install-dvi: install-dvi-am
1120
1121install-dvi-am:
1122
1123install-exec-am:
1124
1125install-html: install-html-am
1126
1127install-html-am:
1128
1129install-info: install-info-am
1130
1131install-info-am:
1132
1133install-man:
1134
1135install-pdf: install-pdf-am
1136
1137install-pdf-am:
1138
1139install-ps: install-ps-am
1140
1141install-ps-am:
1142
1143installcheck-am:
1144
1145maintainer-clean: maintainer-clean-am
1146		-rm -f ./$(DEPDIR)/test-datasource.Po
1147	-rm -f ./$(DEPDIR)/test-event.Po
1148	-rm -f ./$(DEPDIR)/test-log.Po
1149	-rm -f ./$(DEPDIR)/test-mimetypes.Po
1150	-rm -f ./$(DEPDIR)/test-monitor.Po
1151	-rm -f ./$(DEPDIR)/test-symbols.Po
1152	-rm -f ./$(DEPDIR)/test-timerange.Po
1153	-rm -f ./$(DEPDIR)/test-timestamp.Po
1154	-rm -f Makefile
1155maintainer-clean-am: distclean-am maintainer-clean-generic
1156
1157mostlyclean: mostlyclean-am
1158
1159mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1160	mostlyclean-libtool
1161
1162pdf: pdf-am
1163
1164pdf-am:
1165
1166ps: ps-am
1167
1168ps-am:
1169
1170uninstall-am:
1171
1172.MAKE: check-am install-am install-strip
1173
1174.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
1175	check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
1176	cscopelist-am ctags ctags-am distclean distclean-compile \
1177	distclean-generic distclean-libtool distclean-tags distdir dvi \
1178	dvi-am html html-am info info-am install install-am \
1179	install-data install-data-am install-dvi install-dvi-am \
1180	install-exec install-exec-am install-html install-html-am \
1181	install-info install-info-am install-man install-pdf \
1182	install-pdf-am install-ps install-ps-am install-strip \
1183	installcheck installcheck-am installdirs maintainer-clean \
1184	maintainer-clean-generic mostlyclean mostlyclean-compile \
1185	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1186	recheck tags tags-am uninstall uninstall-am
1187
1188.PRECIOUS: Makefile
1189
1190
1191# HEADLESS CHECKS
1192# Start up a new Zeitgeist on a private bus using only a
1193# memory backed log database. We also need a fake X server
1194# because dbus-launch requires an X server...
1195check-headless:
1196	export ZEITGEIST_DATABASE_PATH=":memory:"; \
1197	export DISPLAY=":1"; \
1198	Xvfb :1 -screen 0 1024x768x8 & \
1199	dbus-launch > _sessionbus.sh; \
1200	source _sessionbus.sh; \
1201	cat _sessionbus.sh; \
1202	zeitgeist-daemon --quit; \
1203	zeitgeist-daemon --no-datahub & \
1204	make check; \
1205	zeitgeist-daemon --quit; \
1206	kill `grep DBUS_SESSION_BUS_PID _sessionbus.sh | grep -oE '[0-9]+'`; \
1207	pkill Xvfb; \
1208	rm _sessionbus.sh
1209
1210# Tell versions [3.59,3.63) of GNU make to not export all variables.
1211# Otherwise a system limit (for SysV at least) may be exceeded.
1212.NOEXPORT:
1213