0039b6af6857e97a502ca9e4a1d372f46e295a03
[platform/upstream/pygobject2.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80
81 # regress.c needs cairo
82 @ENABLE_CAIRO_TRUE@am__append_1 = libregress.la
83 @ENABLE_CAIRO_TRUE@am__append_2 = Regress-1.0.typelib
84 subdir = tests
85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86         $(top_srcdir)/depcomp
87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
89         $(top_srcdir)/m4/jhflags.m4 $(top_srcdir)/m4/libtool.m4 \
90         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
91         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
92         $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94         $(ACLOCAL_M4)
95 mkinstalldirs = $(install_sh) -d
96 CONFIG_HEADER = $(top_builddir)/config.h
97 CONFIG_CLEAN_FILES =
98 CONFIG_CLEAN_VPATH_FILES =
99 libgimarshallingtests_la_LIBADD =
100 nodist_libgimarshallingtests_la_OBJECTS =  \
101         libgimarshallingtests_la-gimarshallingtests.lo
102 libgimarshallingtests_la_OBJECTS =  \
103         $(nodist_libgimarshallingtests_la_OBJECTS)
104 AM_V_lt = $(am__v_lt_@AM_V@)
105 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
106 am__v_lt_0 = --silent
107 am__v_lt_1 = 
108 libgimarshallingtests_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
109         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
110         $(libgimarshallingtests_la_CFLAGS) $(CFLAGS) \
111         $(libgimarshallingtests_la_LDFLAGS) $(LDFLAGS) -o $@
112 libregress_la_LIBADD =
113 @ENABLE_CAIRO_TRUE@nodist_libregress_la_OBJECTS =  \
114 @ENABLE_CAIRO_TRUE@     libregress_la-regress.lo
115 libregress_la_OBJECTS = $(nodist_libregress_la_OBJECTS)
116 libregress_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
117         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libregress_la_CFLAGS) \
118         $(CFLAGS) $(libregress_la_LDFLAGS) $(LDFLAGS) -o $@
119 @ENABLE_CAIRO_TRUE@am_libregress_la_rpath =
120 am__DEPENDENCIES_1 =
121 testhelper_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
122 am_testhelper_la_OBJECTS = testhelper_la-testhelpermodule.lo \
123         testhelper_la-test-floating.lo testhelper_la-test-thread.lo \
124         testhelper_la-test-unknown.lo
125 testhelper_la_OBJECTS = $(am_testhelper_la_OBJECTS)
126 testhelper_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
127         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(testhelper_la_CFLAGS) \
128         $(CFLAGS) $(testhelper_la_LDFLAGS) $(LDFLAGS) -o $@
129 AM_V_P = $(am__v_P_@AM_V@)
130 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131 am__v_P_0 = false
132 am__v_P_1 = :
133 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135 am__v_GEN_0 = @echo "  GEN     " $@;
136 am__v_GEN_1 = 
137 AM_V_at = $(am__v_at_@AM_V@)
138 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 am__v_at_0 = @
140 am__v_at_1 = 
141 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
142 depcomp = $(SHELL) $(top_srcdir)/depcomp
143 am__depfiles_maybe = depfiles
144 am__mv = mv -f
145 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
149         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
150         $(AM_CFLAGS) $(CFLAGS)
151 AM_V_CC = $(am__v_CC_@AM_V@)
152 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
153 am__v_CC_0 = @echo "  CC      " $@;
154 am__v_CC_1 = 
155 CCLD = $(CC)
156 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
158         $(AM_LDFLAGS) $(LDFLAGS) -o $@
159 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161 am__v_CCLD_0 = @echo "  CCLD    " $@;
162 am__v_CCLD_1 = 
163 SOURCES = $(nodist_libgimarshallingtests_la_SOURCES) \
164         $(nodist_libregress_la_SOURCES) $(testhelper_la_SOURCES)
165 DIST_SOURCES = $(testhelper_la_SOURCES)
166 am__can_run_installinfo = \
167   case $$AM_UPDATE_INFO_DIR in \
168     n|no|NO) false;; \
169     *) (install-info --version) >/dev/null 2>&1;; \
170   esac
171 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
172 # Read a list of newline-separated strings from the standard input,
173 # and print each of them once, without duplicates.  Input order is
174 # *not* preserved.
175 am__uniquify_input = $(AWK) '\
176   BEGIN { nonempty = 0; } \
177   { items[$$0] = 1; nonempty = 1; } \
178   END { if (nonempty) { for (i in items) print i; }; } \
179 '
180 # Make sure the list of sources is unique.  This is necessary because,
181 # e.g., the same source file might be shared among _SOURCES variables
182 # for different programs/libraries.
183 am__define_uniq_tagged_files = \
184   list='$(am__tagged_files)'; \
185   unique=`for i in $$list; do \
186     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
187   done | $(am__uniquify_input)`
188 ETAGS = etags
189 CTAGS = ctags
190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 ACLOCAL = @ACLOCAL@
192 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
193 AMTAR = @AMTAR@
194 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195 AR = @AR@
196 AS = @AS@
197 AUTOCONF = @AUTOCONF@
198 AUTOHEADER = @AUTOHEADER@
199 AUTOMAKE = @AUTOMAKE@
200 AWK = @AWK@
201 CAIRO_CFLAGS = @CAIRO_CFLAGS@
202 CAIRO_LIBS = @CAIRO_LIBS@
203 CC = @CC@
204 CCDEPMODE = @CCDEPMODE@
205 CFLAGS = @CFLAGS@
206 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
207 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
208 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
209 CPP = @CPP@
210 CPPFLAGS = @CPPFLAGS@
211 CYGPATH_W = @CYGPATH_W@
212 DATADIR = @DATADIR@
213 DEFS = @DEFS@
214 DEPDIR = @DEPDIR@
215 DLLTOOL = @DLLTOOL@
216 DSYMUTIL = @DSYMUTIL@
217 DUMPBIN = @DUMPBIN@
218 ECHO_C = @ECHO_C@
219 ECHO_N = @ECHO_N@
220 ECHO_T = @ECHO_T@
221 EGREP = @EGREP@
222 EXEEXT = @EXEEXT@
223 FFI_CFLAGS = @FFI_CFLAGS@
224 FFI_LIBS = @FFI_LIBS@
225 FGREP = @FGREP@
226 GENHTML = @GENHTML@
227 GIO_CFLAGS = @GIO_CFLAGS@
228 GIO_LIBS = @GIO_LIBS@
229 GI_CFLAGS = @GI_CFLAGS@
230 GI_DATADIR = @GI_DATADIR@
231 GI_LIBS = @GI_LIBS@
232 GLIB_CFLAGS = @GLIB_CFLAGS@
233 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
234 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
235 GLIB_LIBS = @GLIB_LIBS@
236 GLIB_MKENUMS = @GLIB_MKENUMS@
237 GOBJECT_QUERY = @GOBJECT_QUERY@
238 GREP = @GREP@
239 INSTALL = @INSTALL@
240 INSTALL_DATA = @INSTALL_DATA@
241 INSTALL_PROGRAM = @INSTALL_PROGRAM@
242 INSTALL_SCRIPT = @INSTALL_SCRIPT@
243 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
244 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
245 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
246 LCOV = @LCOV@
247 LD = @LD@
248 LDFLAGS = @LDFLAGS@
249 LIBFFI_PC = @LIBFFI_PC@
250 LIBOBJS = @LIBOBJS@
251 LIBS = @LIBS@
252 LIBTOOL = @LIBTOOL@
253 LIPO = @LIPO@
254 LN_S = @LN_S@
255 LTLIBOBJS = @LTLIBOBJS@
256 MAKEINFO = @MAKEINFO@
257 MANIFEST_TOOL = @MANIFEST_TOOL@
258 MKDIR_P = @MKDIR_P@
259 NM = @NM@
260 NMEDIT = @NMEDIT@
261 OBJDUMP = @OBJDUMP@
262 OBJEXT = @OBJEXT@
263 OS_EXT = @OS_EXT@
264 OTOOL = @OTOOL@
265 OTOOL64 = @OTOOL64@
266 PACKAGE = @PACKAGE@
267 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268 PACKAGE_NAME = @PACKAGE_NAME@
269 PACKAGE_STRING = @PACKAGE_STRING@
270 PACKAGE_TARNAME = @PACKAGE_TARNAME@
271 PACKAGE_URL = @PACKAGE_URL@
272 PACKAGE_VERSION = @PACKAGE_VERSION@
273 PATH_SEPARATOR = @PATH_SEPARATOR@
274 PKG_CONFIG = @PKG_CONFIG@
275 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
276 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
277 PLATFORM = @PLATFORM@
278 PYCAIRO_CFLAGS = @PYCAIRO_CFLAGS@
279 PYCAIRO_LIBS = @PYCAIRO_LIBS@
280 PYGOBJECT_MAJOR_VERSION = @PYGOBJECT_MAJOR_VERSION@
281 PYGOBJECT_MICRO_VERSION = @PYGOBJECT_MICRO_VERSION@
282 PYGOBJECT_MINOR_VERSION = @PYGOBJECT_MINOR_VERSION@
283 PYTHON = @PYTHON@
284 PYTHON_BASENAME = @PYTHON_BASENAME@
285 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
286 PYTHON_INCLUDES = @PYTHON_INCLUDES@
287 PYTHON_LIBS = @PYTHON_LIBS@
288 PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
289 PYTHON_PLATFORM = @PYTHON_PLATFORM@
290 PYTHON_PREFIX = @PYTHON_PREFIX@
291 PYTHON_SO = @PYTHON_SO@
292 PYTHON_VERSION = @PYTHON_VERSION@
293 RANLIB = @RANLIB@
294 SED = @SED@
295 SET_MAKE = @SET_MAKE@
296 SHELL = @SHELL@
297 STRIP = @STRIP@
298 THREADING_CFLAGS = @THREADING_CFLAGS@
299 VERSION = @VERSION@
300 WARN_CFLAGS = @WARN_CFLAGS@
301 abs_builddir = @abs_builddir@
302 abs_srcdir = @abs_srcdir@
303 abs_top_builddir = @abs_top_builddir@
304 abs_top_srcdir = @abs_top_srcdir@
305 ac_ct_AR = @ac_ct_AR@
306 ac_ct_CC = @ac_ct_CC@
307 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
308 am__include = @am__include@
309 am__leading_dot = @am__leading_dot@
310 am__quote = @am__quote@
311 am__tar = @am__tar@
312 am__untar = @am__untar@
313 bindir = @bindir@
314 build = @build@
315 build_alias = @build_alias@
316 build_cpu = @build_cpu@
317 build_os = @build_os@
318 build_vendor = @build_vendor@
319 builddir = @builddir@
320 datadir = @datadir@
321 datarootdir = @datarootdir@
322 docdir = @docdir@
323 dvidir = @dvidir@
324 exec_prefix = @exec_prefix@
325 host = @host@
326 host_alias = @host_alias@
327 host_cpu = @host_cpu@
328 host_os = @host_os@
329 host_vendor = @host_vendor@
330 htmldir = @htmldir@
331 includedir = @includedir@
332 infodir = @infodir@
333 install_sh = @install_sh@
334 libdir = @libdir@
335 libexecdir = @libexecdir@
336 localedir = @localedir@
337 localstatedir = @localstatedir@
338 mandir = @mandir@
339 mkdir_p = @mkdir_p@
340 oldincludedir = @oldincludedir@
341 pdfdir = @pdfdir@
342 pkgpyexecdir = @pkgpyexecdir@
343 pkgpythondir = @pkgpythondir@
344 prefix = @prefix@
345 program_transform_name = @program_transform_name@
346 psdir = @psdir@
347 pyexecdir = @pyexecdir@
348 pythondir = @pythondir@
349 sbindir = @sbindir@
350 sharedstatedir = @sharedstatedir@
351 srcdir = @srcdir@
352 sysconfdir = @sysconfdir@
353 target_alias = @target_alias@
354 top_build_prefix = @top_build_prefix@
355 top_builddir = @top_builddir@
356 top_srcdir = @top_srcdir@
357 CLEANFILES = Regress-1.0.gir Regress-1.0.typelib \
358         GIMarshallingTests-1.0.gir GIMarshallingTests-1.0.typelib \
359         gschemas.compiled
360 check_LTLIBRARIES = libgimarshallingtests.la $(am__append_1) \
361         testhelper.la
362 test_typelibs = GIMarshallingTests-1.0.typelib $(am__append_2)
363 nodist_libgimarshallingtests_la_SOURCES = $(GI_DATADIR)/tests/gimarshallingtests.c $(GI_DATADIR)/tests/gimarshallingtests.h
364 libgimarshallingtests_la_CFLAGS = $(GLIB_CFLAGS)
365 libgimarshallingtests_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) -no-undefined
366 @ENABLE_CAIRO_TRUE@nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
367 @ENABLE_CAIRO_TRUE@libregress_la_CFLAGS = $(GIO_CFLAGS) $(CAIRO_CFLAGS)
368 @ENABLE_CAIRO_TRUE@libregress_la_LDFLAGS = -module -avoid-version $(GIO_LIBS) $(CAIRO_LIBS) -no-undefined
369 testhelper_la_CFLAGS = -I$(top_srcdir)/gi $(PYTHON_INCLUDES) $(GLIB_CFLAGS)
370 testhelper_la_LDFLAGS = -module -avoid-version -no-undefined $(PYTHON_LIBS)
371 testhelper_la_LIBADD = $(GLIB_LIBS)
372 testhelper_la_SOURCES = \
373         testhelpermodule.c \
374         test-floating.c \
375         test-thread.c \
376         test-unknown.c
377
378 EXTRA_DIST = \
379         compathelper.py \
380         runtests.py \
381         runtests-windows.py \
382         testmodule.py \
383         test-floating.h \
384         test-thread.h \
385         test-unknown.h \
386         te_ST@nouppera \
387         org.gnome.test.gschema.xml \
388         test_cairo.py \
389         test_error.py \
390         test_gio.py \
391         test_glib.py \
392         test_gobject.py \
393         test_gtype.py \
394         test_interface.py \
395         test_internal_api.py \
396         test_iochannel.py \
397         test_mainloop.py \
398         test_object_marshaling.py \
399         test_option.py \
400         test_properties.py \
401         test_signal.py \
402         test_source.py \
403         test_subprocess.py \
404         test_thread.py \
405         test_typeclass.py \
406         test_everything.py \
407         test_gi.py \
408         test_gdbus.py \
409         test_import_machinery.py \
410         test_overrides_glib.py \
411         test_overrides_pango.py \
412         test_overrides_gdk.py \
413         test_overrides_gtk.py \
414         test_atoms.py \
415         test_generictreemodel.py \
416         test_docstring.py \
417         test_repository.py \
418         compat_test_pygtk.py \
419         gi/__init__.py \
420         gi/overrides/__init__.py \
421         gi/overrides/Regress.py \
422         $(NULL)
423
424 DBUS_LAUNCH = $(shell which dbus-launch)
425 RUN_TESTS_ENV_VARS = \
426         PYTHONPATH=$(top_builddir):$(top_builddir)/tests:$${PYTHONPATH:+:$$PYTHONPATH} \
427         LD_LIBRARY_PATH=$(builddir)/.libs:$$LD_LIBRARY_PATH \
428         GI_TYPELIB_PATH=$(builddir):$$GI_TYPELIB_PATH \
429         XDG_DATA_DIRS=$$XDG_DATA_DIRS:/usr/share \
430         MALLOC_PERTURB_=85 \
431         MALLOC_CHECK_=3 \
432         G_SLICE=debug-blocks \
433         TESTS_BUILDDIR=$(builddir)
434
435 all: all-am
436
437 .SUFFIXES:
438 .SUFFIXES: .$(OS_EXT) .c .la .lo .o .obj
439 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
440         @for dep in $?; do \
441           case '$(am__configure_deps)' in \
442             *$$dep*) \
443               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
444                 && { if test -f $@; then exit 0; else break; fi; }; \
445               exit 1;; \
446           esac; \
447         done; \
448         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
449         $(am__cd) $(top_srcdir) && \
450           $(AUTOMAKE) --foreign tests/Makefile
451 .PRECIOUS: Makefile
452 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
453         @case '$?' in \
454           *config.status*) \
455             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
456           *) \
457             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
458             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
459         esac;
460
461 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
462         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
463
464 $(top_srcdir)/configure:  $(am__configure_deps)
465         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
467         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
468 $(am__aclocal_m4_deps):
469
470 clean-checkLTLIBRARIES:
471         -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
472         @list='$(check_LTLIBRARIES)'; \
473         locs=`for p in $$list; do echo $$p; done | \
474               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
475               sort -u`; \
476         test -z "$$locs" || { \
477           echo rm -f $${locs}; \
478           rm -f $${locs}; \
479         }
480
481 @ENABLE_CAIRO_FALSE@libregress.la: $(libregress_la_OBJECTS) $(libregress_la_DEPENDENCIES) $(EXTRA_libregress_la_DEPENDENCIES) 
482 @ENABLE_CAIRO_FALSE@    $(AM_V_CCLD)$(libregress_la_LINK) $(am_libregress_la_rpath) $(libregress_la_OBJECTS) $(libregress_la_LIBADD) $(LIBS)
483
484 mostlyclean-compile:
485         -rm -f *.$(OBJEXT)
486
487 distclean-compile:
488         -rm -f *.tab.c
489
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgimarshallingtests_la-gimarshallingtests.Plo@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libregress_la-regress.Plo@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testhelper_la-test-floating.Plo@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testhelper_la-test-thread.Plo@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testhelper_la-test-unknown.Plo@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testhelper_la-testhelpermodule.Plo@am__quote@
496
497 .c.o:
498 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
499 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
500 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
501 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
503
504 .c.obj:
505 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
506 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
508 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
510
511 .c.lo:
512 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
513 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
517
518 libgimarshallingtests_la-gimarshallingtests.lo: $(GI_DATADIR)/tests/gimarshallingtests.c
519 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgimarshallingtests_la_CFLAGS) $(CFLAGS) -MT libgimarshallingtests_la-gimarshallingtests.lo -MD -MP -MF $(DEPDIR)/libgimarshallingtests_la-gimarshallingtests.Tpo -c -o libgimarshallingtests_la-gimarshallingtests.lo `test -f '$(GI_DATADIR)/tests/gimarshallingtests.c' || echo '$(srcdir)/'`$(GI_DATADIR)/tests/gimarshallingtests.c
520 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgimarshallingtests_la-gimarshallingtests.Tpo $(DEPDIR)/libgimarshallingtests_la-gimarshallingtests.Plo
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(GI_DATADIR)/tests/gimarshallingtests.c' object='libgimarshallingtests_la-gimarshallingtests.lo' libtool=yes @AMDEPBACKSLASH@
522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgimarshallingtests_la_CFLAGS) $(CFLAGS) -c -o libgimarshallingtests_la-gimarshallingtests.lo `test -f '$(GI_DATADIR)/tests/gimarshallingtests.c' || echo '$(srcdir)/'`$(GI_DATADIR)/tests/gimarshallingtests.c
524
525 libregress_la-regress.lo: $(GI_DATADIR)/tests/regress.c
526 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libregress_la_CFLAGS) $(CFLAGS) -MT libregress_la-regress.lo -MD -MP -MF $(DEPDIR)/libregress_la-regress.Tpo -c -o libregress_la-regress.lo `test -f '$(GI_DATADIR)/tests/regress.c' || echo '$(srcdir)/'`$(GI_DATADIR)/tests/regress.c
527 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libregress_la-regress.Tpo $(DEPDIR)/libregress_la-regress.Plo
528 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(GI_DATADIR)/tests/regress.c' object='libregress_la-regress.lo' libtool=yes @AMDEPBACKSLASH@
529 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libregress_la_CFLAGS) $(CFLAGS) -c -o libregress_la-regress.lo `test -f '$(GI_DATADIR)/tests/regress.c' || echo '$(srcdir)/'`$(GI_DATADIR)/tests/regress.c
531
532 testhelper_la-testhelpermodule.lo: testhelpermodule.c
533 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testhelper_la_CFLAGS) $(CFLAGS) -MT testhelper_la-testhelpermodule.lo -MD -MP -MF $(DEPDIR)/testhelper_la-testhelpermodule.Tpo -c -o testhelper_la-testhelpermodule.lo `test -f 'testhelpermodule.c' || echo '$(srcdir)/'`testhelpermodule.c
534 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testhelper_la-testhelpermodule.Tpo $(DEPDIR)/testhelper_la-testhelpermodule.Plo
535 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='testhelpermodule.c' object='testhelper_la-testhelpermodule.lo' libtool=yes @AMDEPBACKSLASH@
536 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testhelper_la_CFLAGS) $(CFLAGS) -c -o testhelper_la-testhelpermodule.lo `test -f 'testhelpermodule.c' || echo '$(srcdir)/'`testhelpermodule.c
538
539 testhelper_la-test-floating.lo: test-floating.c
540 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testhelper_la_CFLAGS) $(CFLAGS) -MT testhelper_la-test-floating.lo -MD -MP -MF $(DEPDIR)/testhelper_la-test-floating.Tpo -c -o testhelper_la-test-floating.lo `test -f 'test-floating.c' || echo '$(srcdir)/'`test-floating.c
541 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testhelper_la-test-floating.Tpo $(DEPDIR)/testhelper_la-test-floating.Plo
542 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-floating.c' object='testhelper_la-test-floating.lo' libtool=yes @AMDEPBACKSLASH@
543 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
544 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testhelper_la_CFLAGS) $(CFLAGS) -c -o testhelper_la-test-floating.lo `test -f 'test-floating.c' || echo '$(srcdir)/'`test-floating.c
545
546 testhelper_la-test-thread.lo: test-thread.c
547 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testhelper_la_CFLAGS) $(CFLAGS) -MT testhelper_la-test-thread.lo -MD -MP -MF $(DEPDIR)/testhelper_la-test-thread.Tpo -c -o testhelper_la-test-thread.lo `test -f 'test-thread.c' || echo '$(srcdir)/'`test-thread.c
548 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testhelper_la-test-thread.Tpo $(DEPDIR)/testhelper_la-test-thread.Plo
549 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-thread.c' object='testhelper_la-test-thread.lo' libtool=yes @AMDEPBACKSLASH@
550 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testhelper_la_CFLAGS) $(CFLAGS) -c -o testhelper_la-test-thread.lo `test -f 'test-thread.c' || echo '$(srcdir)/'`test-thread.c
552
553 testhelper_la-test-unknown.lo: test-unknown.c
554 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testhelper_la_CFLAGS) $(CFLAGS) -MT testhelper_la-test-unknown.lo -MD -MP -MF $(DEPDIR)/testhelper_la-test-unknown.Tpo -c -o testhelper_la-test-unknown.lo `test -f 'test-unknown.c' || echo '$(srcdir)/'`test-unknown.c
555 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/testhelper_la-test-unknown.Tpo $(DEPDIR)/testhelper_la-test-unknown.Plo
556 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-unknown.c' object='testhelper_la-test-unknown.lo' libtool=yes @AMDEPBACKSLASH@
557 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testhelper_la_CFLAGS) $(CFLAGS) -c -o testhelper_la-test-unknown.lo `test -f 'test-unknown.c' || echo '$(srcdir)/'`test-unknown.c
559
560 mostlyclean-libtool:
561         -rm -f *.lo
562
563 clean-libtool:
564         -rm -rf .libs _libs
565
566 ID: $(am__tagged_files)
567         $(am__define_uniq_tagged_files); mkid -fID $$unique
568 tags: tags-am
569 TAGS: tags
570
571 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
572         set x; \
573         here=`pwd`; \
574         $(am__define_uniq_tagged_files); \
575         shift; \
576         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
577           test -n "$$unique" || unique=$$empty_fix; \
578           if test $$# -gt 0; then \
579             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
580               "$$@" $$unique; \
581           else \
582             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
583               $$unique; \
584           fi; \
585         fi
586 ctags: ctags-am
587
588 CTAGS: ctags
589 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
590         $(am__define_uniq_tagged_files); \
591         test -z "$(CTAGS_ARGS)$$unique" \
592           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
593              $$unique
594
595 GTAGS:
596         here=`$(am__cd) $(top_builddir) && pwd` \
597           && $(am__cd) $(top_srcdir) \
598           && gtags -i $(GTAGS_ARGS) "$$here"
599 cscopelist: cscopelist-am
600
601 cscopelist-am: $(am__tagged_files)
602         list='$(am__tagged_files)'; \
603         case "$(srcdir)" in \
604           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
605           *) sdir=$(subdir)/$(srcdir) ;; \
606         esac; \
607         for i in $$list; do \
608           if test -f "$$i"; then \
609             echo "$(subdir)/$$i"; \
610           else \
611             echo "$$sdir/$$i"; \
612           fi; \
613         done >> $(top_builddir)/cscope.files
614
615 distclean-tags:
616         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
617
618 distdir: $(DISTFILES)
619         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
620         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
621         list='$(DISTFILES)'; \
622           dist_files=`for file in $$list; do echo $$file; done | \
623           sed -e "s|^$$srcdirstrip/||;t" \
624               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
625         case $$dist_files in \
626           */*) $(MKDIR_P) `echo "$$dist_files" | \
627                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
628                            sort -u` ;; \
629         esac; \
630         for file in $$dist_files; do \
631           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
632           if test -d $$d/$$file; then \
633             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
634             if test -d "$(distdir)/$$file"; then \
635               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636             fi; \
637             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
638               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
639               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640             fi; \
641             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
642           else \
643             test -f "$(distdir)/$$file" \
644             || cp -p $$d/$$file "$(distdir)/$$file" \
645             || exit 1; \
646           fi; \
647         done
648 check-am: all-am
649         $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES)
650         $(MAKE) $(AM_MAKEFLAGS) check-local
651 check: check-am
652 all-am: Makefile
653 installdirs:
654 install: install-am
655 install-exec: install-exec-am
656 install-data: install-data-am
657 uninstall: uninstall-am
658
659 install-am: all-am
660         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
661
662 installcheck: installcheck-am
663 install-strip:
664         if test -z '$(STRIP)'; then \
665           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
666             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
667               install; \
668         else \
669           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
670             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
671             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
672         fi
673 mostlyclean-generic:
674
675 clean-generic:
676         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
677
678 distclean-generic:
679         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
680         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
681
682 maintainer-clean-generic:
683         @echo "This command is intended for maintainers to use"
684         @echo "it deletes files that may require special tools to rebuild."
685 clean: clean-am
686
687 clean-am: clean-checkLTLIBRARIES clean-generic clean-libtool \
688         clean-local mostlyclean-am
689
690 distclean: distclean-am
691         -rm -rf ./$(DEPDIR)
692         -rm -f Makefile
693 distclean-am: clean-am distclean-compile distclean-generic \
694         distclean-tags
695
696 dvi: dvi-am
697
698 dvi-am:
699
700 html: html-am
701
702 html-am:
703
704 info: info-am
705
706 info-am:
707
708 install-data-am:
709
710 install-dvi: install-dvi-am
711
712 install-dvi-am:
713
714 install-exec-am:
715
716 install-html: install-html-am
717
718 install-html-am:
719
720 install-info: install-info-am
721
722 install-info-am:
723
724 install-man:
725
726 install-pdf: install-pdf-am
727
728 install-pdf-am:
729
730 install-ps: install-ps-am
731
732 install-ps-am:
733
734 installcheck-am:
735
736 maintainer-clean: maintainer-clean-am
737         -rm -rf ./$(DEPDIR)
738         -rm -f Makefile
739 maintainer-clean-am: distclean-am maintainer-clean-generic
740
741 mostlyclean: mostlyclean-am
742
743 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
744         mostlyclean-libtool
745
746 pdf: pdf-am
747
748 pdf-am:
749
750 ps: ps-am
751
752 ps-am:
753
754 uninstall-am:
755
756 .MAKE: check-am install-am install-strip
757
758 .PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
759         clean-checkLTLIBRARIES clean-generic clean-libtool clean-local \
760         cscopelist-am ctags ctags-am distclean distclean-compile \
761         distclean-generic distclean-libtool distclean-tags distdir dvi \
762         dvi-am html html-am info info-am install install-am \
763         install-data install-data-am install-dvi install-dvi-am \
764         install-exec install-exec-am install-html install-html-am \
765         install-info install-info-am install-man install-pdf \
766         install-pdf-am install-ps install-ps-am install-strip \
767         installcheck installcheck-am installdirs maintainer-clean \
768         maintainer-clean-generic mostlyclean mostlyclean-compile \
769         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
770         tags tags-am uninstall uninstall-am
771
772
773 # This is a hack to make sure a shared library is built
774 libgimarshallingtests.la: $(libgimarshallingtests_la_OBJECTS) $(libgimarshallingtests_la_DEPENDENCIES)
775         $(AM_V_GEN) $(LINK) -rpath $(pkgpyexecdir) $(libgimarshallingtests_la_LDFLAGS) $(libgimarshallingtests_la_OBJECTS) $(libgimarhallingtests_la_LIBADD) $(LIBS)
776
777 GIMarshallingTests-1.0.gir: libgimarshallingtests.la Makefile
778         $(AM_V_GEN) g-ir-scanner --include=Gio-2.0 \
779         --namespace=GIMarshallingTests --nsversion=1.0 --symbol-prefix=gi_marshalling_tests \
780         --warn-all --warn-error \
781         --library=libgimarshallingtests.la \
782         --libtool="$(top_builddir)/libtool" \
783         --output $@ \
784         $(nodist_libgimarshallingtests_la_SOURCES)
785 GIMarshallingTests-1.0.typelib: GIMarshallingTests-1.0.gir Makefile
786         $(AM_V_GEN) g-ir-compiler $< -o $@
787
788 @ENABLE_CAIRO_TRUE@libregress.la: $(libregress_la_OBJECTS) $(libregress_la_DEPENDENCIES)
789 @ENABLE_CAIRO_TRUE@     $(AM_V_GEN) $(LINK) -rpath $(pkgpyexecdir) $(libregress_la_LDFLAGS) $(libregress_la_OBJECTS) $(libregress_la_LIBADD) $(LIBS)
790
791 # g-i doesn't ship these as shared libraries anymore; we build them here
792 @ENABLE_CAIRO_TRUE@Regress-1.0.gir: libregress.la Makefile
793 @ENABLE_CAIRO_TRUE@     $(AM_V_GEN) g-ir-scanner --include=cairo-1.0 --include=Gio-2.0 \
794 @ENABLE_CAIRO_TRUE@     --namespace=Regress --nsversion=1.0 \
795 @ENABLE_CAIRO_TRUE@     --warn-all --warn-error \
796 @ENABLE_CAIRO_TRUE@     --library=libregress.la \
797 @ENABLE_CAIRO_TRUE@     --libtool="$(top_builddir)/libtool" \
798 @ENABLE_CAIRO_TRUE@     --output $@ \
799 @ENABLE_CAIRO_TRUE@     $(nodist_libregress_la_SOURCES)
800 @ENABLE_CAIRO_TRUE@Regress-1.0.typelib: Regress-1.0.gir Makefile
801 @ENABLE_CAIRO_TRUE@     $(AM_V_GEN) g-ir-compiler $< -o $@
802
803 gschemas.compiled: org.gnome.test.gschema.xml
804         glib-compile-schemas --targetdir=. --schema-file=$<
805
806 # This is a hack to make sure a shared library is built
807 testhelper.la: $(testhelper_la_OBJECTS) $(testhelper_la_DEPENDENCIES)
808         $(AM_V_GEN) $(LINK) -rpath $(pkgpyexecdir) $(testhelper_la_LDFLAGS) $(testhelper_la_OBJECTS) $(testhelper_la_LIBADD) $(LIBS)
809
810 .la.$(OS_EXT):
811         test -L $@ || $(LN_S) .libs/$@ $@
812
813 all: $(check_LTLIBRARIES:.la=.$(OS_EXT))
814
815 clean-local:
816         rm -f $(check_LTLIBRARIES:.la=.$(OS_EXT)) file.txt~
817
818 # pygtkcompat tests need to be run in a separate process as they
819 # clobber global name space
820 check-local: $(check_LTLIBRARIES:.la=.$(OS_EXT)) $(test_typelibs) gschemas.compiled
821         export `$(DBUS_LAUNCH)` && \
822         $(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd $(srcdir)/runtests.py; rc=$$?; \
823         [ "$$rc" -ne 0 ] || [ -n "$$TEST_NAMES" ] || { TEST_NAMES=compat_test_pygtk $(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning -Werror::RuntimeWarning $(srcdir)/runtests.py; rc=$$?; }; \
824         kill $$DBUS_SESSION_BUS_PID; \
825         exit $$rc
826
827 check.gdb:
828         EXEC_NAME="gdb --args" $(MAKE) check
829
830 check.nemiver:
831         EXEC_NAME="nemiver" $(MAKE) check
832
833 check.valgrind:
834         EXEC_NAME="G_SLICE=always-malloc valgrind --leak-check=full --show-possibly-lost=no --suppressions=$(top_srcdir)/tests/$(PYTHON_BASENAME).supp" G_DEBUG=gc-friendly $(MAKE) check
835
836 check.valgrindlog:
837         mkdir -p $(top_builddir)/tmp
838         EXEC_NAME="G_SLICE=always-malloc valgrind --child-silent-after-fork=yes --log-file=$(top_builddir)/tmp/`git rev-parse HEAD | cut -c1-8`-$$TEST_NAMES.log --leak-check=full --show-possibly-lost=no --suppressions=$(top_srcdir)/tests/$(PYTHON_BASENAME).supp" G_DEBUG=gc-friendly $(MAKE) check
839
840 check.valgrindxml:
841         mkdir -p $(top_builddir)/tmp
842         EXEC_NAME="G_SLICE=always-malloc valgrind --child-silent-after-fork=yes --xml=yes --xml-file=$(top_builddir)/tmp/`git rev-parse HEAD | cut -c1-8`-$$TEST_NAMES.xml --leak-check=full --show-possibly-lost=no --suppressions=$(top_srcdir)/tests/$(PYTHON_BASENAME).supp" G_DEBUG=gc-friendly $(MAKE) check
843
844 # Tell versions [3.59,3.63) of GNU make to not export all variables.
845 # Otherwise a system limit (for SysV at least) may be exceeded.
846 .NOEXPORT: