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