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