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