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