Imported Upstream version 1.35.9
[platform/upstream/gobject-introspection.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # -*- Mode: make -*-
18 # Copyright 2009-2010 Johan Dahlin
19 #
20 # This file defines variables that are compatible with
21 # Makefile.introspection, but for use within the gobject-introspection
22 # module itself.
23 #
24
25 # -*- Mode: make -*-
26 # Copyright 2009-2010 Johan Dahlin
27 #
28 # This file is free software; the author(s) gives unlimited
29 # permission to copy and/or distribute it, with or without
30 # modifications, as long as this notice is preserved.
31 #
32 # * Input variables:
33 #
34 #   INTROSPECTION_GIRS - List of GIRS that should be generated
35 #   INTROSPECTION_SCANNER - Command to invoke scanner, normally set by
36 #      GOBJECT_INTROSPECTION_REQUIRE/CHECK() in introspection.m4
37 #   INTROSPECTION_SCANNER_ARGS - Additional args to pass in to the scanner
38 #   INTROSPECTION_SCANNER_ENV - Environment variables to set before running
39 #      the scanner
40 #   INTROSPECTION_COMPILER - Command to invoke compiler, normally set by
41 #      GOBJECT_INTROSPECTION_REQUIRE/CHECK() in introspection.m4
42 #   INTROSPECTION_COMPILER_ARGS - Additional args to pass in to the compiler
43 #
44 # * Simple tutorial
45 #
46 # Add this to configure.ac:
47 #   -Wno-portability to AM_INIT_AUTOMAKE
48 #   GOBJECT_INTROSPECTION_CHECK([0.6.7])
49 #
50 # Add this to Makefile.am where your library/program is built:
51 #   include $(INTROSPECTION_MAKEFILE)
52 #   INTROSPECTION_GIRS = YourLib-1.0.gir
53 #   YourLib-1.0.gir: libyourlib.la
54 #   YourLib_1_0_gir_NAMESPACE = YourLib
55 #   YourLib_1_0_gir_VERSION = 1.0
56 #   YourLib_1_0_gir_LIBS = libyourlib.la
57 #   YourLib_1_0_gir_FILES = $(libyourlib_1_0_SOURCES)
58 #   girdir = $(datadir)/gir-1.0
59 #   dist_gir_DATA = YourLib-1.0.gir
60 #   typelibdir = $(libdir)/girepository-1.0
61 #   typelib_DATA = YourLib-1.0.typelib
62 #   CLEANFILES = $(dist_gir_DATA) $(typelib_DATA)
63 #
64
65 # This is to fill in Visual C++ projects for projects which add/remove
66 # sources from them every now and then.
67
68
69
70
71
72 VPATH = @srcdir@
73 am__make_dryrun = \
74   { \
75     am__dry=no; \
76     case $$MAKEFLAGS in \
77       *\\[\ \   ]*) \
78         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
79           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
80       *) \
81         for am__flg in $$MAKEFLAGS; do \
82           case $$am__flg in \
83             *=*|--*) ;; \
84             *n*) am__dry=yes; break;; \
85           esac; \
86         done;; \
87     esac; \
88     test $$am__dry = yes; \
89   }
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 check_PROGRAMS =
109 bin_PROGRAMS = g-ir-compiler$(EXEEXT) g-ir-generate$(EXEEXT)
110 noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) glib-print$(EXEEXT)
111 DIST_COMMON = $(srcdir)/common.mk $(srcdir)/Makefile.introspection \
112         $(srcdir)/Makefile-cmph.am $(srcdir)/Makefile-girepository.am \
113         $(srcdir)/Makefile-giscanner.am $(srcdir)/Makefile-examples.am \
114         $(srcdir)/Makefile-gir.am $(srcdir)/Makefile-tools.am \
115         $(srcdir)/Makefile-msvcproj.am $(srcdir)/Makefile.in \
116         $(srcdir)/Makefile.am $(top_srcdir)/configure \
117         $(am__configure_deps) $(srcdir)/config.h.in \
118         $(srcdir)/gobject-introspection-1.0.pc.in \
119         $(srcdir)/gobject-introspection-no-export-1.0.pc.in \
120         $(srcdir)/config.h.win32.in scannerlexer.c scannerparser.h \
121         scannerparser.c $(top_srcdir)/build-aux/depcomp \
122         $(top_srcdir)/build-aux/ylwrap $(pkgpyexec_PYTHON) \
123         $(top_srcdir)/build-aux/py-compile $(dist_make_DATA) \
124         $(nobase_dist_template_DATA) $(girepo_HEADERS) AUTHORS COPYING \
125         ChangeLog NEWS README TODO build-aux/compile \
126         build-aux/config.guess build-aux/config.sub build-aux/depcomp \
127         build-aux/install-sh build-aux/missing build-aux/py-compile \
128         build-aux/ylwrap build-aux/ltmain.sh \
129         $(top_srcdir)/build-aux/compile \
130         $(top_srcdir)/build-aux/config.guess \
131         $(top_srcdir)/build-aux/config.sub \
132         $(top_srcdir)/build-aux/install-sh \
133         $(top_srcdir)/build-aux/ltmain.sh \
134         $(top_srcdir)/build-aux/missing
135 @OS_WIN32_FALSE@am__append_1 = gi-dump-types
136
137 # Windows requires Python extension modules to be explicitly
138 # linked to libpython. Extension modules are shared libaries
139 # (.dll files), but need to be called .pyd for Python to load
140 # them as extension modules.
141 @OS_WIN32_TRUE@am__append_2 = \
142 @OS_WIN32_TRUE@ $(PYTHON_LIBS)
143
144 @OS_WIN32_TRUE@am__append_3 = \
145 @OS_WIN32_TRUE@ -no-undefined \
146 @OS_WIN32_TRUE@ -shrext ".pyd"
147
148 @HAVE_GIO_UNIX_TRUE@am__append_4 = $(GLIB_INCLUDEDIR)/glib-unix.h
149 @BUILD_DOCTOOL_TRUE@am__append_5 = g-ir-doc-tool
150 subdir = .
151 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
152 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
153         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
154         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
155         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
156         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
157 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
158         $(ACLOCAL_M4)
159 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
160  configure.lineno config.status.lineno
161 mkinstalldirs = $(install_sh) -d
162 CONFIG_HEADER = config.h
163 CONFIG_CLEAN_FILES = gobject-introspection-1.0.pc \
164         gobject-introspection-no-export-1.0.pc config.h.win32
165 CONFIG_CLEAN_VPATH_FILES =
166 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
167 am__vpath_adj = case $$p in \
168     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
169     *) f=$$p;; \
170   esac;
171 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
172 am__install_max = 40
173 am__nobase_strip_setup = \
174   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
175 am__nobase_strip = \
176   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
177 am__nobase_list = $(am__nobase_strip_setup); \
178   for p in $$list; do echo "$$p $$p"; done | \
179   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
180   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
181     if (++n[$$2] == $(am__install_max)) \
182       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
183     END { for (dir in files) print dir, files[dir] }'
184 am__base_list = \
185   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
186   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
187 am__uninstall_files_from_dir = { \
188   test -z "$$files" \
189     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
190     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
191          $(am__cd) "$$dir" && rm -f $$files; }; \
192   }
193 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgpyexecdir)" \
194         "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
195         "$(DESTDIR)$(pkgpyexecdir)" "$(DESTDIR)$(man1dir)" \
196         "$(DESTDIR)$(makedir)" "$(DESTDIR)$(gdumpdir)" \
197         "$(DESTDIR)$(girdir)" "$(DESTDIR)$(m4dir)" \
198         "$(DESTDIR)$(templatedir)" "$(DESTDIR)$(pkgconfigdir)" \
199         "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(girepodir)"
200 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
201         $(pkgpyexec_LTLIBRARIES)
202 am__DEPENDENCIES_1 =
203 @OS_WIN32_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
204 _giscanner_la_DEPENDENCIES = libgiscanner.la $(am__DEPENDENCIES_1) \
205         $(am__DEPENDENCIES_2)
206 am__giscanner_la_OBJECTS = _giscanner_la-giscannermodule.lo
207 _giscanner_la_OBJECTS = $(am__giscanner_la_OBJECTS)
208 AM_V_lt = $(am__v_lt_@AM_V@)
209 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
210 am__v_lt_0 = --silent
211 am__v_lt_1 = 
212 _giscanner_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
213         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(_giscanner_la_CFLAGS) \
214         $(CFLAGS) $(_giscanner_la_LDFLAGS) $(LDFLAGS) -o $@
215 libcmph_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
216 am_libcmph_la_OBJECTS = libcmph_la-bdz.lo libcmph_la-bdz_ph.lo \
217         libcmph_la-bmz8.lo libcmph_la-bmz.lo libcmph_la-brz.lo \
218         libcmph_la-buffer_entry.lo libcmph_la-buffer_manager.lo \
219         libcmph_la-chd.lo libcmph_la-chd_ph.lo libcmph_la-chm.lo \
220         libcmph_la-cmph.lo libcmph_la-cmph_structs.lo \
221         libcmph_la-compressed_rank.lo libcmph_la-compressed_seq.lo \
222         libcmph_la-fch_buckets.lo libcmph_la-fch.lo \
223         libcmph_la-graph.lo libcmph_la-hash.lo \
224         libcmph_la-jenkins_hash.lo libcmph_la-miller_rabin.lo \
225         libcmph_la-select.lo libcmph_la-vqueue.lo libcmph_la-vstack.lo
226 libcmph_la_OBJECTS = $(am_libcmph_la_OBJECTS)
227 libgirepository_1_0_la_DEPENDENCIES = libgirepository-gthash.la \
228         $(am__DEPENDENCIES_1)
229 am_libgirepository_1_0_la_OBJECTS = libgirepository_1_0_la-gdump.lo \
230         libgirepository_1_0_la-giarginfo.lo \
231         libgirepository_1_0_la-gibaseinfo.lo \
232         libgirepository_1_0_la-gicallableinfo.lo \
233         libgirepository_1_0_la-giconstantinfo.lo \
234         libgirepository_1_0_la-gienuminfo.lo \
235         libgirepository_1_0_la-gifieldinfo.lo \
236         libgirepository_1_0_la-gifunctioninfo.lo \
237         libgirepository_1_0_la-ginvoke.lo \
238         libgirepository_1_0_la-giinterfaceinfo.lo \
239         libgirepository_1_0_la-giobjectinfo.lo \
240         libgirepository_1_0_la-gipropertyinfo.lo \
241         libgirepository_1_0_la-giregisteredtypeinfo.lo \
242         libgirepository_1_0_la-girepository.lo \
243         libgirepository_1_0_la-girffi.lo \
244         libgirepository_1_0_la-gisignalinfo.lo \
245         libgirepository_1_0_la-gistructinfo.lo \
246         libgirepository_1_0_la-gitypeinfo.lo \
247         libgirepository_1_0_la-gitypelib.lo \
248         libgirepository_1_0_la-giunioninfo.lo \
249         libgirepository_1_0_la-givfuncinfo.lo
250 libgirepository_1_0_la_OBJECTS = $(am_libgirepository_1_0_la_OBJECTS)
251 libgirepository_1_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
252         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
253         $(AM_CFLAGS) $(CFLAGS) $(libgirepository_1_0_la_LDFLAGS) \
254         $(LDFLAGS) -o $@
255 libgirepository_gthash_la_DEPENDENCIES = libcmph.la \
256         $(am__DEPENDENCIES_1)
257 am_libgirepository_gthash_la_OBJECTS =  \
258         libgirepository_gthash_la-gthash.lo
259 libgirepository_gthash_la_OBJECTS =  \
260         $(am_libgirepository_gthash_la_OBJECTS)
261 libgirepository_gthash_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
262         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
263         $(libgirepository_gthash_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
264         $(LDFLAGS) -o $@
265 libgirepository_internals_la_DEPENDENCIES = libgirepository-gthash.la \
266         $(am__DEPENDENCIES_1)
267 am_libgirepository_internals_la_OBJECTS =  \
268         libgirepository_internals_la-girmodule.lo \
269         libgirepository_internals_la-girnode.lo \
270         libgirepository_internals_la-giroffsets.lo \
271         libgirepository_internals_la-girparser.lo \
272         libgirepository_internals_la-girwriter.lo
273 libgirepository_internals_la_OBJECTS =  \
274         $(am_libgirepository_internals_la_OBJECTS)
275 libgirepository_internals_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
276         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
277         $(libgirepository_internals_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
278         $(LDFLAGS) -o $@
279 libgiscanner_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
280         $(am__DEPENDENCIES_1)
281 am_libgiscanner_la_OBJECTS = libgiscanner_la-sourcescanner.lo \
282         libgiscanner_la-scannerlexer.lo \
283         libgiscanner_la-scannerparser.lo
284 libgiscanner_la_OBJECTS = $(am_libgiscanner_la_OBJECTS)
285 libgiscanner_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
286         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
287         $(libgiscanner_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
288         -o $@
289 am__EXEEXT_1 = cmph-bdz-test$(EXEEXT) gthash-test$(EXEEXT)
290 @OS_WIN32_FALSE@am__EXEEXT_2 = gi-dump-types$(EXEEXT)
291 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
292 am_cmph_bdz_test_OBJECTS = cmph_bdz_test-cmph-bdz-test.$(OBJEXT)
293 cmph_bdz_test_OBJECTS = $(am_cmph_bdz_test_OBJECTS)
294 cmph_bdz_test_DEPENDENCIES = libcmph.la $(am__DEPENDENCIES_1)
295 cmph_bdz_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
296         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(cmph_bdz_test_CFLAGS) \
297         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
298 am_g_ir_compiler_OBJECTS = g_ir_compiler-compiler.$(OBJEXT)
299 g_ir_compiler_OBJECTS = $(am_g_ir_compiler_OBJECTS)
300 g_ir_compiler_DEPENDENCIES = libgirepository-internals.la \
301         libgirepository-1.0.la $(am__DEPENDENCIES_1)
302 g_ir_compiler_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
303         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(g_ir_compiler_CFLAGS) \
304         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
305 am_g_ir_generate_OBJECTS = g_ir_generate-generate.$(OBJEXT)
306 g_ir_generate_OBJECTS = $(am_g_ir_generate_OBJECTS)
307 g_ir_generate_DEPENDENCIES = libgirepository-internals.la \
308         libgirepository-1.0.la $(am__DEPENDENCIES_1)
309 g_ir_generate_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
310         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(g_ir_generate_CFLAGS) \
311         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
312 am__gi_dump_types_SOURCES_DIST = girepository/gdump.c \
313         girepository/gi-dump-types.c
314 @OS_WIN32_FALSE@am_gi_dump_types_OBJECTS =  \
315 @OS_WIN32_FALSE@        gi_dump_types-gdump.$(OBJEXT) \
316 @OS_WIN32_FALSE@        gi_dump_types-gi-dump-types.$(OBJEXT)
317 gi_dump_types_OBJECTS = $(am_gi_dump_types_OBJECTS)
318 @OS_WIN32_FALSE@gi_dump_types_DEPENDENCIES = $(am__DEPENDENCIES_1) \
319 @OS_WIN32_FALSE@        $(am__DEPENDENCIES_1)
320 gi_dump_types_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
321         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(gi_dump_types_CFLAGS) \
322         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
323 am_glib_print_OBJECTS = glib_print-glib-print.$(OBJEXT)
324 glib_print_OBJECTS = $(am_glib_print_OBJECTS)
325 glib_print_DEPENDENCIES = libgirepository-1.0.la $(am__DEPENDENCIES_1)
326 glib_print_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
327         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(glib_print_CFLAGS) \
328         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
329 am_gthash_test_OBJECTS = gthash_test-gthash.$(OBJEXT) \
330         gthash_test-gthash-test.$(OBJEXT)
331 gthash_test_OBJECTS = $(am_gthash_test_OBJECTS)
332 gthash_test_DEPENDENCIES = libcmph.la libgirepository-1.0.la \
333         $(am__DEPENDENCIES_1)
334 gthash_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
335         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(gthash_test_CFLAGS) \
336         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
337 SCRIPTS = $(bin_SCRIPTS)
338 AM_V_P = $(am__v_P_@AM_V@)
339 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
340 am__v_P_0 = false
341 am__v_P_1 = :
342 AM_V_GEN = $(am__v_GEN_@AM_V@)
343 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
344 am__v_GEN_0 = @echo "  GEN     " $@;
345 am__v_GEN_1 = 
346 AM_V_at = $(am__v_at_@AM_V@)
347 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
348 am__v_at_0 = @
349 am__v_at_1 = 
350 DEFAULT_INCLUDES = -I.@am__isrc@
351 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
352 am__depfiles_maybe = depfiles
353 am__mv = mv -f
354 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
355         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
356 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
357         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
358         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
359         $(AM_CFLAGS) $(CFLAGS)
360 AM_V_CC = $(am__v_CC_@AM_V@)
361 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
362 am__v_CC_0 = @echo "  CC      " $@;
363 am__v_CC_1 = 
364 CCLD = $(CC)
365 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
366         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
367         $(AM_LDFLAGS) $(LDFLAGS) -o $@
368 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
369 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
370 am__v_CCLD_0 = @echo "  CCLD    " $@;
371 am__v_CCLD_1 = 
372 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
373 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
374 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
375         $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
376 AM_V_LEX = $(am__v_LEX_@AM_V@)
377 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
378 am__v_LEX_0 = @echo "  LEX     " $@;
379 am__v_LEX_1 = 
380 YLWRAP = $(top_srcdir)/build-aux/ylwrap
381 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
382 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
383                    -e s/c++$$/h++/ -e s/c$$/h/
384 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
385 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
386         $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
387 AM_V_YACC = $(am__v_YACC_@AM_V@)
388 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
389 am__v_YACC_0 = @echo "  YACC    " $@;
390 am__v_YACC_1 = 
391 SOURCES = $(_giscanner_la_SOURCES) $(libcmph_la_SOURCES) \
392         $(libgirepository_1_0_la_SOURCES) \
393         $(libgirepository_gthash_la_SOURCES) \
394         $(libgirepository_internals_la_SOURCES) \
395         $(libgiscanner_la_SOURCES) $(cmph_bdz_test_SOURCES) \
396         $(g_ir_compiler_SOURCES) $(g_ir_generate_SOURCES) \
397         $(gi_dump_types_SOURCES) $(glib_print_SOURCES) \
398         $(gthash_test_SOURCES)
399 DIST_SOURCES = $(_giscanner_la_SOURCES) $(libcmph_la_SOURCES) \
400         $(libgirepository_1_0_la_SOURCES) \
401         $(libgirepository_gthash_la_SOURCES) \
402         $(libgirepository_internals_la_SOURCES) \
403         $(libgiscanner_la_SOURCES) $(cmph_bdz_test_SOURCES) \
404         $(g_ir_compiler_SOURCES) $(g_ir_generate_SOURCES) \
405         $(am__gi_dump_types_SOURCES_DIST) $(glib_print_SOURCES) \
406         $(gthash_test_SOURCES)
407 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
408         ctags-recursive dvi-recursive html-recursive info-recursive \
409         install-data-recursive install-dvi-recursive \
410         install-exec-recursive install-html-recursive \
411         install-info-recursive install-pdf-recursive \
412         install-ps-recursive install-recursive installcheck-recursive \
413         installdirs-recursive pdf-recursive ps-recursive \
414         tags-recursive uninstall-recursive
415 am__can_run_installinfo = \
416   case $$AM_UPDATE_INFO_DIR in \
417     n|no|NO) false;; \
418     *) (install-info --version) >/dev/null 2>&1;; \
419   esac
420 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
421 am__pep3147_tweak = \
422   sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
423 py_compile = $(top_srcdir)/build-aux/py-compile
424 man1dir = $(mandir)/man1
425 NROFF = nroff
426 MANS = $(man_MANS)
427 DATA = $(dist_make_DATA) $(gdump_DATA) $(gir_DATA) $(m4_DATA) \
428         $(nobase_dist_template_DATA) $(pkgconfig_DATA) \
429         $(typelibs_DATA)
430 HEADERS = $(girepo_HEADERS)
431 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
432   distclean-recursive maintainer-clean-recursive
433 am__recursive_targets = \
434   $(RECURSIVE_TARGETS) \
435   $(RECURSIVE_CLEAN_TARGETS) \
436   $(am__extra_recursive_targets)
437 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
438         cscope distdir dist dist-all distcheck
439 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
440         $(LISP)config.h.in
441 # Read a list of newline-separated strings from the standard input,
442 # and print each of them once, without duplicates.  Input order is
443 # *not* preserved.
444 am__uniquify_input = $(AWK) '\
445   BEGIN { nonempty = 0; } \
446   { items[$$0] = 1; nonempty = 1; } \
447   END { if (nonempty) { for (i in items) print i; }; } \
448 '
449 # Make sure the list of sources is unique.  This is necessary because,
450 # e.g., the same source file might be shared among _SOURCES variables
451 # for different programs/libraries.
452 am__define_uniq_tagged_files = \
453   list='$(am__tagged_files)'; \
454   unique=`for i in $$list; do \
455     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456   done | $(am__uniquify_input)`
457 ETAGS = etags
458 CTAGS = ctags
459 CSCOPE = cscope
460 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
461 distdir = $(PACKAGE)-$(VERSION)
462 top_distdir = $(distdir)
463 am__remove_distdir = \
464   if test -d "$(distdir)"; then \
465     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
466       && rm -rf "$(distdir)" \
467       || { sleep 5 && rm -rf "$(distdir)"; }; \
468   else :; fi
469 am__post_remove_distdir = $(am__remove_distdir)
470 am__relativize = \
471   dir0=`pwd`; \
472   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
473   sed_rest='s,^[^/]*/*,,'; \
474   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
475   sed_butlast='s,/*[^/]*$$,,'; \
476   while test -n "$$dir1"; do \
477     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
478     if test "$$first" != "."; then \
479       if test "$$first" = ".."; then \
480         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
481         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
482       else \
483         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
484         if test "$$first2" = "$$first"; then \
485           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
486         else \
487           dir2="../$$dir2"; \
488         fi; \
489         dir0="$$dir0"/"$$first"; \
490       fi; \
491     fi; \
492     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
493   done; \
494   reldir="$$dir2"
495 GZIP_ENV = --best
496 DIST_ARCHIVES = $(distdir).tar.xz
497 DIST_TARGETS = dist-xz
498 distuninstallcheck_listfiles = find . -type f -print
499 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
500   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
501 distcleancheck_listfiles = find . -type f -print
502 ACLOCAL = @ACLOCAL@
503 AMTAR = @AMTAR@
504 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
505 AR = @AR@
506 AUTOCONF = @AUTOCONF@
507 AUTOHEADER = @AUTOHEADER@
508 AUTOMAKE = @AUTOMAKE@
509 AWK = @AWK@
510 CAIRO_CFLAGS = @CAIRO_CFLAGS@
511 CAIRO_GIR_PACKAGE = @CAIRO_GIR_PACKAGE@
512 CAIRO_LIBS = @CAIRO_LIBS@
513 CAIRO_SHARED_LIBRARY = @CAIRO_SHARED_LIBRARY@
514 CC = @CC@
515 CCDEPMODE = @CCDEPMODE@
516 CFLAGS = @CFLAGS@
517 CPP = @CPP@
518 CPPFLAGS = @CPPFLAGS@
519 CYGPATH_W = @CYGPATH_W@
520 DEFS = @DEFS@
521 DEPDIR = @DEPDIR@
522 DLLTOOL = @DLLTOOL@
523 DSYMUTIL = @DSYMUTIL@
524 DUMPBIN = @DUMPBIN@
525 ECHO_C = @ECHO_C@
526 ECHO_N = @ECHO_N@
527 ECHO_T = @ECHO_T@
528 EGREP = @EGREP@
529 EXEEXT = @EXEEXT@
530 EXPANDED_BINDIR = @EXPANDED_BINDIR@
531 EXPANDED_DATADIR = @EXPANDED_DATADIR@
532 EXPANDED_LIBDIR = @EXPANDED_LIBDIR@
533 EXPANDED_LIBEXECDIR = @EXPANDED_LIBEXECDIR@
534 EXPANDED_LOCALSTATEDIR = @EXPANDED_LOCALSTATEDIR@
535 EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@
536 EXTRA_LINK_FLAGS = @EXTRA_LINK_FLAGS@
537 FFI_CFLAGS = @FFI_CFLAGS@
538 FFI_LIBS = @FFI_LIBS@
539 FFI_PC_CFLAGS = @FFI_PC_CFLAGS@
540 FFI_PC_LIBS = @FFI_PC_LIBS@
541 FFI_PC_PACKAGES = @FFI_PC_PACKAGES@
542 FGREP = @FGREP@
543 GIO_CFLAGS = @GIO_CFLAGS@
544 GIO_LIBS = @GIO_LIBS@
545 GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
546 GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
547 GIREPO_CFLAGS = @GIREPO_CFLAGS@
548 GIREPO_LIBS = @GIREPO_LIBS@
549 GIR_DIR = @GIR_DIR@
550 GIR_SUFFIX = @GIR_SUFFIX@
551 GLIBSRC = @GLIBSRC@
552 GLIB_CFLAGS = @GLIB_CFLAGS@
553 GLIB_LIBS = @GLIB_LIBS@
554 GMODULE_CFLAGS = @GMODULE_CFLAGS@
555 GMODULE_LIBS = @GMODULE_LIBS@
556 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
557 GOBJECT_INTROSPECTION_LIBDIR = @GOBJECT_INTROSPECTION_LIBDIR@
558 GOBJECT_LIBS = @GOBJECT_LIBS@
559 GREP = @GREP@
560 GTKDOC_CHECK = @GTKDOC_CHECK@
561 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
562 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
563 GTKDOC_MKPDF = @GTKDOC_MKPDF@
564 GTKDOC_REBASE = @GTKDOC_REBASE@
565 HTML_DIR = @HTML_DIR@
566 INSTALL = @INSTALL@
567 INSTALL_DATA = @INSTALL_DATA@
568 INSTALL_PROGRAM = @INSTALL_PROGRAM@
569 INSTALL_SCRIPT = @INSTALL_SCRIPT@
570 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
571 LD = @LD@
572 LDFLAGS = @LDFLAGS@
573 LEX = @LEX@
574 LEXLIB = @LEXLIB@
575 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
576 LIBOBJS = @LIBOBJS@
577 LIBS = @LIBS@
578 LIBTOOL = @LIBTOOL@
579 LIPO = @LIPO@
580 LN_S = @LN_S@
581 LTLIBOBJS = @LTLIBOBJS@
582 MAINT = @MAINT@
583 MAKEINFO = @MAKEINFO@
584 MANIFEST_TOOL = @MANIFEST_TOOL@
585 MKDIR_P = @MKDIR_P@
586 NM = @NM@
587 NMEDIT = @NMEDIT@
588 OBJDUMP = @OBJDUMP@
589 OBJEXT = @OBJEXT@
590 OTOOL = @OTOOL@
591 OTOOL64 = @OTOOL64@
592 PACKAGE = @PACKAGE@
593 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
594 PACKAGE_NAME = @PACKAGE_NAME@
595 PACKAGE_STRING = @PACKAGE_STRING@
596 PACKAGE_TARNAME = @PACKAGE_TARNAME@
597 PACKAGE_URL = @PACKAGE_URL@
598 PACKAGE_VERSION = @PACKAGE_VERSION@
599 PATH_SEPARATOR = @PATH_SEPARATOR@
600 PKG_CONFIG = @PKG_CONFIG@
601 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
602 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
603 POW_LIB = @POW_LIB@
604 PYTHON = @PYTHON@
605 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
606 PYTHON_INCLUDES = @PYTHON_INCLUDES@
607 PYTHON_LIBS = @PYTHON_LIBS@
608 PYTHON_PLATFORM = @PYTHON_PLATFORM@
609 PYTHON_PREFIX = @PYTHON_PREFIX@
610 PYTHON_VERSION = @PYTHON_VERSION@
611 RANLIB = @RANLIB@
612 SCANNER_CFLAGS = @SCANNER_CFLAGS@
613 SCANNER_LIBS = @SCANNER_LIBS@
614 SED = @SED@
615 SET_MAKE = @SET_MAKE@
616 SHELL = @SHELL@
617 STRIP = @STRIP@
618 VERSION = @VERSION@
619 YACC = @YACC@
620 abs_builddir = @abs_builddir@
621 abs_srcdir = @abs_srcdir@
622 abs_top_builddir = @abs_top_builddir@
623 abs_top_srcdir = @abs_top_srcdir@
624 ac_ct_AR = @ac_ct_AR@
625 ac_ct_CC = @ac_ct_CC@
626 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
627 am__include = @am__include@
628 am__leading_dot = @am__leading_dot@
629 am__quote = @am__quote@
630 am__tar = @am__tar@
631 am__untar = @am__untar@
632 bindir = @bindir@
633 build = @build@
634 build_alias = @build_alias@
635 build_cpu = @build_cpu@
636 build_os = @build_os@
637 build_vendor = @build_vendor@
638 builddir = @builddir@
639 datadir = @datadir@
640 datarootdir = @datarootdir@
641 docdir = @docdir@
642 dvidir = @dvidir@
643 exec_prefix = @exec_prefix@
644 host = @host@
645 host_alias = @host_alias@
646 host_cpu = @host_cpu@
647 host_os = @host_os@
648 host_vendor = @host_vendor@
649 htmldir = @htmldir@
650 includedir = @includedir@
651 infodir = @infodir@
652 install_sh = @install_sh@
653 libdir = @libdir@
654 libexecdir = @libexecdir@
655 localedir = @localedir@
656 localstatedir = @localstatedir@
657 mandir = @mandir@
658 mkdir_p = @mkdir_p@
659 oldincludedir = @oldincludedir@
660 pdfdir = @pdfdir@
661
662 # Python module
663 pkgpyexecdir = $(pkglibdir)/giscanner
664 pkgpythondir = @pkgpythondir@
665 prefix = @prefix@
666 program_transform_name = @program_transform_name@
667 psdir = @psdir@
668 pyexecdir = @pyexecdir@
669 pythondir = @pythondir@
670 sbindir = @sbindir@
671 sharedstatedir = @sharedstatedir@
672 srcdir = @srcdir@
673 sysconfdir = @sysconfdir@
674 target_alias = @target_alias@
675 top_build_prefix = @top_build_prefix@
676 top_builddir = @top_builddir@
677 top_srcdir = @top_srcdir@
678 man_MANS = docs/g-ir-compiler.1 docs/g-ir-generate.1 \
679         docs/g-ir-scanner.1
680 EXTRA_DIST = $(STATIC_GIRSOURCES) gir/cairo-1.0.gir.in gir/glib-2.0.c \
681         gir/gobject-2.0.c gir/gio-2.0.c tools/g-ir-scanner.in \
682         tools/g-ir-annotation-tool.in tools/g-ir-doc-tool.in \
683         ./girepository/girepository.symbols $(GENERATED_MSVC_FILES) \
684         COPYING.LGPL COPYING.GPL CONTRIBUTORS $(pkgconfig_DATA) \
685         $(man_MANS) $(m4_DATA) misc/pep8.py misc/pyflakes.py
686 lib_LTLIBRARIES = libgirepository-1.0.la
687 noinst_LTLIBRARIES = libcmph.la libgirepository-internals.la \
688         libgirepository-gthash.la libgiscanner.la
689 BUILT_SOURCES = scannerparser.c scannerparser.h scannerlexer.c \
690         scannerlexer.h gir/cairo-1.0.gir
691 CLEANFILES = $(BUILT_SOURCES) gir/cairo-1.0.gir $(BUILT_GIRSOURCES) \
692         $(typelibs_DATA) g-ir-scanner g-ir-annotation-tool \
693         g-ir-doc-tool $(GENERATED_MSVC_FILES)
694 INTROSPECTION_GIRS = $(BUILT_GIRSOURCES)
695 check_LTLIBRARIES = 
696 bin_SCRIPTS = g-ir-scanner g-ir-annotation-tool $(am__append_5)
697 GTESTER_PROGS = cmph-bdz-test gthash-test
698 INTROSPECTION_SCANNER = \
699     env PATH=.libs:$(PATH) \
700         LPATH=.libs \
701         CC="$(CC)" \
702         PYTHONPATH=$(top_builddir):$(top_srcdir) \
703         UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
704         UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir) \
705         $(top_builddir)/g-ir-scanner
706
707 INTROSPECTION_SCANNER_ARGS = \
708     --verbose \
709     -I$(top_srcdir) \
710     --add-include-path=$(srcdir) \
711     --add-include-path=$(top_srcdir)/gir \
712     --add-include-path=$(builddir) \
713     --add-include-path=$(top_builddir)
714
715 INTROSPECTION_COMPILER = \
716     env PATH=.libs:$(PATH) \
717         $(top_builddir)/g-ir-compiler$(EXEEXT)
718
719 INTROSPECTION_COMPILER_ARGS = \
720     --includedir=$(srcdir) \
721     --includedir=$(top_srcdir)/gir \
722     --includedir=$(builddir) \
723     --includedir=$(top_builddir)
724
725 INTROSPECTION_DOCTOOL = \
726     env PATH=.libs:$(PATH) \
727         LPATH=.libs \
728         PYTHONPATH=$(top_builddir):$(top_srcdir) \
729         UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
730         UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir) \
731         $(top_builddir)/g-ir-doc-tool
732
733 INTROSPECTION_DOCTOOL_ARGS = \
734     --add-include-path=$(srcdir) \
735     --add-include-path=$(top_srcdir)/gir \
736     --add-include-path=$(builddir) \
737     --add-include-path=$(top_builddir)
738
739
740 # Private functions
741 _gir_name = $(subst /,_,$(subst -,_,$(subst .,_,$(1))))
742
743 # Namespace and Version is either fetched from the gir filename
744 # or the _NAMESPACE/_VERSION variable combo
745 _gir_namespace = $(or $($(_gir_name)_NAMESPACE),$(firstword $(subst -, ,$(notdir $(1)))))
746 _gir_version = $(or $($(_gir_name)_VERSION),$(lastword $(subst -, ,$(1:.gir=))))
747
748 # _PROGRAM is an optional variable which needs it's own --program argument
749 _gir_program = $(if $($(_gir_name)_PROGRAM),--program=$($(_gir_name)_PROGRAM))
750
751 # Variables which provides a list of things
752 _gir_libraries = $(foreach lib,$($(_gir_name)_LIBS),--library=$(lib))
753 _gir_packages = $(foreach pkg,$($(_gir_name)_PACKAGES),--pkg=$(pkg))
754 _gir_includes = $(foreach include,$($(_gir_name)_INCLUDES),--include=$(include))
755 _gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
756
757 # Reuse the LIBTOOL variable from automake if it's set, but
758 # work around MSYS weirdness: When running g-ir-scanner, MSYS changes
759 # a command-line argument --libtool="/bin/sh ../../libtool" into
760 # --libtool=c:/opt/msys/1.0/bin/libtool. So just use sh.exe without path
761 # because we already "know" where the libtool configure produced is.
762 _gir_libtool = $(if $(findstring MINGW32,$(shell uname -s)),--libtool="$(top_builddir)/libtool",$(if $(LIBTOOL),--libtool="$(LIBTOOL)"))
763
764 # Macros for AM_SILENT_RULES prettiness
765 _gir_verbosity = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1)
766 _gir_silent_scanner_prefix = $(_gir_silent_scanner_prefix_$(V))
767 _gir_silent_scanner_prefix_ = $(_gir_silent_scanner_prefix_$(_gir_verbosity))
768 _gir_silent_scanner_prefix_0 = @echo "  GISCAN $(1)";
769 _gir_silent_scanner_opts = $(_gir_silent_scanner_opts_$(V))
770 _gir_silent_scanner_opts_ = $(_gir_silent_scanner_opts_$(_gir_verbosity))
771 _gir_silent_scanner_opts_0 = --quiet
772 _gir_silent_compiler = $(_gir_silent_compiler_$(V))
773 _gir_silent_compiler_ = $(_gir_silent_compiler_$(_gir_verbosity))
774 _gir_silent_compiler_0 = @echo "  GICOMP $(1)";
775 libcmph_la_CPPFLAGS = -Icmph $(GLIB_CFLAGS)
776 libcmph_la_LIBADD = -lm $(GLIB_LIBS)
777 libcmph_la_SOURCES = \
778         girepository/cmph/bdz.c \
779         girepository/cmph/bdz.h \
780         girepository/cmph/bdz_ph.c \
781         girepository/cmph/bdz_ph.h \
782         girepository/cmph/bdz_structs.h \
783         girepository/cmph/bdz_structs_ph.h \
784         girepository/cmph/bitbool.h \
785         girepository/cmph/bmz8.c \
786         girepository/cmph/bmz8.h \
787         girepository/cmph/bmz8_structs.h \
788         girepository/cmph/bmz.c \
789         girepository/cmph/bmz.h \
790         girepository/cmph/bmz_structs.h \
791         girepository/cmph/brz.c \
792         girepository/cmph/brz.h \
793         girepository/cmph/brz_structs.h \
794         girepository/cmph/buffer_entry.c \
795         girepository/cmph/buffer_entry.h \
796         girepository/cmph/buffer_manager.c \
797         girepository/cmph/buffer_manager.h \
798         girepository/cmph/chd.c \
799         girepository/cmph/chd.h \
800         girepository/cmph/chd_ph.c \
801         girepository/cmph/chd_ph.h \
802         girepository/cmph/chd_structs.h \
803         girepository/cmph/chd_structs_ph.h \
804         girepository/cmph/chm.c \
805         girepository/cmph/chm.h \
806         girepository/cmph/chm_structs.h \
807         girepository/cmph/cmph.c \
808         girepository/cmph/cmph.h \
809         girepository/cmph/cmph_structs.c \
810         girepository/cmph/cmph_structs.h \
811         girepository/cmph/cmph_time.h \
812         girepository/cmph/cmph_types.h \
813         girepository/cmph/compressed_rank.c \
814         girepository/cmph/compressed_rank.h \
815         girepository/cmph/compressed_seq.c \
816         girepository/cmph/compressed_seq.h \
817         girepository/cmph/debug.h \
818         girepository/cmph/fch_buckets.c \
819         girepository/cmph/fch_buckets.h \
820         girepository/cmph/fch.c \
821         girepository/cmph/fch.h \
822         girepository/cmph/fch_structs.h \
823         girepository/cmph/graph.c \
824         girepository/cmph/graph.h \
825         girepository/cmph/hash.c \
826         girepository/cmph/hash.h \
827         girepository/cmph/hash_state.h \
828         girepository/cmph/jenkins_hash.c \
829         girepository/cmph/jenkins_hash.h \
830         girepository/cmph/miller_rabin.c \
831         girepository/cmph/miller_rabin.h \
832         girepository/cmph/select.c \
833         girepository/cmph/select.h \
834         girepository/cmph/select_lookup_tables.h \
835         girepository/cmph/vqueue.c \
836         girepository/cmph/vqueue.h \
837         girepository/cmph/vstack.c \
838         girepository/cmph/vstack.h
839
840 cmph_bdz_test_SOURCES = girepository/cmph-bdz-test.c
841 cmph_bdz_test_CFLAGS = -I$(top_srcdir)/girepository/cmph $(GOBJECT_CFLAGS)
842 cmph_bdz_test_LDADD = libcmph.la $(GOBJECT_LIBS)
843 girepodir = $(includedir)/gobject-introspection-1.0/
844 girepo_HEADERS = \
845         girepository/giarginfo.h                        \
846         girepository/gibaseinfo.h                       \
847         girepository/gicallableinfo.h                   \
848         girepository/giconstantinfo.h                   \
849         girepository/gienuminfo.h                       \
850         girepository/gifieldinfo.h                      \
851         girepository/gifunctioninfo.h                   \
852         girepository/giinterfaceinfo.h                  \
853         girepository/giobjectinfo.h                     \
854         girepository/gipropertyinfo.h                   \
855         girepository/giregisteredtypeinfo.h             \
856         girepository/girepository.h                     \
857         girepository/girffi.h                           \
858         girepository/gisignalinfo.h                     \
859         girepository/gistructinfo.h                     \
860         girepository/gitypeinfo.h                       \
861         girepository/gitypelib.h                        \
862         girepository/gitypes.h                          \
863         girepository/giunioninfo.h                      \
864         girepository/givfuncinfo.h
865
866 libgirepository_gthash_la_SOURCES = \
867         girepository/gthash.c
868
869 libgirepository_gthash_la_CFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository
870 libgirepository_gthash_la_LIBADD = libcmph.la $(GIREPO_LIBS)
871 libgirepository_internals_la_SOURCES = \
872         girepository/girmodule.c                                \
873         girepository/girmodule.h                                \
874         girepository/girnode.c                                  \
875         girepository/girnode.h                                  \
876         girepository/giroffsets.c                               \
877         girepository/girparser.c                                \
878         girepository/girparser.h                                \
879         girepository/girwriter.c                                \
880         girepository/girwriter.h
881
882 libgirepository_internals_la_CFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository
883 libgirepository_internals_la_LIBADD = libgirepository-gthash.la $(GIREPO_LIBS)
884 libgirepository_1_0_la_SOURCES = \
885         girepository/gdump.c                            \
886         girepository/giarginfo.c                        \
887         girepository/gibaseinfo.c                       \
888         girepository/gicallableinfo.c                   \
889         girepository/giconstantinfo.c                   \
890         girepository/gienuminfo.c                       \
891         girepository/gifieldinfo.c                      \
892         girepository/gifunctioninfo.c                   \
893         girepository/ginvoke.c                          \
894         girepository/giinterfaceinfo.c                  \
895         girepository/giobjectinfo.c                     \
896         girepository/gipropertyinfo.c                   \
897         girepository/giregisteredtypeinfo.c             \
898         girepository/girepository.c                     \
899         girepository/girepository-private.h             \
900         girepository/girffi.c                           \
901         girepository/girffi.h                           \
902         girepository/gisignalinfo.c                     \
903         girepository/gistructinfo.c                     \
904         girepository/gitypeinfo.c                       \
905         girepository/gitypelib.c                        \
906         girepository/gitypelib-internal.h               \
907         girepository/glib-compat.h                      \
908         girepository/giunioninfo.c                      \
909         girepository/givfuncinfo.c
910
911 libgirepository_1_0_la_CPPFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository -DG_IREPOSITORY_COMPILATION
912 libgirepository_1_0_la_LIBADD = libgirepository-gthash.la $(GIREPO_LIBS)
913 libgirepository_1_0_la_LDFLAGS = \
914         $(EXTRA_LINK_FLAGS) \
915         -no-undefined -version-number 1:0:0 \
916         -export-symbols $(srcdir)/girepository/girepository.symbols
917
918 gdumpdir = $(datadir)/gobject-introspection-1.0/
919 gdump_DATA = girepository/gdump.c
920 @OS_WIN32_FALSE@gi_dump_types_SOURCES = girepository/gdump.c girepository/gi-dump-types.c
921 @OS_WIN32_FALSE@gi_dump_types_CFLAGS = $(GIO_UNIX_CFLAGS) $(GMODULE_CFLAGS)
922 @OS_WIN32_FALSE@gi_dump_types_LDADD = $(GIO_UNIX_LIBS) $(GMODULE_LIBS)
923 gthash_test_SOURCES = girepository/gthash.c girepository/gthash-test.c
924 gthash_test_CFLAGS = -I$(top_srcdir)/girepository $(GOBJECT_CFLAGS)
925 gthash_test_LDADD = libcmph.la libgirepository-1.0.la $(GOBJECT_LIBS)
926 AM_YFLAGS = -d -t
927 libgiscanner_la_SOURCES = \
928         giscanner/sourcescanner.c                               \
929         giscanner/sourcescanner.h                               \
930         giscanner/scannerlexer.l                                \
931         giscanner/scannerparser.y                               \
932         giscanner/grealpath.h
933
934 libgiscanner_la_CPPFLAGS = -I$(top_srcdir)/girepository -I$(top_srcdir)/giscanner
935 libgiscanner_la_LIBADD = $(GOBJECT_LIBS) $(GIO_LIBS)
936 libgiscanner_la_CFLAGS = $(GOBJECT_CFLAGS) $(GIO_CFLAGS)
937 pkgpyexec_LTLIBRARIES = _giscanner.la
938 pkgpyexec_PYTHON = \
939         giscanner/__init__.py           \
940         giscanner/annotationmain.py     \
941         giscanner/annotationparser.py   \
942         giscanner/ast.py                \
943         giscanner/cachestore.py         \
944         giscanner/codegen.py            \
945         giscanner/docmain.py    \
946         giscanner/docwriter.py          \
947         giscanner/dumper.py             \
948         giscanner/introspectablepass.py \
949         giscanner/girparser.py          \
950         giscanner/girwriter.py          \
951         giscanner/gdumpparser.py        \
952         giscanner/libtoolimporter.py    \
953         giscanner/odict.py              \
954         giscanner/maintransformer.py    \
955         giscanner/message.py            \
956         giscanner/shlibs.py             \
957         giscanner/scannermain.py        \
958         giscanner/sectionparser.py      \
959         giscanner/sourcescanner.py      \
960         giscanner/testcodegen.py        \
961         giscanner/transformer.py        \
962         giscanner/utils.py              \
963         giscanner/xmlwriter.py
964
965 templatedir = $(pkglibdir)
966 nobase_dist_template_DATA = \
967         giscanner/doctemplates/base.tmpl        \
968         giscanner/doctemplates/class.tmpl       \
969         giscanner/doctemplates/namespace.tmpl   \
970         giscanner/doctemplates/C/class.tmpl     \
971         giscanner/doctemplates/C/constructor.tmpl       \
972         giscanner/doctemplates/C/default.tmpl   \
973         giscanner/doctemplates/C/enum.tmpl      \
974         giscanner/doctemplates/C/function.tmpl  \
975         giscanner/doctemplates/C/method.tmpl            \
976         giscanner/doctemplates/C/namespace.tmpl \
977         giscanner/doctemplates/C/property.tmpl  \
978         giscanner/doctemplates/C/record.tmpl    \
979         giscanner/doctemplates/C/signal.tmpl    \
980         giscanner/doctemplates/C/vfunc.tmpl     \
981         giscanner/doctemplates/Python/class.tmpl        \
982         giscanner/doctemplates/Python/constructor.tmpl  \
983         giscanner/doctemplates/Python/default.tmpl      \
984         giscanner/doctemplates/Python/enum.tmpl \
985         giscanner/doctemplates/Python/function.tmpl     \
986         giscanner/doctemplates/Python/method.tmpl       \
987         giscanner/doctemplates/Python/namespace.tmpl    \
988         giscanner/doctemplates/Python/property.tmpl     \
989         giscanner/doctemplates/Python/record.tmpl       \
990         giscanner/doctemplates/Python/signal.tmpl       \
991         giscanner/doctemplates/Python/vfunc.tmpl        \
992         giscanner/doctemplates/Gjs/class.tmpl   \
993         giscanner/doctemplates/Gjs/constructor.tmpl     \
994         giscanner/doctemplates/Gjs/default.tmpl \
995         giscanner/doctemplates/Gjs/enum.tmpl    \
996         giscanner/doctemplates/Gjs/function.tmpl        \
997         giscanner/doctemplates/Gjs/method.tmpl  \
998         giscanner/doctemplates/Gjs/namespace.tmpl       \
999         giscanner/doctemplates/Gjs/property.tmpl        \
1000         giscanner/doctemplates/Gjs/record.tmpl  \
1001         giscanner/doctemplates/Gjs/signal.tmpl  \
1002         giscanner/doctemplates/Gjs/vfunc.tmpl
1003
1004 _giscanner_la_CFLAGS = \
1005         $(PYTHON_INCLUDES) \
1006         $(GOBJECT_CFLAGS) \
1007         -I$(top_srcdir)/giscanner
1008
1009 _giscanner_la_LIBADD = libgiscanner.la $(GOBJECT_LIBS) $(am__append_2)
1010 _giscanner_la_LDFLAGS = -module -avoid-version -export-symbols-regex \
1011         init_giscanner $(am__append_3)
1012 _giscanner_la_SOURCES = giscanner/giscannermodule.c
1013 glib_print_SOURCES = examples/glib-print.c
1014 glib_print_CFLAGS = $(GOBJECT_CFLAGS) -I$(top_srcdir)/girepository
1015 glib_print_LDADD = libgirepository-1.0.la $(GOBJECT_LIBS)
1016 BUILT_GIRSOURCES = GLib-2.0.gir GObject-2.0.gir GModule-2.0.gir \
1017         Gio-2.0.gir GIRepository-2.0.gir
1018 SUBSTITUTED_GIRSOURCES = gir/cairo-1.0.gir
1019 STATIC_GIRSOURCES = \
1020         gir/DBus-1.0.gir            \
1021         gir/DBusGLib-1.0.gir        \
1022         gir/fontconfig-2.0.gir      \
1023         gir/freetype2-2.0.gir       \
1024         gir/GL-1.0.gir              \
1025         gir/libxml2-2.0.gir         \
1026         gir/xft-2.0.gir             \
1027         gir/xlib-2.0.gir            \
1028         gir/xfixes-4.0.gir          \
1029         gir/xrandr-1.3.gir
1030
1031 @WITH_GLIBSRC_FALSE@GLib_2_0_gir_DOCSRC = 
1032
1033 # glib with source (to enable documentation)
1034 @WITH_GLIBSRC_TRUE@GLib_2_0_gir_DOCSRC = $(GLIBSRC)/glib/*.c
1035 @WITH_GLIBSRC_FALSE@GObject_2_0_gir_DOCSRC = 
1036 @WITH_GLIBSRC_TRUE@GObject_2_0_gir_DOCSRC = $(GLIBSRC)/gobject/*.c
1037 @WITH_GLIBSRC_FALSE@GModule_2_0_gir_DOCSRC = 
1038 @WITH_GLIBSRC_TRUE@GModule_2_0_gir_DOCSRC = $(GLIBSRC)/gmodule/*.c
1039 @WITH_GLIBSRC_FALSE@Gio_2_0_gir_DOCSRC = 
1040 @WITH_GLIBSRC_TRUE@Gio_2_0_gir_DOCSRC = $(GLIBSRC)/gio/*.c
1041
1042 # glib
1043 GLIB_INCLUDEDIR = $(shell pkg-config --variable=includedir glib-2.0)/glib-2.0
1044 GLIB_LIBDIR = $(shell pkg-config --variable=libdir glib-2.0)
1045 @OS_WIN32_FALSE@GLIB_LIBRARY = glib-2.0
1046 @OS_WIN32_TRUE@GLIB_LIBRARY = libglib-2.0-0
1047 GLib_2_0_gir_LIBS = $(GLIB_LIBRARY) $(GOBJECT_LIBRARY)
1048 GLib_2_0_gir_SCANNERFLAGS = \
1049             --external-library \
1050             --reparse-validate \
1051             --identifier-prefix=G \
1052             --symbol-prefix=g \
1053             --symbol-prefix=glib \
1054             --c-include="glib.h" \
1055             $(GLib_2_0_gir_DOCSRC)
1056
1057 GLib_2_0_gir_PACKAGES = glib-2.0
1058 GLib_2_0_gir_CFLAGS = \
1059             -I$(GLIB_INCLUDEDIR) \
1060             -I$(GLIB_LIBDIR)/glib-2.0/include \
1061             -DGETTEXT_PACKAGE=Dummy \
1062             -DGLIB_COMPILATION \
1063             -D__G_I18N_LIB_H__
1064
1065 GLib_2_0_gir_FILES = $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \
1066         $(GLIB_INCLUDEDIR)/glib/*.h \
1067         $(GLIB_INCLUDEDIR)/gobject/glib-types.h gir/glib-2.0.c \
1068         $(am__append_4)
1069
1070 # gobject
1071 GOBJECT_INCLUDEDIR = $(shell pkg-config --variable=includedir gobject-2.0)/glib-2.0
1072 GOBJECT_LIBDIR = $(shell pkg-config --variable=libdir gobject-2.0)
1073 @OS_WIN32_FALSE@GOBJECT_LIBRARY = gobject-2.0
1074 @OS_WIN32_TRUE@GOBJECT_LIBRARY = libgobject-2.0-0
1075 GObject_2_0_gir_LIBS = $(GOBJECT_LIBRARY)
1076 GObject_2_0_gir_SCANNERFLAGS = \
1077             --external-library \
1078             --reparse-validate \
1079             --identifier-prefix=G \
1080             --c-include="glib-object.h" \
1081             --add-include-path=. \
1082             $(GObject_2_0_gir_DOCSRC)
1083
1084 GObject_2_0_gir_PACKAGES = gobject-2.0
1085 GObject_2_0_gir_INCLUDES = GLib-2.0
1086 GObject_2_0_gir_CFLAGS = \
1087             -DGOBJECT_COMPILATION \
1088             -I$(GOBJECT_INCLUDEDIR) \
1089             -I$(GOBJECT_LIBDIR)/glib-2.0/include
1090
1091 GObject_2_0_gir_FILES = \
1092         $(filter-out $(GOBJECT_INCLUDEDIR)/gobject/glib-types.h, $(wildcard $(GOBJECT_INCLUDEDIR)/gobject/*.h)) \
1093         gir/gobject-2.0.c
1094
1095
1096 # gmodule
1097 GMODULE_INCLUDEDIR = $(shell pkg-config --variable=includedir gmodule-2.0)/glib-2.0
1098 GMODULE_LIBDIR = $(shell pkg-config --variable=libdir gmodule-2.0)
1099 @OS_WIN32_FALSE@GMODULE_LIBRARY = gmodule-2.0
1100 @OS_WIN32_TRUE@GMODULE_LIBRARY = libgmodule-2.0-0
1101 GModule_2_0_gir_LIBS = $(GMODULE_LIBRARY)
1102 GModule_2_0_gir_SCANNERFLAGS = \
1103             --external-library \
1104             --identifier-prefix=G \
1105             --c-include="gmodule.h" \
1106             --add-include-path=. \
1107             $(GModule_2_0_gir_DOCSRC)
1108
1109 GModule_2_0_gir_PACKAGES = gmodule-2.0
1110 GModule_2_0_gir_INCLUDES = GLib-2.0
1111 GModule_2_0_gir_CFLAGS = \
1112             -I$(GMODULE_INCLUDEDIR) \
1113             -I$(GMODULE_LIBDIR)/glib-2.0/include
1114
1115 GModule_2_0_gir_FILES = $(GLIB_INCLUDEDIR)/gmodule.h
1116
1117 # gio
1118 GIO_INCLUDEDIR = $(shell pkg-config --variable=includedir gio-2.0)/glib-2.0
1119 GIO_LIBDIR = $(shell pkg-config --variable=libdir gio-2.0)
1120 @OS_WIN32_FALSE@GIO_LIBRARY = gio-2.0
1121 @OS_WIN32_TRUE@GIO_LIBRARY = libgio-2.0-0
1122 @HAVE_GIO_UNIX_FALSE@GIO_UNIX_HDRS = 
1123 @HAVE_GIO_UNIX_TRUE@GIO_UNIX_HDRS = $(shell pkg-config --variable=includedir gio-unix-2.0)/gio-unix-2.0/gio/*.h
1124 @HAVE_GIO_UNIX_FALSE@GIO_UNIX_PACKAGES = 
1125 @HAVE_GIO_UNIX_TRUE@GIO_UNIX_PACKAGES = gio-unix-2.0
1126 GIO_CINCLUDES = $(patsubst %,--c-include='%',$(shell echo $(GIO_UNIX_HDRS)))
1127 Gio_2_0_gir_LIBS = $(GIO_LIBRARY)
1128 Gio_2_0_gir_SCANNERFLAGS = \
1129             --external-library \
1130             --reparse-validate \
1131             --warn-all \
1132             --identifier-prefix=G \
1133             --c-include="gio/gio.h" \
1134             $(GIO_CINCLUDES) \
1135             --add-include-path=. \
1136             $(Gio_2_0_gir_DOCSRC)
1137
1138 Gio_2_0_gir_PACKAGES = gio-2.0 $(GIO_UNIX_PACKAGES)
1139 Gio_2_0_gir_INCLUDES = GObject-2.0
1140 Gio_2_0_gir_CFLAGS = \
1141             -DGIO_COMPILATION \
1142             -I$(GIO_LIBDIR)/glib-2.0/include
1143
1144 Gio_2_0_gir_FILES = \
1145             $(GIO_UNIX_HDRS) \
1146             $(filter-out %/gsettingsbackend.h, $(shell echo $(GIO_INCLUDEDIR)/gio/*.h)) \
1147             gir/gio-2.0.c
1148
1149 GIRepository_2_0_gir_LIBS = libgirepository-1.0.la
1150 GIRepository_2_0_gir_SCANNERFLAGS = \
1151         --warn-all \
1152         --identifier-prefix=GI \
1153         --symbol-prefix=g \
1154         --c-include="girepository.h" \
1155         --add-include-path=.
1156
1157 GIRepository_2_0_gir_PACKAGES = gobject-2.0
1158 GIRepository_2_0_gir_INCLUDES = GObject-2.0
1159 GIRepository_2_0_gir_EXPORT_PACKAGES = gobject-introspection-1.0
1160 GIRepository_2_0_gir_CFLAGS = \
1161     -I$(top_srcdir)/girepository -I$(top_srcdir) \
1162     -DGI_COMPILATION
1163
1164 GIRepository_2_0_gir_FILES = \
1165         $(top_srcdir)/girepository/girepository.h   \
1166         $(top_srcdir)/girepository/girepository.c   \
1167         $(top_srcdir)/girepository/gi*info.c        \
1168         $(top_srcdir)/girepository/gi*info.h        \
1169         $(top_srcdir)/girepository/gitypelib.h      \
1170         $(top_srcdir)/girepository/gitypes.h
1171
1172 girdir = $(GIR_DIR)
1173 gir_DATA = $(STATIC_GIRSOURCES) $(SUBSTITUTED_GIRSOURCES) $(BUILT_GIRSOURCES)
1174 typelibsdir = $(libdir)/girepository-1.0
1175 typelibs_DATA = $(gir_DATA:.gir=.typelib)
1176 TOOL_SUBSTITUTIONS = sed -e s,@libdir\@,$(libdir), -e s,@datarootdir\@,$(datarootdir), -e s,@PYTHON\@,$(PYTHON),
1177 g_ir_compiler_SOURCES = tools/compiler.c
1178 g_ir_compiler_CPPFLAGS = -DGIREPO_DEFAULT_SEARCH_PATH="\"$(libdir)\"" \
1179                          -I$(top_srcdir)/girepository
1180
1181 g_ir_compiler_CFLAGS = $(GIO_CFLAGS)
1182 g_ir_compiler_LDADD = \
1183         libgirepository-internals.la    \
1184         libgirepository-1.0.la          \
1185         $(GIREPO_LIBS)
1186
1187 g_ir_generate_SOURCES = tools/generate.c
1188 g_ir_generate_CPPFLAGS = -DGIREPO_DEFAULT_SEARCH_PATH="\"$(libdir)\"" \
1189                          -I$(top_srcdir)/girepository
1190
1191 g_ir_generate_CFLAGS = $(GIO_CFLAGS)
1192 g_ir_generate_LDADD = \
1193         libgirepository-internals.la    \
1194         libgirepository-1.0.la          \
1195         $(GIREPO_LIBS)
1196
1197 GCOVSOURCES = \
1198         $(g_ir_compiler_SOURCES)                \
1199         $(g_ir_generate_SOURCES)
1200
1201 GENERATED_MSVC_FILES = \
1202         ./build/win32/vs9/girepository.vcproj   \
1203         ./build/win32/vs10/girepository.vcxproj \
1204         ./build/win32/vs10/girepository.vcxproj.filters \
1205         ./build/win32/vs9/g-ir-compiler.vcproj  \
1206         ./build/win32/vs10/g-ir-compiler.vcxproj        \
1207         ./build/win32/vs10/g-ir-compiler.vcxproj.filters        \
1208         ./build/win32/vs9/cmph.vcproj   \
1209         ./build/win32/vs10/cmph.vcxproj \
1210         ./build/win32/vs10/cmph.vcxproj.filters \
1211         config.h.win32
1212
1213 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
1214 SUBDIRS = . docs tests build
1215 DIST_SUBDIRS = m4 $(SUBDIRS)
1216 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
1217 pkgconfigdir = $(libdir)/pkgconfig
1218 pkgconfig_DATA = gobject-introspection-1.0.pc gobject-introspection-no-export-1.0.pc
1219 m4dir = $(datadir)/aclocal
1220 m4_DATA = m4/introspection.m4
1221 makedir = $(datadir)/gobject-introspection-1.0
1222 dist_make_DATA = Makefile.introspection
1223
1224 # Colin's handy Makefile bits for:
1225 # 1) stuffing tarballs with pre-generated scripts from your workstation
1226 # 2) bumping configure.ac version post-release
1227 # 3) tagging correctly in git
1228 # 4) uploading to gnome.org
1229 # To use:
1230 #  $ make check
1231 #  $ make dist
1232 #  $ make prepare-minor-release
1233
1234 # Customize to taste
1235 TAG_PREFIX = GOBJECT_INTROSPECTION_
1236 COMPRESSION = .xz
1237 DISTNAME = $(PACKAGE)-$(VERSION).tar$(COMPRESSION)
1238 TAG_VERSION = $(shell echo $(VERSION) |sed s/\\\./_/g)
1239 all: $(BUILT_SOURCES) config.h
1240         $(MAKE) $(AM_MAKEFLAGS) all-recursive
1241
1242 .SUFFIXES:
1243 .SUFFIXES: .c .l .lo .o .obj .y
1244 am--refresh: Makefile
1245         @:
1246 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/common.mk $(srcdir)/Makefile.introspection $(srcdir)/Makefile-cmph.am $(srcdir)/Makefile-girepository.am $(srcdir)/Makefile-giscanner.am $(srcdir)/Makefile-examples.am $(srcdir)/Makefile-gir.am $(srcdir)/Makefile-tools.am $(srcdir)/Makefile-msvcproj.am $(am__configure_deps)
1247         @for dep in $?; do \
1248           case '$(am__configure_deps)' in \
1249             *$$dep*) \
1250               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1251               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1252                 && exit 0; \
1253               exit 1;; \
1254           esac; \
1255         done; \
1256         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1257         $(am__cd) $(top_srcdir) && \
1258           $(AUTOMAKE) --foreign Makefile
1259 .PRECIOUS: Makefile
1260 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1261         @case '$?' in \
1262           *config.status*) \
1263             echo ' $(SHELL) ./config.status'; \
1264             $(SHELL) ./config.status;; \
1265           *) \
1266             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1267             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1268         esac;
1269 $(srcdir)/common.mk $(srcdir)/Makefile.introspection $(srcdir)/Makefile-cmph.am $(srcdir)/Makefile-girepository.am $(srcdir)/Makefile-giscanner.am $(srcdir)/Makefile-examples.am $(srcdir)/Makefile-gir.am $(srcdir)/Makefile-tools.am $(srcdir)/Makefile-msvcproj.am:
1270
1271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1272         $(SHELL) ./config.status --recheck
1273
1274 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1275         $(am__cd) $(srcdir) && $(AUTOCONF)
1276 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1277         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1278 $(am__aclocal_m4_deps):
1279
1280 config.h: stamp-h1
1281         @if test ! -f $@; then rm -f stamp-h1; else :; fi
1282         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1283
1284 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1285         @rm -f stamp-h1
1286         cd $(top_builddir) && $(SHELL) ./config.status config.h
1287 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
1288         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1289         rm -f stamp-h1
1290         touch $@
1291
1292 distclean-hdr:
1293         -rm -f config.h stamp-h1
1294 gobject-introspection-1.0.pc: $(top_builddir)/config.status $(srcdir)/gobject-introspection-1.0.pc.in
1295         cd $(top_builddir) && $(SHELL) ./config.status $@
1296 gobject-introspection-no-export-1.0.pc: $(top_builddir)/config.status $(srcdir)/gobject-introspection-no-export-1.0.pc.in
1297         cd $(top_builddir) && $(SHELL) ./config.status $@
1298 config.h.win32: $(top_builddir)/config.status $(srcdir)/config.h.win32.in
1299         cd $(top_builddir) && $(SHELL) ./config.status $@
1300
1301 clean-checkLTLIBRARIES:
1302         -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
1303         @list='$(check_LTLIBRARIES)'; \
1304         locs=`for p in $$list; do echo $$p; done | \
1305               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1306               sort -u`; \
1307         test -z "$$locs" || { \
1308           echo rm -f $${locs}; \
1309           rm -f $${locs}; \
1310         }
1311
1312 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1313         @$(NORMAL_INSTALL)
1314         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1315         list2=; for p in $$list; do \
1316           if test -f $$p; then \
1317             list2="$$list2 $$p"; \
1318           else :; fi; \
1319         done; \
1320         test -z "$$list2" || { \
1321           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1322           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1323           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1324           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1325         }
1326
1327 uninstall-libLTLIBRARIES:
1328         @$(NORMAL_UNINSTALL)
1329         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1330         for p in $$list; do \
1331           $(am__strip_dir) \
1332           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1333           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1334         done
1335
1336 clean-libLTLIBRARIES:
1337         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1338         @list='$(lib_LTLIBRARIES)'; \
1339         locs=`for p in $$list; do echo $$p; done | \
1340               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1341               sort -u`; \
1342         test -z "$$locs" || { \
1343           echo rm -f $${locs}; \
1344           rm -f $${locs}; \
1345         }
1346
1347 clean-noinstLTLIBRARIES:
1348         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1349         @list='$(noinst_LTLIBRARIES)'; \
1350         locs=`for p in $$list; do echo $$p; done | \
1351               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1352               sort -u`; \
1353         test -z "$$locs" || { \
1354           echo rm -f $${locs}; \
1355           rm -f $${locs}; \
1356         }
1357
1358 install-pkgpyexecLTLIBRARIES: $(pkgpyexec_LTLIBRARIES)
1359         @$(NORMAL_INSTALL)
1360         @list='$(pkgpyexec_LTLIBRARIES)'; test -n "$(pkgpyexecdir)" || list=; \
1361         list2=; for p in $$list; do \
1362           if test -f $$p; then \
1363             list2="$$list2 $$p"; \
1364           else :; fi; \
1365         done; \
1366         test -z "$$list2" || { \
1367           echo " $(MKDIR_P) '$(DESTDIR)$(pkgpyexecdir)'"; \
1368           $(MKDIR_P) "$(DESTDIR)$(pkgpyexecdir)" || exit 1; \
1369           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkgpyexecdir)'"; \
1370           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkgpyexecdir)"; \
1371         }
1372
1373 uninstall-pkgpyexecLTLIBRARIES:
1374         @$(NORMAL_UNINSTALL)
1375         @list='$(pkgpyexec_LTLIBRARIES)'; test -n "$(pkgpyexecdir)" || list=; \
1376         for p in $$list; do \
1377           $(am__strip_dir) \
1378           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgpyexecdir)/$$f'"; \
1379           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgpyexecdir)/$$f"; \
1380         done
1381
1382 clean-pkgpyexecLTLIBRARIES:
1383         -test -z "$(pkgpyexec_LTLIBRARIES)" || rm -f $(pkgpyexec_LTLIBRARIES)
1384         @list='$(pkgpyexec_LTLIBRARIES)'; \
1385         locs=`for p in $$list; do echo $$p; done | \
1386               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1387               sort -u`; \
1388         test -z "$$locs" || { \
1389           echo rm -f $${locs}; \
1390           rm -f $${locs}; \
1391         }
1392 _giscanner.la: $(_giscanner_la_OBJECTS) $(_giscanner_la_DEPENDENCIES) $(EXTRA__giscanner_la_DEPENDENCIES) 
1393         $(AM_V_CCLD)$(_giscanner_la_LINK) -rpath $(pkgpyexecdir) $(_giscanner_la_OBJECTS) $(_giscanner_la_LIBADD) $(LIBS)
1394 libcmph.la: $(libcmph_la_OBJECTS) $(libcmph_la_DEPENDENCIES) $(EXTRA_libcmph_la_DEPENDENCIES) 
1395         $(AM_V_CCLD)$(LINK)  $(libcmph_la_OBJECTS) $(libcmph_la_LIBADD) $(LIBS)
1396 libgirepository-1.0.la: $(libgirepository_1_0_la_OBJECTS) $(libgirepository_1_0_la_DEPENDENCIES) $(EXTRA_libgirepository_1_0_la_DEPENDENCIES) 
1397         $(AM_V_CCLD)$(libgirepository_1_0_la_LINK) -rpath $(libdir) $(libgirepository_1_0_la_OBJECTS) $(libgirepository_1_0_la_LIBADD) $(LIBS)
1398 libgirepository-gthash.la: $(libgirepository_gthash_la_OBJECTS) $(libgirepository_gthash_la_DEPENDENCIES) $(EXTRA_libgirepository_gthash_la_DEPENDENCIES) 
1399         $(AM_V_CCLD)$(libgirepository_gthash_la_LINK)  $(libgirepository_gthash_la_OBJECTS) $(libgirepository_gthash_la_LIBADD) $(LIBS)
1400 libgirepository-internals.la: $(libgirepository_internals_la_OBJECTS) $(libgirepository_internals_la_DEPENDENCIES) $(EXTRA_libgirepository_internals_la_DEPENDENCIES) 
1401         $(AM_V_CCLD)$(libgirepository_internals_la_LINK)  $(libgirepository_internals_la_OBJECTS) $(libgirepository_internals_la_LIBADD) $(LIBS)
1402 scannerparser.h: scannerparser.c
1403         @if test ! -f $@; then rm -f scannerparser.c; else :; fi
1404         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) scannerparser.c; else :; fi
1405 libgiscanner.la: $(libgiscanner_la_OBJECTS) $(libgiscanner_la_DEPENDENCIES) $(EXTRA_libgiscanner_la_DEPENDENCIES) 
1406         $(AM_V_CCLD)$(libgiscanner_la_LINK)  $(libgiscanner_la_OBJECTS) $(libgiscanner_la_LIBADD) $(LIBS)
1407 install-binPROGRAMS: $(bin_PROGRAMS)
1408         @$(NORMAL_INSTALL)
1409         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1410         if test -n "$$list"; then \
1411           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1412           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1413         fi; \
1414         for p in $$list; do echo "$$p $$p"; done | \
1415         sed 's/$(EXEEXT)$$//' | \
1416         while read p p1; do if test -f $$p \
1417          || test -f $$p1 \
1418           ; then echo "$$p"; echo "$$p"; else :; fi; \
1419         done | \
1420         sed -e 'p;s,.*/,,;n;h' \
1421             -e 's|.*|.|' \
1422             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1423         sed 'N;N;N;s,\n, ,g' | \
1424         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1425           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1426             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1427             else { print "f", $$3 "/" $$4, $$1; } } \
1428           END { for (d in files) print "f", d, files[d] }' | \
1429         while read type dir files; do \
1430             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1431             test -z "$$files" || { \
1432             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1433             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1434             } \
1435         ; done
1436
1437 uninstall-binPROGRAMS:
1438         @$(NORMAL_UNINSTALL)
1439         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1440         files=`for p in $$list; do echo "$$p"; done | \
1441           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1442               -e 's/$$/$(EXEEXT)/' \
1443         `; \
1444         test -n "$$list" || exit 0; \
1445         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1446         cd "$(DESTDIR)$(bindir)" && rm -f $$files
1447
1448 clean-binPROGRAMS:
1449         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1450         echo " rm -f" $$list; \
1451         rm -f $$list || exit $$?; \
1452         test -n "$(EXEEXT)" || exit 0; \
1453         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1454         echo " rm -f" $$list; \
1455         rm -f $$list
1456
1457 clean-checkPROGRAMS:
1458         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1459         echo " rm -f" $$list; \
1460         rm -f $$list || exit $$?; \
1461         test -n "$(EXEEXT)" || exit 0; \
1462         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1463         echo " rm -f" $$list; \
1464         rm -f $$list
1465
1466 clean-noinstPROGRAMS:
1467         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1468         echo " rm -f" $$list; \
1469         rm -f $$list || exit $$?; \
1470         test -n "$(EXEEXT)" || exit 0; \
1471         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1472         echo " rm -f" $$list; \
1473         rm -f $$list
1474 cmph-bdz-test$(EXEEXT): $(cmph_bdz_test_OBJECTS) $(cmph_bdz_test_DEPENDENCIES) $(EXTRA_cmph_bdz_test_DEPENDENCIES) 
1475         @rm -f cmph-bdz-test$(EXEEXT)
1476         $(AM_V_CCLD)$(cmph_bdz_test_LINK) $(cmph_bdz_test_OBJECTS) $(cmph_bdz_test_LDADD) $(LIBS)
1477 g-ir-compiler$(EXEEXT): $(g_ir_compiler_OBJECTS) $(g_ir_compiler_DEPENDENCIES) $(EXTRA_g_ir_compiler_DEPENDENCIES) 
1478         @rm -f g-ir-compiler$(EXEEXT)
1479         $(AM_V_CCLD)$(g_ir_compiler_LINK) $(g_ir_compiler_OBJECTS) $(g_ir_compiler_LDADD) $(LIBS)
1480 g-ir-generate$(EXEEXT): $(g_ir_generate_OBJECTS) $(g_ir_generate_DEPENDENCIES) $(EXTRA_g_ir_generate_DEPENDENCIES) 
1481         @rm -f g-ir-generate$(EXEEXT)
1482         $(AM_V_CCLD)$(g_ir_generate_LINK) $(g_ir_generate_OBJECTS) $(g_ir_generate_LDADD) $(LIBS)
1483 gi-dump-types$(EXEEXT): $(gi_dump_types_OBJECTS) $(gi_dump_types_DEPENDENCIES) $(EXTRA_gi_dump_types_DEPENDENCIES) 
1484         @rm -f gi-dump-types$(EXEEXT)
1485         $(AM_V_CCLD)$(gi_dump_types_LINK) $(gi_dump_types_OBJECTS) $(gi_dump_types_LDADD) $(LIBS)
1486 glib-print$(EXEEXT): $(glib_print_OBJECTS) $(glib_print_DEPENDENCIES) $(EXTRA_glib_print_DEPENDENCIES) 
1487         @rm -f glib-print$(EXEEXT)
1488         $(AM_V_CCLD)$(glib_print_LINK) $(glib_print_OBJECTS) $(glib_print_LDADD) $(LIBS)
1489 gthash-test$(EXEEXT): $(gthash_test_OBJECTS) $(gthash_test_DEPENDENCIES) $(EXTRA_gthash_test_DEPENDENCIES) 
1490         @rm -f gthash-test$(EXEEXT)
1491         $(AM_V_CCLD)$(gthash_test_LINK) $(gthash_test_OBJECTS) $(gthash_test_LDADD) $(LIBS)
1492 install-binSCRIPTS: $(bin_SCRIPTS)
1493         @$(NORMAL_INSTALL)
1494         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1495         if test -n "$$list"; then \
1496           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1497           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1498         fi; \
1499         for p in $$list; do \
1500           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1501           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1502         done | \
1503         sed -e 'p;s,.*/,,;n' \
1504             -e 'h;s|.*|.|' \
1505             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1506         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1507           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1508             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1509               if (++n[d] == $(am__install_max)) { \
1510                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1511             else { print "f", d "/" $$4, $$1 } } \
1512           END { for (d in files) print "f", d, files[d] }' | \
1513         while read type dir files; do \
1514              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1515              test -z "$$files" || { \
1516                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1517                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1518              } \
1519         ; done
1520
1521 uninstall-binSCRIPTS:
1522         @$(NORMAL_UNINSTALL)
1523         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
1524         files=`for p in $$list; do echo "$$p"; done | \
1525                sed -e 's,.*/,,;$(transform)'`; \
1526         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1527
1528 mostlyclean-compile:
1529         -rm -f *.$(OBJEXT)
1530
1531 distclean-compile:
1532         -rm -f *.tab.c
1533
1534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_giscanner_la-giscannermodule.Plo@am__quote@
1535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmph_bdz_test-cmph-bdz-test.Po@am__quote@
1536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_ir_compiler-compiler.Po@am__quote@
1537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_ir_generate-generate.Po@am__quote@
1538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gi_dump_types-gdump.Po@am__quote@
1539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gi_dump_types-gi-dump-types.Po@am__quote@
1540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_print-glib-print.Po@am__quote@
1541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gthash_test-gthash-test.Po@am__quote@
1542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gthash_test-gthash.Po@am__quote@
1543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-bdz.Plo@am__quote@
1544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-bdz_ph.Plo@am__quote@
1545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-bmz.Plo@am__quote@
1546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-bmz8.Plo@am__quote@
1547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-brz.Plo@am__quote@
1548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-buffer_entry.Plo@am__quote@
1549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-buffer_manager.Plo@am__quote@
1550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-chd.Plo@am__quote@
1551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-chd_ph.Plo@am__quote@
1552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-chm.Plo@am__quote@
1553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-cmph.Plo@am__quote@
1554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-cmph_structs.Plo@am__quote@
1555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-compressed_rank.Plo@am__quote@
1556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-compressed_seq.Plo@am__quote@
1557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-fch.Plo@am__quote@
1558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-fch_buckets.Plo@am__quote@
1559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-graph.Plo@am__quote@
1560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-hash.Plo@am__quote@
1561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-jenkins_hash.Plo@am__quote@
1562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-miller_rabin.Plo@am__quote@
1563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-select.Plo@am__quote@
1564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-vqueue.Plo@am__quote@
1565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcmph_la-vstack.Plo@am__quote@
1566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gdump.Plo@am__quote@
1567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-giarginfo.Plo@am__quote@
1568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gibaseinfo.Plo@am__quote@
1569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gicallableinfo.Plo@am__quote@
1570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-giconstantinfo.Plo@am__quote@
1571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gienuminfo.Plo@am__quote@
1572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gifieldinfo.Plo@am__quote@
1573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gifunctioninfo.Plo@am__quote@
1574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-giinterfaceinfo.Plo@am__quote@
1575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-ginvoke.Plo@am__quote@
1576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-giobjectinfo.Plo@am__quote@
1577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gipropertyinfo.Plo@am__quote@
1578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-giregisteredtypeinfo.Plo@am__quote@
1579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-girepository.Plo@am__quote@
1580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-girffi.Plo@am__quote@
1581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gisignalinfo.Plo@am__quote@
1582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gistructinfo.Plo@am__quote@
1583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gitypeinfo.Plo@am__quote@
1584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-gitypelib.Plo@am__quote@
1585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-giunioninfo.Plo@am__quote@
1586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_1_0_la-givfuncinfo.Plo@am__quote@
1587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_gthash_la-gthash.Plo@am__quote@
1588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_internals_la-girmodule.Plo@am__quote@
1589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_internals_la-girnode.Plo@am__quote@
1590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_internals_la-giroffsets.Plo@am__quote@
1591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_internals_la-girparser.Plo@am__quote@
1592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgirepository_internals_la-girwriter.Plo@am__quote@
1593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgiscanner_la-scannerlexer.Plo@am__quote@
1594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgiscanner_la-scannerparser.Plo@am__quote@
1595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgiscanner_la-sourcescanner.Plo@am__quote@
1596
1597 .c.o:
1598 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1599 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1600 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1602 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1603
1604 .c.obj:
1605 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1606 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1607 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1609 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1610
1611 .c.lo:
1612 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1613 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1614 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1616 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1617
1618 _giscanner_la-giscannermodule.lo: giscanner/giscannermodule.c
1619 @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) $(_giscanner_la_CFLAGS) $(CFLAGS) -MT _giscanner_la-giscannermodule.lo -MD -MP -MF $(DEPDIR)/_giscanner_la-giscannermodule.Tpo -c -o _giscanner_la-giscannermodule.lo `test -f 'giscanner/giscannermodule.c' || echo '$(srcdir)/'`giscanner/giscannermodule.c
1620 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/_giscanner_la-giscannermodule.Tpo $(DEPDIR)/_giscanner_la-giscannermodule.Plo
1621 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='giscanner/giscannermodule.c' object='_giscanner_la-giscannermodule.lo' libtool=yes @AMDEPBACKSLASH@
1622 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1623 @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) $(_giscanner_la_CFLAGS) $(CFLAGS) -c -o _giscanner_la-giscannermodule.lo `test -f 'giscanner/giscannermodule.c' || echo '$(srcdir)/'`giscanner/giscannermodule.c
1624
1625 libcmph_la-bdz.lo: girepository/cmph/bdz.c
1626 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-bdz.lo -MD -MP -MF $(DEPDIR)/libcmph_la-bdz.Tpo -c -o libcmph_la-bdz.lo `test -f 'girepository/cmph/bdz.c' || echo '$(srcdir)/'`girepository/cmph/bdz.c
1627 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-bdz.Tpo $(DEPDIR)/libcmph_la-bdz.Plo
1628 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/bdz.c' object='libcmph_la-bdz.lo' libtool=yes @AMDEPBACKSLASH@
1629 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1630 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-bdz.lo `test -f 'girepository/cmph/bdz.c' || echo '$(srcdir)/'`girepository/cmph/bdz.c
1631
1632 libcmph_la-bdz_ph.lo: girepository/cmph/bdz_ph.c
1633 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-bdz_ph.lo -MD -MP -MF $(DEPDIR)/libcmph_la-bdz_ph.Tpo -c -o libcmph_la-bdz_ph.lo `test -f 'girepository/cmph/bdz_ph.c' || echo '$(srcdir)/'`girepository/cmph/bdz_ph.c
1634 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-bdz_ph.Tpo $(DEPDIR)/libcmph_la-bdz_ph.Plo
1635 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/bdz_ph.c' object='libcmph_la-bdz_ph.lo' libtool=yes @AMDEPBACKSLASH@
1636 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1637 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-bdz_ph.lo `test -f 'girepository/cmph/bdz_ph.c' || echo '$(srcdir)/'`girepository/cmph/bdz_ph.c
1638
1639 libcmph_la-bmz8.lo: girepository/cmph/bmz8.c
1640 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-bmz8.lo -MD -MP -MF $(DEPDIR)/libcmph_la-bmz8.Tpo -c -o libcmph_la-bmz8.lo `test -f 'girepository/cmph/bmz8.c' || echo '$(srcdir)/'`girepository/cmph/bmz8.c
1641 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-bmz8.Tpo $(DEPDIR)/libcmph_la-bmz8.Plo
1642 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/bmz8.c' object='libcmph_la-bmz8.lo' libtool=yes @AMDEPBACKSLASH@
1643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1644 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-bmz8.lo `test -f 'girepository/cmph/bmz8.c' || echo '$(srcdir)/'`girepository/cmph/bmz8.c
1645
1646 libcmph_la-bmz.lo: girepository/cmph/bmz.c
1647 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-bmz.lo -MD -MP -MF $(DEPDIR)/libcmph_la-bmz.Tpo -c -o libcmph_la-bmz.lo `test -f 'girepository/cmph/bmz.c' || echo '$(srcdir)/'`girepository/cmph/bmz.c
1648 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-bmz.Tpo $(DEPDIR)/libcmph_la-bmz.Plo
1649 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/bmz.c' object='libcmph_la-bmz.lo' libtool=yes @AMDEPBACKSLASH@
1650 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1651 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-bmz.lo `test -f 'girepository/cmph/bmz.c' || echo '$(srcdir)/'`girepository/cmph/bmz.c
1652
1653 libcmph_la-brz.lo: girepository/cmph/brz.c
1654 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-brz.lo -MD -MP -MF $(DEPDIR)/libcmph_la-brz.Tpo -c -o libcmph_la-brz.lo `test -f 'girepository/cmph/brz.c' || echo '$(srcdir)/'`girepository/cmph/brz.c
1655 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-brz.Tpo $(DEPDIR)/libcmph_la-brz.Plo
1656 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/brz.c' object='libcmph_la-brz.lo' libtool=yes @AMDEPBACKSLASH@
1657 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1658 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-brz.lo `test -f 'girepository/cmph/brz.c' || echo '$(srcdir)/'`girepository/cmph/brz.c
1659
1660 libcmph_la-buffer_entry.lo: girepository/cmph/buffer_entry.c
1661 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-buffer_entry.lo -MD -MP -MF $(DEPDIR)/libcmph_la-buffer_entry.Tpo -c -o libcmph_la-buffer_entry.lo `test -f 'girepository/cmph/buffer_entry.c' || echo '$(srcdir)/'`girepository/cmph/buffer_entry.c
1662 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-buffer_entry.Tpo $(DEPDIR)/libcmph_la-buffer_entry.Plo
1663 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/buffer_entry.c' object='libcmph_la-buffer_entry.lo' libtool=yes @AMDEPBACKSLASH@
1664 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1665 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-buffer_entry.lo `test -f 'girepository/cmph/buffer_entry.c' || echo '$(srcdir)/'`girepository/cmph/buffer_entry.c
1666
1667 libcmph_la-buffer_manager.lo: girepository/cmph/buffer_manager.c
1668 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-buffer_manager.lo -MD -MP -MF $(DEPDIR)/libcmph_la-buffer_manager.Tpo -c -o libcmph_la-buffer_manager.lo `test -f 'girepository/cmph/buffer_manager.c' || echo '$(srcdir)/'`girepository/cmph/buffer_manager.c
1669 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-buffer_manager.Tpo $(DEPDIR)/libcmph_la-buffer_manager.Plo
1670 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/buffer_manager.c' object='libcmph_la-buffer_manager.lo' libtool=yes @AMDEPBACKSLASH@
1671 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1672 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-buffer_manager.lo `test -f 'girepository/cmph/buffer_manager.c' || echo '$(srcdir)/'`girepository/cmph/buffer_manager.c
1673
1674 libcmph_la-chd.lo: girepository/cmph/chd.c
1675 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-chd.lo -MD -MP -MF $(DEPDIR)/libcmph_la-chd.Tpo -c -o libcmph_la-chd.lo `test -f 'girepository/cmph/chd.c' || echo '$(srcdir)/'`girepository/cmph/chd.c
1676 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-chd.Tpo $(DEPDIR)/libcmph_la-chd.Plo
1677 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/chd.c' object='libcmph_la-chd.lo' libtool=yes @AMDEPBACKSLASH@
1678 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1679 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-chd.lo `test -f 'girepository/cmph/chd.c' || echo '$(srcdir)/'`girepository/cmph/chd.c
1680
1681 libcmph_la-chd_ph.lo: girepository/cmph/chd_ph.c
1682 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-chd_ph.lo -MD -MP -MF $(DEPDIR)/libcmph_la-chd_ph.Tpo -c -o libcmph_la-chd_ph.lo `test -f 'girepository/cmph/chd_ph.c' || echo '$(srcdir)/'`girepository/cmph/chd_ph.c
1683 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-chd_ph.Tpo $(DEPDIR)/libcmph_la-chd_ph.Plo
1684 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/chd_ph.c' object='libcmph_la-chd_ph.lo' libtool=yes @AMDEPBACKSLASH@
1685 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1686 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-chd_ph.lo `test -f 'girepository/cmph/chd_ph.c' || echo '$(srcdir)/'`girepository/cmph/chd_ph.c
1687
1688 libcmph_la-chm.lo: girepository/cmph/chm.c
1689 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-chm.lo -MD -MP -MF $(DEPDIR)/libcmph_la-chm.Tpo -c -o libcmph_la-chm.lo `test -f 'girepository/cmph/chm.c' || echo '$(srcdir)/'`girepository/cmph/chm.c
1690 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-chm.Tpo $(DEPDIR)/libcmph_la-chm.Plo
1691 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/chm.c' object='libcmph_la-chm.lo' libtool=yes @AMDEPBACKSLASH@
1692 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1693 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-chm.lo `test -f 'girepository/cmph/chm.c' || echo '$(srcdir)/'`girepository/cmph/chm.c
1694
1695 libcmph_la-cmph.lo: girepository/cmph/cmph.c
1696 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-cmph.lo -MD -MP -MF $(DEPDIR)/libcmph_la-cmph.Tpo -c -o libcmph_la-cmph.lo `test -f 'girepository/cmph/cmph.c' || echo '$(srcdir)/'`girepository/cmph/cmph.c
1697 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-cmph.Tpo $(DEPDIR)/libcmph_la-cmph.Plo
1698 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/cmph.c' object='libcmph_la-cmph.lo' libtool=yes @AMDEPBACKSLASH@
1699 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1700 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-cmph.lo `test -f 'girepository/cmph/cmph.c' || echo '$(srcdir)/'`girepository/cmph/cmph.c
1701
1702 libcmph_la-cmph_structs.lo: girepository/cmph/cmph_structs.c
1703 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-cmph_structs.lo -MD -MP -MF $(DEPDIR)/libcmph_la-cmph_structs.Tpo -c -o libcmph_la-cmph_structs.lo `test -f 'girepository/cmph/cmph_structs.c' || echo '$(srcdir)/'`girepository/cmph/cmph_structs.c
1704 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-cmph_structs.Tpo $(DEPDIR)/libcmph_la-cmph_structs.Plo
1705 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/cmph_structs.c' object='libcmph_la-cmph_structs.lo' libtool=yes @AMDEPBACKSLASH@
1706 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1707 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-cmph_structs.lo `test -f 'girepository/cmph/cmph_structs.c' || echo '$(srcdir)/'`girepository/cmph/cmph_structs.c
1708
1709 libcmph_la-compressed_rank.lo: girepository/cmph/compressed_rank.c
1710 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-compressed_rank.lo -MD -MP -MF $(DEPDIR)/libcmph_la-compressed_rank.Tpo -c -o libcmph_la-compressed_rank.lo `test -f 'girepository/cmph/compressed_rank.c' || echo '$(srcdir)/'`girepository/cmph/compressed_rank.c
1711 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-compressed_rank.Tpo $(DEPDIR)/libcmph_la-compressed_rank.Plo
1712 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/compressed_rank.c' object='libcmph_la-compressed_rank.lo' libtool=yes @AMDEPBACKSLASH@
1713 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1714 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-compressed_rank.lo `test -f 'girepository/cmph/compressed_rank.c' || echo '$(srcdir)/'`girepository/cmph/compressed_rank.c
1715
1716 libcmph_la-compressed_seq.lo: girepository/cmph/compressed_seq.c
1717 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-compressed_seq.lo -MD -MP -MF $(DEPDIR)/libcmph_la-compressed_seq.Tpo -c -o libcmph_la-compressed_seq.lo `test -f 'girepository/cmph/compressed_seq.c' || echo '$(srcdir)/'`girepository/cmph/compressed_seq.c
1718 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-compressed_seq.Tpo $(DEPDIR)/libcmph_la-compressed_seq.Plo
1719 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/compressed_seq.c' object='libcmph_la-compressed_seq.lo' libtool=yes @AMDEPBACKSLASH@
1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1721 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-compressed_seq.lo `test -f 'girepository/cmph/compressed_seq.c' || echo '$(srcdir)/'`girepository/cmph/compressed_seq.c
1722
1723 libcmph_la-fch_buckets.lo: girepository/cmph/fch_buckets.c
1724 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-fch_buckets.lo -MD -MP -MF $(DEPDIR)/libcmph_la-fch_buckets.Tpo -c -o libcmph_la-fch_buckets.lo `test -f 'girepository/cmph/fch_buckets.c' || echo '$(srcdir)/'`girepository/cmph/fch_buckets.c
1725 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-fch_buckets.Tpo $(DEPDIR)/libcmph_la-fch_buckets.Plo
1726 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/fch_buckets.c' object='libcmph_la-fch_buckets.lo' libtool=yes @AMDEPBACKSLASH@
1727 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1728 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-fch_buckets.lo `test -f 'girepository/cmph/fch_buckets.c' || echo '$(srcdir)/'`girepository/cmph/fch_buckets.c
1729
1730 libcmph_la-fch.lo: girepository/cmph/fch.c
1731 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-fch.lo -MD -MP -MF $(DEPDIR)/libcmph_la-fch.Tpo -c -o libcmph_la-fch.lo `test -f 'girepository/cmph/fch.c' || echo '$(srcdir)/'`girepository/cmph/fch.c
1732 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-fch.Tpo $(DEPDIR)/libcmph_la-fch.Plo
1733 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/fch.c' object='libcmph_la-fch.lo' libtool=yes @AMDEPBACKSLASH@
1734 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1735 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-fch.lo `test -f 'girepository/cmph/fch.c' || echo '$(srcdir)/'`girepository/cmph/fch.c
1736
1737 libcmph_la-graph.lo: girepository/cmph/graph.c
1738 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-graph.lo -MD -MP -MF $(DEPDIR)/libcmph_la-graph.Tpo -c -o libcmph_la-graph.lo `test -f 'girepository/cmph/graph.c' || echo '$(srcdir)/'`girepository/cmph/graph.c
1739 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-graph.Tpo $(DEPDIR)/libcmph_la-graph.Plo
1740 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/graph.c' object='libcmph_la-graph.lo' libtool=yes @AMDEPBACKSLASH@
1741 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1742 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-graph.lo `test -f 'girepository/cmph/graph.c' || echo '$(srcdir)/'`girepository/cmph/graph.c
1743
1744 libcmph_la-hash.lo: girepository/cmph/hash.c
1745 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-hash.lo -MD -MP -MF $(DEPDIR)/libcmph_la-hash.Tpo -c -o libcmph_la-hash.lo `test -f 'girepository/cmph/hash.c' || echo '$(srcdir)/'`girepository/cmph/hash.c
1746 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-hash.Tpo $(DEPDIR)/libcmph_la-hash.Plo
1747 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/hash.c' object='libcmph_la-hash.lo' libtool=yes @AMDEPBACKSLASH@
1748 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1749 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-hash.lo `test -f 'girepository/cmph/hash.c' || echo '$(srcdir)/'`girepository/cmph/hash.c
1750
1751 libcmph_la-jenkins_hash.lo: girepository/cmph/jenkins_hash.c
1752 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-jenkins_hash.lo -MD -MP -MF $(DEPDIR)/libcmph_la-jenkins_hash.Tpo -c -o libcmph_la-jenkins_hash.lo `test -f 'girepository/cmph/jenkins_hash.c' || echo '$(srcdir)/'`girepository/cmph/jenkins_hash.c
1753 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-jenkins_hash.Tpo $(DEPDIR)/libcmph_la-jenkins_hash.Plo
1754 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/jenkins_hash.c' object='libcmph_la-jenkins_hash.lo' libtool=yes @AMDEPBACKSLASH@
1755 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1756 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-jenkins_hash.lo `test -f 'girepository/cmph/jenkins_hash.c' || echo '$(srcdir)/'`girepository/cmph/jenkins_hash.c
1757
1758 libcmph_la-miller_rabin.lo: girepository/cmph/miller_rabin.c
1759 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-miller_rabin.lo -MD -MP -MF $(DEPDIR)/libcmph_la-miller_rabin.Tpo -c -o libcmph_la-miller_rabin.lo `test -f 'girepository/cmph/miller_rabin.c' || echo '$(srcdir)/'`girepository/cmph/miller_rabin.c
1760 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-miller_rabin.Tpo $(DEPDIR)/libcmph_la-miller_rabin.Plo
1761 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/miller_rabin.c' object='libcmph_la-miller_rabin.lo' libtool=yes @AMDEPBACKSLASH@
1762 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1763 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-miller_rabin.lo `test -f 'girepository/cmph/miller_rabin.c' || echo '$(srcdir)/'`girepository/cmph/miller_rabin.c
1764
1765 libcmph_la-select.lo: girepository/cmph/select.c
1766 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-select.lo -MD -MP -MF $(DEPDIR)/libcmph_la-select.Tpo -c -o libcmph_la-select.lo `test -f 'girepository/cmph/select.c' || echo '$(srcdir)/'`girepository/cmph/select.c
1767 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-select.Tpo $(DEPDIR)/libcmph_la-select.Plo
1768 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/select.c' object='libcmph_la-select.lo' libtool=yes @AMDEPBACKSLASH@
1769 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1770 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-select.lo `test -f 'girepository/cmph/select.c' || echo '$(srcdir)/'`girepository/cmph/select.c
1771
1772 libcmph_la-vqueue.lo: girepository/cmph/vqueue.c
1773 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-vqueue.lo -MD -MP -MF $(DEPDIR)/libcmph_la-vqueue.Tpo -c -o libcmph_la-vqueue.lo `test -f 'girepository/cmph/vqueue.c' || echo '$(srcdir)/'`girepository/cmph/vqueue.c
1774 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-vqueue.Tpo $(DEPDIR)/libcmph_la-vqueue.Plo
1775 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/vqueue.c' object='libcmph_la-vqueue.lo' libtool=yes @AMDEPBACKSLASH@
1776 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1777 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-vqueue.lo `test -f 'girepository/cmph/vqueue.c' || echo '$(srcdir)/'`girepository/cmph/vqueue.c
1778
1779 libcmph_la-vstack.lo: girepository/cmph/vstack.c
1780 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcmph_la-vstack.lo -MD -MP -MF $(DEPDIR)/libcmph_la-vstack.Tpo -c -o libcmph_la-vstack.lo `test -f 'girepository/cmph/vstack.c' || echo '$(srcdir)/'`girepository/cmph/vstack.c
1781 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libcmph_la-vstack.Tpo $(DEPDIR)/libcmph_la-vstack.Plo
1782 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph/vstack.c' object='libcmph_la-vstack.lo' libtool=yes @AMDEPBACKSLASH@
1783 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1784 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcmph_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcmph_la-vstack.lo `test -f 'girepository/cmph/vstack.c' || echo '$(srcdir)/'`girepository/cmph/vstack.c
1785
1786 libgirepository_1_0_la-gdump.lo: girepository/gdump.c
1787 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gdump.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gdump.Tpo -c -o libgirepository_1_0_la-gdump.lo `test -f 'girepository/gdump.c' || echo '$(srcdir)/'`girepository/gdump.c
1788 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gdump.Tpo $(DEPDIR)/libgirepository_1_0_la-gdump.Plo
1789 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gdump.c' object='libgirepository_1_0_la-gdump.lo' libtool=yes @AMDEPBACKSLASH@
1790 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1791 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gdump.lo `test -f 'girepository/gdump.c' || echo '$(srcdir)/'`girepository/gdump.c
1792
1793 libgirepository_1_0_la-giarginfo.lo: girepository/giarginfo.c
1794 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-giarginfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-giarginfo.Tpo -c -o libgirepository_1_0_la-giarginfo.lo `test -f 'girepository/giarginfo.c' || echo '$(srcdir)/'`girepository/giarginfo.c
1795 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-giarginfo.Tpo $(DEPDIR)/libgirepository_1_0_la-giarginfo.Plo
1796 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/giarginfo.c' object='libgirepository_1_0_la-giarginfo.lo' libtool=yes @AMDEPBACKSLASH@
1797 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1798 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-giarginfo.lo `test -f 'girepository/giarginfo.c' || echo '$(srcdir)/'`girepository/giarginfo.c
1799
1800 libgirepository_1_0_la-gibaseinfo.lo: girepository/gibaseinfo.c
1801 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gibaseinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gibaseinfo.Tpo -c -o libgirepository_1_0_la-gibaseinfo.lo `test -f 'girepository/gibaseinfo.c' || echo '$(srcdir)/'`girepository/gibaseinfo.c
1802 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gibaseinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-gibaseinfo.Plo
1803 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gibaseinfo.c' object='libgirepository_1_0_la-gibaseinfo.lo' libtool=yes @AMDEPBACKSLASH@
1804 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1805 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gibaseinfo.lo `test -f 'girepository/gibaseinfo.c' || echo '$(srcdir)/'`girepository/gibaseinfo.c
1806
1807 libgirepository_1_0_la-gicallableinfo.lo: girepository/gicallableinfo.c
1808 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gicallableinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gicallableinfo.Tpo -c -o libgirepository_1_0_la-gicallableinfo.lo `test -f 'girepository/gicallableinfo.c' || echo '$(srcdir)/'`girepository/gicallableinfo.c
1809 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gicallableinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-gicallableinfo.Plo
1810 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gicallableinfo.c' object='libgirepository_1_0_la-gicallableinfo.lo' libtool=yes @AMDEPBACKSLASH@
1811 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1812 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gicallableinfo.lo `test -f 'girepository/gicallableinfo.c' || echo '$(srcdir)/'`girepository/gicallableinfo.c
1813
1814 libgirepository_1_0_la-giconstantinfo.lo: girepository/giconstantinfo.c
1815 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-giconstantinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-giconstantinfo.Tpo -c -o libgirepository_1_0_la-giconstantinfo.lo `test -f 'girepository/giconstantinfo.c' || echo '$(srcdir)/'`girepository/giconstantinfo.c
1816 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-giconstantinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-giconstantinfo.Plo
1817 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/giconstantinfo.c' object='libgirepository_1_0_la-giconstantinfo.lo' libtool=yes @AMDEPBACKSLASH@
1818 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1819 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-giconstantinfo.lo `test -f 'girepository/giconstantinfo.c' || echo '$(srcdir)/'`girepository/giconstantinfo.c
1820
1821 libgirepository_1_0_la-gienuminfo.lo: girepository/gienuminfo.c
1822 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gienuminfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gienuminfo.Tpo -c -o libgirepository_1_0_la-gienuminfo.lo `test -f 'girepository/gienuminfo.c' || echo '$(srcdir)/'`girepository/gienuminfo.c
1823 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gienuminfo.Tpo $(DEPDIR)/libgirepository_1_0_la-gienuminfo.Plo
1824 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gienuminfo.c' object='libgirepository_1_0_la-gienuminfo.lo' libtool=yes @AMDEPBACKSLASH@
1825 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1826 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gienuminfo.lo `test -f 'girepository/gienuminfo.c' || echo '$(srcdir)/'`girepository/gienuminfo.c
1827
1828 libgirepository_1_0_la-gifieldinfo.lo: girepository/gifieldinfo.c
1829 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gifieldinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gifieldinfo.Tpo -c -o libgirepository_1_0_la-gifieldinfo.lo `test -f 'girepository/gifieldinfo.c' || echo '$(srcdir)/'`girepository/gifieldinfo.c
1830 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gifieldinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-gifieldinfo.Plo
1831 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gifieldinfo.c' object='libgirepository_1_0_la-gifieldinfo.lo' libtool=yes @AMDEPBACKSLASH@
1832 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1833 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gifieldinfo.lo `test -f 'girepository/gifieldinfo.c' || echo '$(srcdir)/'`girepository/gifieldinfo.c
1834
1835 libgirepository_1_0_la-gifunctioninfo.lo: girepository/gifunctioninfo.c
1836 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gifunctioninfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gifunctioninfo.Tpo -c -o libgirepository_1_0_la-gifunctioninfo.lo `test -f 'girepository/gifunctioninfo.c' || echo '$(srcdir)/'`girepository/gifunctioninfo.c
1837 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gifunctioninfo.Tpo $(DEPDIR)/libgirepository_1_0_la-gifunctioninfo.Plo
1838 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gifunctioninfo.c' object='libgirepository_1_0_la-gifunctioninfo.lo' libtool=yes @AMDEPBACKSLASH@
1839 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1840 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gifunctioninfo.lo `test -f 'girepository/gifunctioninfo.c' || echo '$(srcdir)/'`girepository/gifunctioninfo.c
1841
1842 libgirepository_1_0_la-ginvoke.lo: girepository/ginvoke.c
1843 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-ginvoke.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-ginvoke.Tpo -c -o libgirepository_1_0_la-ginvoke.lo `test -f 'girepository/ginvoke.c' || echo '$(srcdir)/'`girepository/ginvoke.c
1844 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-ginvoke.Tpo $(DEPDIR)/libgirepository_1_0_la-ginvoke.Plo
1845 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/ginvoke.c' object='libgirepository_1_0_la-ginvoke.lo' libtool=yes @AMDEPBACKSLASH@
1846 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1847 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-ginvoke.lo `test -f 'girepository/ginvoke.c' || echo '$(srcdir)/'`girepository/ginvoke.c
1848
1849 libgirepository_1_0_la-giinterfaceinfo.lo: girepository/giinterfaceinfo.c
1850 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-giinterfaceinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-giinterfaceinfo.Tpo -c -o libgirepository_1_0_la-giinterfaceinfo.lo `test -f 'girepository/giinterfaceinfo.c' || echo '$(srcdir)/'`girepository/giinterfaceinfo.c
1851 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-giinterfaceinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-giinterfaceinfo.Plo
1852 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/giinterfaceinfo.c' object='libgirepository_1_0_la-giinterfaceinfo.lo' libtool=yes @AMDEPBACKSLASH@
1853 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1854 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-giinterfaceinfo.lo `test -f 'girepository/giinterfaceinfo.c' || echo '$(srcdir)/'`girepository/giinterfaceinfo.c
1855
1856 libgirepository_1_0_la-giobjectinfo.lo: girepository/giobjectinfo.c
1857 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-giobjectinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-giobjectinfo.Tpo -c -o libgirepository_1_0_la-giobjectinfo.lo `test -f 'girepository/giobjectinfo.c' || echo '$(srcdir)/'`girepository/giobjectinfo.c
1858 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-giobjectinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-giobjectinfo.Plo
1859 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/giobjectinfo.c' object='libgirepository_1_0_la-giobjectinfo.lo' libtool=yes @AMDEPBACKSLASH@
1860 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1861 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-giobjectinfo.lo `test -f 'girepository/giobjectinfo.c' || echo '$(srcdir)/'`girepository/giobjectinfo.c
1862
1863 libgirepository_1_0_la-gipropertyinfo.lo: girepository/gipropertyinfo.c
1864 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gipropertyinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gipropertyinfo.Tpo -c -o libgirepository_1_0_la-gipropertyinfo.lo `test -f 'girepository/gipropertyinfo.c' || echo '$(srcdir)/'`girepository/gipropertyinfo.c
1865 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gipropertyinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-gipropertyinfo.Plo
1866 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gipropertyinfo.c' object='libgirepository_1_0_la-gipropertyinfo.lo' libtool=yes @AMDEPBACKSLASH@
1867 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1868 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gipropertyinfo.lo `test -f 'girepository/gipropertyinfo.c' || echo '$(srcdir)/'`girepository/gipropertyinfo.c
1869
1870 libgirepository_1_0_la-giregisteredtypeinfo.lo: girepository/giregisteredtypeinfo.c
1871 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-giregisteredtypeinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-giregisteredtypeinfo.Tpo -c -o libgirepository_1_0_la-giregisteredtypeinfo.lo `test -f 'girepository/giregisteredtypeinfo.c' || echo '$(srcdir)/'`girepository/giregisteredtypeinfo.c
1872 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-giregisteredtypeinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-giregisteredtypeinfo.Plo
1873 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/giregisteredtypeinfo.c' object='libgirepository_1_0_la-giregisteredtypeinfo.lo' libtool=yes @AMDEPBACKSLASH@
1874 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1875 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-giregisteredtypeinfo.lo `test -f 'girepository/giregisteredtypeinfo.c' || echo '$(srcdir)/'`girepository/giregisteredtypeinfo.c
1876
1877 libgirepository_1_0_la-girepository.lo: girepository/girepository.c
1878 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-girepository.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-girepository.Tpo -c -o libgirepository_1_0_la-girepository.lo `test -f 'girepository/girepository.c' || echo '$(srcdir)/'`girepository/girepository.c
1879 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-girepository.Tpo $(DEPDIR)/libgirepository_1_0_la-girepository.Plo
1880 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/girepository.c' object='libgirepository_1_0_la-girepository.lo' libtool=yes @AMDEPBACKSLASH@
1881 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1882 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-girepository.lo `test -f 'girepository/girepository.c' || echo '$(srcdir)/'`girepository/girepository.c
1883
1884 libgirepository_1_0_la-girffi.lo: girepository/girffi.c
1885 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-girffi.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-girffi.Tpo -c -o libgirepository_1_0_la-girffi.lo `test -f 'girepository/girffi.c' || echo '$(srcdir)/'`girepository/girffi.c
1886 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-girffi.Tpo $(DEPDIR)/libgirepository_1_0_la-girffi.Plo
1887 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/girffi.c' object='libgirepository_1_0_la-girffi.lo' libtool=yes @AMDEPBACKSLASH@
1888 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1889 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-girffi.lo `test -f 'girepository/girffi.c' || echo '$(srcdir)/'`girepository/girffi.c
1890
1891 libgirepository_1_0_la-gisignalinfo.lo: girepository/gisignalinfo.c
1892 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gisignalinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gisignalinfo.Tpo -c -o libgirepository_1_0_la-gisignalinfo.lo `test -f 'girepository/gisignalinfo.c' || echo '$(srcdir)/'`girepository/gisignalinfo.c
1893 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gisignalinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-gisignalinfo.Plo
1894 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gisignalinfo.c' object='libgirepository_1_0_la-gisignalinfo.lo' libtool=yes @AMDEPBACKSLASH@
1895 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1896 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gisignalinfo.lo `test -f 'girepository/gisignalinfo.c' || echo '$(srcdir)/'`girepository/gisignalinfo.c
1897
1898 libgirepository_1_0_la-gistructinfo.lo: girepository/gistructinfo.c
1899 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gistructinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gistructinfo.Tpo -c -o libgirepository_1_0_la-gistructinfo.lo `test -f 'girepository/gistructinfo.c' || echo '$(srcdir)/'`girepository/gistructinfo.c
1900 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gistructinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-gistructinfo.Plo
1901 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gistructinfo.c' object='libgirepository_1_0_la-gistructinfo.lo' libtool=yes @AMDEPBACKSLASH@
1902 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1903 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gistructinfo.lo `test -f 'girepository/gistructinfo.c' || echo '$(srcdir)/'`girepository/gistructinfo.c
1904
1905 libgirepository_1_0_la-gitypeinfo.lo: girepository/gitypeinfo.c
1906 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gitypeinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gitypeinfo.Tpo -c -o libgirepository_1_0_la-gitypeinfo.lo `test -f 'girepository/gitypeinfo.c' || echo '$(srcdir)/'`girepository/gitypeinfo.c
1907 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gitypeinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-gitypeinfo.Plo
1908 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gitypeinfo.c' object='libgirepository_1_0_la-gitypeinfo.lo' libtool=yes @AMDEPBACKSLASH@
1909 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1910 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gitypeinfo.lo `test -f 'girepository/gitypeinfo.c' || echo '$(srcdir)/'`girepository/gitypeinfo.c
1911
1912 libgirepository_1_0_la-gitypelib.lo: girepository/gitypelib.c
1913 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-gitypelib.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-gitypelib.Tpo -c -o libgirepository_1_0_la-gitypelib.lo `test -f 'girepository/gitypelib.c' || echo '$(srcdir)/'`girepository/gitypelib.c
1914 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-gitypelib.Tpo $(DEPDIR)/libgirepository_1_0_la-gitypelib.Plo
1915 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gitypelib.c' object='libgirepository_1_0_la-gitypelib.lo' libtool=yes @AMDEPBACKSLASH@
1916 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1917 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-gitypelib.lo `test -f 'girepository/gitypelib.c' || echo '$(srcdir)/'`girepository/gitypelib.c
1918
1919 libgirepository_1_0_la-giunioninfo.lo: girepository/giunioninfo.c
1920 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-giunioninfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-giunioninfo.Tpo -c -o libgirepository_1_0_la-giunioninfo.lo `test -f 'girepository/giunioninfo.c' || echo '$(srcdir)/'`girepository/giunioninfo.c
1921 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-giunioninfo.Tpo $(DEPDIR)/libgirepository_1_0_la-giunioninfo.Plo
1922 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/giunioninfo.c' object='libgirepository_1_0_la-giunioninfo.lo' libtool=yes @AMDEPBACKSLASH@
1923 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1924 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-giunioninfo.lo `test -f 'girepository/giunioninfo.c' || echo '$(srcdir)/'`girepository/giunioninfo.c
1925
1926 libgirepository_1_0_la-givfuncinfo.lo: girepository/givfuncinfo.c
1927 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgirepository_1_0_la-givfuncinfo.lo -MD -MP -MF $(DEPDIR)/libgirepository_1_0_la-givfuncinfo.Tpo -c -o libgirepository_1_0_la-givfuncinfo.lo `test -f 'girepository/givfuncinfo.c' || echo '$(srcdir)/'`girepository/givfuncinfo.c
1928 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_1_0_la-givfuncinfo.Tpo $(DEPDIR)/libgirepository_1_0_la-givfuncinfo.Plo
1929 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/givfuncinfo.c' object='libgirepository_1_0_la-givfuncinfo.lo' libtool=yes @AMDEPBACKSLASH@
1930 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1931 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgirepository_1_0_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgirepository_1_0_la-givfuncinfo.lo `test -f 'girepository/givfuncinfo.c' || echo '$(srcdir)/'`girepository/givfuncinfo.c
1932
1933 libgirepository_gthash_la-gthash.lo: girepository/gthash.c
1934 @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) $(libgirepository_gthash_la_CFLAGS) $(CFLAGS) -MT libgirepository_gthash_la-gthash.lo -MD -MP -MF $(DEPDIR)/libgirepository_gthash_la-gthash.Tpo -c -o libgirepository_gthash_la-gthash.lo `test -f 'girepository/gthash.c' || echo '$(srcdir)/'`girepository/gthash.c
1935 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_gthash_la-gthash.Tpo $(DEPDIR)/libgirepository_gthash_la-gthash.Plo
1936 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gthash.c' object='libgirepository_gthash_la-gthash.lo' libtool=yes @AMDEPBACKSLASH@
1937 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1938 @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) $(libgirepository_gthash_la_CFLAGS) $(CFLAGS) -c -o libgirepository_gthash_la-gthash.lo `test -f 'girepository/gthash.c' || echo '$(srcdir)/'`girepository/gthash.c
1939
1940 libgirepository_internals_la-girmodule.lo: girepository/girmodule.c
1941 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -MT libgirepository_internals_la-girmodule.lo -MD -MP -MF $(DEPDIR)/libgirepository_internals_la-girmodule.Tpo -c -o libgirepository_internals_la-girmodule.lo `test -f 'girepository/girmodule.c' || echo '$(srcdir)/'`girepository/girmodule.c
1942 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_internals_la-girmodule.Tpo $(DEPDIR)/libgirepository_internals_la-girmodule.Plo
1943 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/girmodule.c' object='libgirepository_internals_la-girmodule.lo' libtool=yes @AMDEPBACKSLASH@
1944 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1945 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -c -o libgirepository_internals_la-girmodule.lo `test -f 'girepository/girmodule.c' || echo '$(srcdir)/'`girepository/girmodule.c
1946
1947 libgirepository_internals_la-girnode.lo: girepository/girnode.c
1948 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -MT libgirepository_internals_la-girnode.lo -MD -MP -MF $(DEPDIR)/libgirepository_internals_la-girnode.Tpo -c -o libgirepository_internals_la-girnode.lo `test -f 'girepository/girnode.c' || echo '$(srcdir)/'`girepository/girnode.c
1949 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_internals_la-girnode.Tpo $(DEPDIR)/libgirepository_internals_la-girnode.Plo
1950 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/girnode.c' object='libgirepository_internals_la-girnode.lo' libtool=yes @AMDEPBACKSLASH@
1951 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1952 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -c -o libgirepository_internals_la-girnode.lo `test -f 'girepository/girnode.c' || echo '$(srcdir)/'`girepository/girnode.c
1953
1954 libgirepository_internals_la-giroffsets.lo: girepository/giroffsets.c
1955 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -MT libgirepository_internals_la-giroffsets.lo -MD -MP -MF $(DEPDIR)/libgirepository_internals_la-giroffsets.Tpo -c -o libgirepository_internals_la-giroffsets.lo `test -f 'girepository/giroffsets.c' || echo '$(srcdir)/'`girepository/giroffsets.c
1956 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_internals_la-giroffsets.Tpo $(DEPDIR)/libgirepository_internals_la-giroffsets.Plo
1957 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/giroffsets.c' object='libgirepository_internals_la-giroffsets.lo' libtool=yes @AMDEPBACKSLASH@
1958 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1959 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -c -o libgirepository_internals_la-giroffsets.lo `test -f 'girepository/giroffsets.c' || echo '$(srcdir)/'`girepository/giroffsets.c
1960
1961 libgirepository_internals_la-girparser.lo: girepository/girparser.c
1962 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -MT libgirepository_internals_la-girparser.lo -MD -MP -MF $(DEPDIR)/libgirepository_internals_la-girparser.Tpo -c -o libgirepository_internals_la-girparser.lo `test -f 'girepository/girparser.c' || echo '$(srcdir)/'`girepository/girparser.c
1963 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_internals_la-girparser.Tpo $(DEPDIR)/libgirepository_internals_la-girparser.Plo
1964 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/girparser.c' object='libgirepository_internals_la-girparser.lo' libtool=yes @AMDEPBACKSLASH@
1965 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1966 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -c -o libgirepository_internals_la-girparser.lo `test -f 'girepository/girparser.c' || echo '$(srcdir)/'`girepository/girparser.c
1967
1968 libgirepository_internals_la-girwriter.lo: girepository/girwriter.c
1969 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -MT libgirepository_internals_la-girwriter.lo -MD -MP -MF $(DEPDIR)/libgirepository_internals_la-girwriter.Tpo -c -o libgirepository_internals_la-girwriter.lo `test -f 'girepository/girwriter.c' || echo '$(srcdir)/'`girepository/girwriter.c
1970 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgirepository_internals_la-girwriter.Tpo $(DEPDIR)/libgirepository_internals_la-girwriter.Plo
1971 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/girwriter.c' object='libgirepository_internals_la-girwriter.lo' libtool=yes @AMDEPBACKSLASH@
1972 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1973 @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) $(libgirepository_internals_la_CFLAGS) $(CFLAGS) -c -o libgirepository_internals_la-girwriter.lo `test -f 'girepository/girwriter.c' || echo '$(srcdir)/'`girepository/girwriter.c
1974
1975 libgiscanner_la-sourcescanner.lo: giscanner/sourcescanner.c
1976 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgiscanner_la_CPPFLAGS) $(CPPFLAGS) $(libgiscanner_la_CFLAGS) $(CFLAGS) -MT libgiscanner_la-sourcescanner.lo -MD -MP -MF $(DEPDIR)/libgiscanner_la-sourcescanner.Tpo -c -o libgiscanner_la-sourcescanner.lo `test -f 'giscanner/sourcescanner.c' || echo '$(srcdir)/'`giscanner/sourcescanner.c
1977 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgiscanner_la-sourcescanner.Tpo $(DEPDIR)/libgiscanner_la-sourcescanner.Plo
1978 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='giscanner/sourcescanner.c' object='libgiscanner_la-sourcescanner.lo' libtool=yes @AMDEPBACKSLASH@
1979 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1980 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgiscanner_la_CPPFLAGS) $(CPPFLAGS) $(libgiscanner_la_CFLAGS) $(CFLAGS) -c -o libgiscanner_la-sourcescanner.lo `test -f 'giscanner/sourcescanner.c' || echo '$(srcdir)/'`giscanner/sourcescanner.c
1981
1982 libgiscanner_la-scannerlexer.lo: scannerlexer.c
1983 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgiscanner_la_CPPFLAGS) $(CPPFLAGS) $(libgiscanner_la_CFLAGS) $(CFLAGS) -MT libgiscanner_la-scannerlexer.lo -MD -MP -MF $(DEPDIR)/libgiscanner_la-scannerlexer.Tpo -c -o libgiscanner_la-scannerlexer.lo `test -f 'scannerlexer.c' || echo '$(srcdir)/'`scannerlexer.c
1984 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgiscanner_la-scannerlexer.Tpo $(DEPDIR)/libgiscanner_la-scannerlexer.Plo
1985 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='scannerlexer.c' object='libgiscanner_la-scannerlexer.lo' libtool=yes @AMDEPBACKSLASH@
1986 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1987 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgiscanner_la_CPPFLAGS) $(CPPFLAGS) $(libgiscanner_la_CFLAGS) $(CFLAGS) -c -o libgiscanner_la-scannerlexer.lo `test -f 'scannerlexer.c' || echo '$(srcdir)/'`scannerlexer.c
1988
1989 libgiscanner_la-scannerparser.lo: scannerparser.c
1990 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgiscanner_la_CPPFLAGS) $(CPPFLAGS) $(libgiscanner_la_CFLAGS) $(CFLAGS) -MT libgiscanner_la-scannerparser.lo -MD -MP -MF $(DEPDIR)/libgiscanner_la-scannerparser.Tpo -c -o libgiscanner_la-scannerparser.lo `test -f 'scannerparser.c' || echo '$(srcdir)/'`scannerparser.c
1991 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgiscanner_la-scannerparser.Tpo $(DEPDIR)/libgiscanner_la-scannerparser.Plo
1992 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='scannerparser.c' object='libgiscanner_la-scannerparser.lo' libtool=yes @AMDEPBACKSLASH@
1993 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1994 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgiscanner_la_CPPFLAGS) $(CPPFLAGS) $(libgiscanner_la_CFLAGS) $(CFLAGS) -c -o libgiscanner_la-scannerparser.lo `test -f 'scannerparser.c' || echo '$(srcdir)/'`scannerparser.c
1995
1996 cmph_bdz_test-cmph-bdz-test.o: girepository/cmph-bdz-test.c
1997 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cmph_bdz_test_CFLAGS) $(CFLAGS) -MT cmph_bdz_test-cmph-bdz-test.o -MD -MP -MF $(DEPDIR)/cmph_bdz_test-cmph-bdz-test.Tpo -c -o cmph_bdz_test-cmph-bdz-test.o `test -f 'girepository/cmph-bdz-test.c' || echo '$(srcdir)/'`girepository/cmph-bdz-test.c
1998 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cmph_bdz_test-cmph-bdz-test.Tpo $(DEPDIR)/cmph_bdz_test-cmph-bdz-test.Po
1999 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph-bdz-test.c' object='cmph_bdz_test-cmph-bdz-test.o' libtool=no @AMDEPBACKSLASH@
2000 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2001 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cmph_bdz_test_CFLAGS) $(CFLAGS) -c -o cmph_bdz_test-cmph-bdz-test.o `test -f 'girepository/cmph-bdz-test.c' || echo '$(srcdir)/'`girepository/cmph-bdz-test.c
2002
2003 cmph_bdz_test-cmph-bdz-test.obj: girepository/cmph-bdz-test.c
2004 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cmph_bdz_test_CFLAGS) $(CFLAGS) -MT cmph_bdz_test-cmph-bdz-test.obj -MD -MP -MF $(DEPDIR)/cmph_bdz_test-cmph-bdz-test.Tpo -c -o cmph_bdz_test-cmph-bdz-test.obj `if test -f 'girepository/cmph-bdz-test.c'; then $(CYGPATH_W) 'girepository/cmph-bdz-test.c'; else $(CYGPATH_W) '$(srcdir)/girepository/cmph-bdz-test.c'; fi`
2005 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cmph_bdz_test-cmph-bdz-test.Tpo $(DEPDIR)/cmph_bdz_test-cmph-bdz-test.Po
2006 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/cmph-bdz-test.c' object='cmph_bdz_test-cmph-bdz-test.obj' libtool=no @AMDEPBACKSLASH@
2007 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2008 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cmph_bdz_test_CFLAGS) $(CFLAGS) -c -o cmph_bdz_test-cmph-bdz-test.obj `if test -f 'girepository/cmph-bdz-test.c'; then $(CYGPATH_W) 'girepository/cmph-bdz-test.c'; else $(CYGPATH_W) '$(srcdir)/girepository/cmph-bdz-test.c'; fi`
2009
2010 g_ir_compiler-compiler.o: tools/compiler.c
2011 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g_ir_compiler_CPPFLAGS) $(CPPFLAGS) $(g_ir_compiler_CFLAGS) $(CFLAGS) -MT g_ir_compiler-compiler.o -MD -MP -MF $(DEPDIR)/g_ir_compiler-compiler.Tpo -c -o g_ir_compiler-compiler.o `test -f 'tools/compiler.c' || echo '$(srcdir)/'`tools/compiler.c
2012 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/g_ir_compiler-compiler.Tpo $(DEPDIR)/g_ir_compiler-compiler.Po
2013 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tools/compiler.c' object='g_ir_compiler-compiler.o' libtool=no @AMDEPBACKSLASH@
2014 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2015 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g_ir_compiler_CPPFLAGS) $(CPPFLAGS) $(g_ir_compiler_CFLAGS) $(CFLAGS) -c -o g_ir_compiler-compiler.o `test -f 'tools/compiler.c' || echo '$(srcdir)/'`tools/compiler.c
2016
2017 g_ir_compiler-compiler.obj: tools/compiler.c
2018 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g_ir_compiler_CPPFLAGS) $(CPPFLAGS) $(g_ir_compiler_CFLAGS) $(CFLAGS) -MT g_ir_compiler-compiler.obj -MD -MP -MF $(DEPDIR)/g_ir_compiler-compiler.Tpo -c -o g_ir_compiler-compiler.obj `if test -f 'tools/compiler.c'; then $(CYGPATH_W) 'tools/compiler.c'; else $(CYGPATH_W) '$(srcdir)/tools/compiler.c'; fi`
2019 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/g_ir_compiler-compiler.Tpo $(DEPDIR)/g_ir_compiler-compiler.Po
2020 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tools/compiler.c' object='g_ir_compiler-compiler.obj' libtool=no @AMDEPBACKSLASH@
2021 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2022 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g_ir_compiler_CPPFLAGS) $(CPPFLAGS) $(g_ir_compiler_CFLAGS) $(CFLAGS) -c -o g_ir_compiler-compiler.obj `if test -f 'tools/compiler.c'; then $(CYGPATH_W) 'tools/compiler.c'; else $(CYGPATH_W) '$(srcdir)/tools/compiler.c'; fi`
2023
2024 g_ir_generate-generate.o: tools/generate.c
2025 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g_ir_generate_CPPFLAGS) $(CPPFLAGS) $(g_ir_generate_CFLAGS) $(CFLAGS) -MT g_ir_generate-generate.o -MD -MP -MF $(DEPDIR)/g_ir_generate-generate.Tpo -c -o g_ir_generate-generate.o `test -f 'tools/generate.c' || echo '$(srcdir)/'`tools/generate.c
2026 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/g_ir_generate-generate.Tpo $(DEPDIR)/g_ir_generate-generate.Po
2027 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tools/generate.c' object='g_ir_generate-generate.o' libtool=no @AMDEPBACKSLASH@
2028 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2029 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g_ir_generate_CPPFLAGS) $(CPPFLAGS) $(g_ir_generate_CFLAGS) $(CFLAGS) -c -o g_ir_generate-generate.o `test -f 'tools/generate.c' || echo '$(srcdir)/'`tools/generate.c
2030
2031 g_ir_generate-generate.obj: tools/generate.c
2032 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g_ir_generate_CPPFLAGS) $(CPPFLAGS) $(g_ir_generate_CFLAGS) $(CFLAGS) -MT g_ir_generate-generate.obj -MD -MP -MF $(DEPDIR)/g_ir_generate-generate.Tpo -c -o g_ir_generate-generate.obj `if test -f 'tools/generate.c'; then $(CYGPATH_W) 'tools/generate.c'; else $(CYGPATH_W) '$(srcdir)/tools/generate.c'; fi`
2033 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/g_ir_generate-generate.Tpo $(DEPDIR)/g_ir_generate-generate.Po
2034 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tools/generate.c' object='g_ir_generate-generate.obj' libtool=no @AMDEPBACKSLASH@
2035 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2036 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g_ir_generate_CPPFLAGS) $(CPPFLAGS) $(g_ir_generate_CFLAGS) $(CFLAGS) -c -o g_ir_generate-generate.obj `if test -f 'tools/generate.c'; then $(CYGPATH_W) 'tools/generate.c'; else $(CYGPATH_W) '$(srcdir)/tools/generate.c'; fi`
2037
2038 gi_dump_types-gdump.o: girepository/gdump.c
2039 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gi_dump_types_CFLAGS) $(CFLAGS) -MT gi_dump_types-gdump.o -MD -MP -MF $(DEPDIR)/gi_dump_types-gdump.Tpo -c -o gi_dump_types-gdump.o `test -f 'girepository/gdump.c' || echo '$(srcdir)/'`girepository/gdump.c
2040 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gi_dump_types-gdump.Tpo $(DEPDIR)/gi_dump_types-gdump.Po
2041 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gdump.c' object='gi_dump_types-gdump.o' libtool=no @AMDEPBACKSLASH@
2042 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2043 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gi_dump_types_CFLAGS) $(CFLAGS) -c -o gi_dump_types-gdump.o `test -f 'girepository/gdump.c' || echo '$(srcdir)/'`girepository/gdump.c
2044
2045 gi_dump_types-gdump.obj: girepository/gdump.c
2046 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gi_dump_types_CFLAGS) $(CFLAGS) -MT gi_dump_types-gdump.obj -MD -MP -MF $(DEPDIR)/gi_dump_types-gdump.Tpo -c -o gi_dump_types-gdump.obj `if test -f 'girepository/gdump.c'; then $(CYGPATH_W) 'girepository/gdump.c'; else $(CYGPATH_W) '$(srcdir)/girepository/gdump.c'; fi`
2047 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gi_dump_types-gdump.Tpo $(DEPDIR)/gi_dump_types-gdump.Po
2048 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gdump.c' object='gi_dump_types-gdump.obj' libtool=no @AMDEPBACKSLASH@
2049 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2050 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gi_dump_types_CFLAGS) $(CFLAGS) -c -o gi_dump_types-gdump.obj `if test -f 'girepository/gdump.c'; then $(CYGPATH_W) 'girepository/gdump.c'; else $(CYGPATH_W) '$(srcdir)/girepository/gdump.c'; fi`
2051
2052 gi_dump_types-gi-dump-types.o: girepository/gi-dump-types.c
2053 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gi_dump_types_CFLAGS) $(CFLAGS) -MT gi_dump_types-gi-dump-types.o -MD -MP -MF $(DEPDIR)/gi_dump_types-gi-dump-types.Tpo -c -o gi_dump_types-gi-dump-types.o `test -f 'girepository/gi-dump-types.c' || echo '$(srcdir)/'`girepository/gi-dump-types.c
2054 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gi_dump_types-gi-dump-types.Tpo $(DEPDIR)/gi_dump_types-gi-dump-types.Po
2055 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gi-dump-types.c' object='gi_dump_types-gi-dump-types.o' libtool=no @AMDEPBACKSLASH@
2056 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2057 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gi_dump_types_CFLAGS) $(CFLAGS) -c -o gi_dump_types-gi-dump-types.o `test -f 'girepository/gi-dump-types.c' || echo '$(srcdir)/'`girepository/gi-dump-types.c
2058
2059 gi_dump_types-gi-dump-types.obj: girepository/gi-dump-types.c
2060 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gi_dump_types_CFLAGS) $(CFLAGS) -MT gi_dump_types-gi-dump-types.obj -MD -MP -MF $(DEPDIR)/gi_dump_types-gi-dump-types.Tpo -c -o gi_dump_types-gi-dump-types.obj `if test -f 'girepository/gi-dump-types.c'; then $(CYGPATH_W) 'girepository/gi-dump-types.c'; else $(CYGPATH_W) '$(srcdir)/girepository/gi-dump-types.c'; fi`
2061 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gi_dump_types-gi-dump-types.Tpo $(DEPDIR)/gi_dump_types-gi-dump-types.Po
2062 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gi-dump-types.c' object='gi_dump_types-gi-dump-types.obj' libtool=no @AMDEPBACKSLASH@
2063 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2064 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gi_dump_types_CFLAGS) $(CFLAGS) -c -o gi_dump_types-gi-dump-types.obj `if test -f 'girepository/gi-dump-types.c'; then $(CYGPATH_W) 'girepository/gi-dump-types.c'; else $(CYGPATH_W) '$(srcdir)/girepository/gi-dump-types.c'; fi`
2065
2066 glib_print-glib-print.o: examples/glib-print.c
2067 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_print_CFLAGS) $(CFLAGS) -MT glib_print-glib-print.o -MD -MP -MF $(DEPDIR)/glib_print-glib-print.Tpo -c -o glib_print-glib-print.o `test -f 'examples/glib-print.c' || echo '$(srcdir)/'`examples/glib-print.c
2068 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/glib_print-glib-print.Tpo $(DEPDIR)/glib_print-glib-print.Po
2069 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/glib-print.c' object='glib_print-glib-print.o' libtool=no @AMDEPBACKSLASH@
2070 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2071 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_print_CFLAGS) $(CFLAGS) -c -o glib_print-glib-print.o `test -f 'examples/glib-print.c' || echo '$(srcdir)/'`examples/glib-print.c
2072
2073 glib_print-glib-print.obj: examples/glib-print.c
2074 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_print_CFLAGS) $(CFLAGS) -MT glib_print-glib-print.obj -MD -MP -MF $(DEPDIR)/glib_print-glib-print.Tpo -c -o glib_print-glib-print.obj `if test -f 'examples/glib-print.c'; then $(CYGPATH_W) 'examples/glib-print.c'; else $(CYGPATH_W) '$(srcdir)/examples/glib-print.c'; fi`
2075 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/glib_print-glib-print.Tpo $(DEPDIR)/glib_print-glib-print.Po
2076 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/glib-print.c' object='glib_print-glib-print.obj' libtool=no @AMDEPBACKSLASH@
2077 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2078 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(glib_print_CFLAGS) $(CFLAGS) -c -o glib_print-glib-print.obj `if test -f 'examples/glib-print.c'; then $(CYGPATH_W) 'examples/glib-print.c'; else $(CYGPATH_W) '$(srcdir)/examples/glib-print.c'; fi`
2079
2080 gthash_test-gthash.o: girepository/gthash.c
2081 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gthash_test_CFLAGS) $(CFLAGS) -MT gthash_test-gthash.o -MD -MP -MF $(DEPDIR)/gthash_test-gthash.Tpo -c -o gthash_test-gthash.o `test -f 'girepository/gthash.c' || echo '$(srcdir)/'`girepository/gthash.c
2082 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gthash_test-gthash.Tpo $(DEPDIR)/gthash_test-gthash.Po
2083 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gthash.c' object='gthash_test-gthash.o' libtool=no @AMDEPBACKSLASH@
2084 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2085 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gthash_test_CFLAGS) $(CFLAGS) -c -o gthash_test-gthash.o `test -f 'girepository/gthash.c' || echo '$(srcdir)/'`girepository/gthash.c
2086
2087 gthash_test-gthash.obj: girepository/gthash.c
2088 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gthash_test_CFLAGS) $(CFLAGS) -MT gthash_test-gthash.obj -MD -MP -MF $(DEPDIR)/gthash_test-gthash.Tpo -c -o gthash_test-gthash.obj `if test -f 'girepository/gthash.c'; then $(CYGPATH_W) 'girepository/gthash.c'; else $(CYGPATH_W) '$(srcdir)/girepository/gthash.c'; fi`
2089 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gthash_test-gthash.Tpo $(DEPDIR)/gthash_test-gthash.Po
2090 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gthash.c' object='gthash_test-gthash.obj' libtool=no @AMDEPBACKSLASH@
2091 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2092 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gthash_test_CFLAGS) $(CFLAGS) -c -o gthash_test-gthash.obj `if test -f 'girepository/gthash.c'; then $(CYGPATH_W) 'girepository/gthash.c'; else $(CYGPATH_W) '$(srcdir)/girepository/gthash.c'; fi`
2093
2094 gthash_test-gthash-test.o: girepository/gthash-test.c
2095 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gthash_test_CFLAGS) $(CFLAGS) -MT gthash_test-gthash-test.o -MD -MP -MF $(DEPDIR)/gthash_test-gthash-test.Tpo -c -o gthash_test-gthash-test.o `test -f 'girepository/gthash-test.c' || echo '$(srcdir)/'`girepository/gthash-test.c
2096 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gthash_test-gthash-test.Tpo $(DEPDIR)/gthash_test-gthash-test.Po
2097 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gthash-test.c' object='gthash_test-gthash-test.o' libtool=no @AMDEPBACKSLASH@
2098 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2099 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gthash_test_CFLAGS) $(CFLAGS) -c -o gthash_test-gthash-test.o `test -f 'girepository/gthash-test.c' || echo '$(srcdir)/'`girepository/gthash-test.c
2100
2101 gthash_test-gthash-test.obj: girepository/gthash-test.c
2102 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gthash_test_CFLAGS) $(CFLAGS) -MT gthash_test-gthash-test.obj -MD -MP -MF $(DEPDIR)/gthash_test-gthash-test.Tpo -c -o gthash_test-gthash-test.obj `if test -f 'girepository/gthash-test.c'; then $(CYGPATH_W) 'girepository/gthash-test.c'; else $(CYGPATH_W) '$(srcdir)/girepository/gthash-test.c'; fi`
2103 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gthash_test-gthash-test.Tpo $(DEPDIR)/gthash_test-gthash-test.Po
2104 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='girepository/gthash-test.c' object='gthash_test-gthash-test.obj' libtool=no @AMDEPBACKSLASH@
2105 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2106 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gthash_test_CFLAGS) $(CFLAGS) -c -o gthash_test-gthash-test.obj `if test -f 'girepository/gthash-test.c'; then $(CYGPATH_W) 'girepository/gthash-test.c'; else $(CYGPATH_W) '$(srcdir)/girepository/gthash-test.c'; fi`
2107
2108 .l.c:
2109         $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
2110
2111 scannerlexer.c: giscanner/scannerlexer.l
2112         $(AM_V_LEX) \
2113         $(am__skiplex) \
2114         $(SHELL) $(YLWRAP) `test -f 'giscanner/scannerlexer.l' || echo '$(srcdir)/'`giscanner/scannerlexer.l $(LEX_OUTPUT_ROOT).c scannerlexer.c -- $(LEX) $(AM_LFLAGS) $(LFLAGS)
2115
2116 .y.c:
2117         $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
2118
2119 scannerparser.c: giscanner/scannerparser.y
2120         $(AM_V_YACC) \
2121         $(am__skipyacc) \
2122         $(SHELL) $(YLWRAP) `test -f 'giscanner/scannerparser.y' || echo '$(srcdir)/'`giscanner/scannerparser.y y.tab.c scannerparser.c y.tab.h `echo scannerparser.c | $(am__yacc_c2h)` y.output scannerparser.output -- $(YACC) $(AM_YFLAGS) $(YFLAGS)
2123
2124 mostlyclean-libtool:
2125         -rm -f *.lo
2126
2127 clean-libtool:
2128         -rm -rf .libs _libs
2129
2130 distclean-libtool:
2131         -rm -f libtool config.lt
2132 install-pkgpyexecPYTHON: $(pkgpyexec_PYTHON)
2133         @$(NORMAL_INSTALL)
2134         @list='$(pkgpyexec_PYTHON)'; dlist=; list2=; test -n "$(pkgpyexecdir)" || list=; \
2135         if test -n "$$list"; then \
2136           echo " $(MKDIR_P) '$(DESTDIR)$(pkgpyexecdir)'"; \
2137           $(MKDIR_P) "$(DESTDIR)$(pkgpyexecdir)" || exit 1; \
2138         fi; \
2139         for p in $$list; do \
2140           if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
2141           if test -f $$b$$p; then \
2142             $(am__strip_dir) \
2143             dlist="$$dlist $$f"; \
2144             list2="$$list2 $$b$$p"; \
2145           else :; fi; \
2146         done; \
2147         for file in $$list2; do echo $$file; done | $(am__base_list) | \
2148         while read files; do \
2149           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgpyexecdir)'"; \
2150           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgpyexecdir)" || exit $$?; \
2151         done || exit $$?; \
2152         if test -n "$$dlist"; then \
2153           $(am__py_compile) --destdir "$(DESTDIR)" \
2154                             --basedir "$(pkgpyexecdir)" $$dlist; \
2155         else :; fi
2156
2157 uninstall-pkgpyexecPYTHON:
2158         @$(NORMAL_UNINSTALL)
2159         @list='$(pkgpyexec_PYTHON)'; test -n "$(pkgpyexecdir)" || list=; \
2160         py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2161         test -n "$$py_files" || exit 0; \
2162         dir='$(DESTDIR)$(pkgpyexecdir)'; \
2163         pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
2164         pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
2165         py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
2166         echo "$$py_files_pep3147";\
2167         pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
2168         pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
2169         st=0; \
2170         for files in \
2171           "$$py_files" \
2172           "$$pyc_files" \
2173           "$$pyo_files" \
2174           "$$pyc_files_pep3147" \
2175           "$$pyo_files_pep3147" \
2176         ; do \
2177           $(am__uninstall_files_from_dir) || st=$$?; \
2178         done; \
2179         exit $$st
2180 install-man1: $(man_MANS)
2181         @$(NORMAL_INSTALL)
2182         @list1=''; \
2183         list2='$(man_MANS)'; \
2184         test -n "$(man1dir)" \
2185           && test -n "`echo $$list1$$list2`" \
2186           || exit 0; \
2187         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
2188         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
2189         { for i in $$list1; do echo "$$i"; done;  \
2190         if test -n "$$list2"; then \
2191           for i in $$list2; do echo "$$i"; done \
2192             | sed -n '/\.1[a-z]*$$/p'; \
2193         fi; \
2194         } | while read p; do \
2195           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
2196           echo "$$d$$p"; echo "$$p"; \
2197         done | \
2198         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
2199               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
2200         sed 'N;N;s,\n, ,g' | { \
2201         list=; while read file base inst; do \
2202           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
2203             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
2204             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
2205           fi; \
2206         done; \
2207         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
2208         while read files; do \
2209           test -z "$$files" || { \
2210             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
2211             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
2212         done; }
2213
2214 uninstall-man1:
2215         @$(NORMAL_UNINSTALL)
2216         @list=''; test -n "$(man1dir)" || exit 0; \
2217         files=`{ for i in $$list; do echo "$$i"; done; \
2218         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2219           sed -n '/\.1[a-z]*$$/p'; \
2220         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
2221               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
2222         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
2223 install-dist_makeDATA: $(dist_make_DATA)
2224         @$(NORMAL_INSTALL)
2225         @list='$(dist_make_DATA)'; test -n "$(makedir)" || list=; \
2226         if test -n "$$list"; then \
2227           echo " $(MKDIR_P) '$(DESTDIR)$(makedir)'"; \
2228           $(MKDIR_P) "$(DESTDIR)$(makedir)" || exit 1; \
2229         fi; \
2230         for p in $$list; do \
2231           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2232           echo "$$d$$p"; \
2233         done | $(am__base_list) | \
2234         while read files; do \
2235           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(makedir)'"; \
2236           $(INSTALL_DATA) $$files "$(DESTDIR)$(makedir)" || exit $$?; \
2237         done
2238
2239 uninstall-dist_makeDATA:
2240         @$(NORMAL_UNINSTALL)
2241         @list='$(dist_make_DATA)'; test -n "$(makedir)" || list=; \
2242         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2243         dir='$(DESTDIR)$(makedir)'; $(am__uninstall_files_from_dir)
2244 install-gdumpDATA: $(gdump_DATA)
2245         @$(NORMAL_INSTALL)
2246         @list='$(gdump_DATA)'; test -n "$(gdumpdir)" || list=; \
2247         if test -n "$$list"; then \
2248           echo " $(MKDIR_P) '$(DESTDIR)$(gdumpdir)'"; \
2249           $(MKDIR_P) "$(DESTDIR)$(gdumpdir)" || exit 1; \
2250         fi; \
2251         for p in $$list; do \
2252           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2253           echo "$$d$$p"; \
2254         done | $(am__base_list) | \
2255         while read files; do \
2256           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gdumpdir)'"; \
2257           $(INSTALL_DATA) $$files "$(DESTDIR)$(gdumpdir)" || exit $$?; \
2258         done
2259
2260 uninstall-gdumpDATA:
2261         @$(NORMAL_UNINSTALL)
2262         @list='$(gdump_DATA)'; test -n "$(gdumpdir)" || list=; \
2263         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2264         dir='$(DESTDIR)$(gdumpdir)'; $(am__uninstall_files_from_dir)
2265 install-girDATA: $(gir_DATA)
2266         @$(NORMAL_INSTALL)
2267         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
2268         if test -n "$$list"; then \
2269           echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \
2270           $(MKDIR_P) "$(DESTDIR)$(girdir)" || exit 1; \
2271         fi; \
2272         for p in $$list; do \
2273           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2274           echo "$$d$$p"; \
2275         done | $(am__base_list) | \
2276         while read files; do \
2277           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
2278           $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
2279         done
2280
2281 uninstall-girDATA:
2282         @$(NORMAL_UNINSTALL)
2283         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
2284         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2285         dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
2286 install-m4DATA: $(m4_DATA)
2287         @$(NORMAL_INSTALL)
2288         @list='$(m4_DATA)'; test -n "$(m4dir)" || list=; \
2289         if test -n "$$list"; then \
2290           echo " $(MKDIR_P) '$(DESTDIR)$(m4dir)'"; \
2291           $(MKDIR_P) "$(DESTDIR)$(m4dir)" || exit 1; \
2292         fi; \
2293         for p in $$list; do \
2294           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2295           echo "$$d$$p"; \
2296         done | $(am__base_list) | \
2297         while read files; do \
2298           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4dir)'"; \
2299           $(INSTALL_DATA) $$files "$(DESTDIR)$(m4dir)" || exit $$?; \
2300         done
2301
2302 uninstall-m4DATA:
2303         @$(NORMAL_UNINSTALL)
2304         @list='$(m4_DATA)'; test -n "$(m4dir)" || list=; \
2305         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2306         dir='$(DESTDIR)$(m4dir)'; $(am__uninstall_files_from_dir)
2307 install-nobase_dist_templateDATA: $(nobase_dist_template_DATA)
2308         @$(NORMAL_INSTALL)
2309         @list='$(nobase_dist_template_DATA)'; test -n "$(templatedir)" || list=; \
2310         if test -n "$$list"; then \
2311           echo " $(MKDIR_P) '$(DESTDIR)$(templatedir)'"; \
2312           $(MKDIR_P) "$(DESTDIR)$(templatedir)" || exit 1; \
2313         fi; \
2314         $(am__nobase_list) | while read dir files; do \
2315           xfiles=; for file in $$files; do \
2316             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
2317             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
2318           test -z "$$xfiles" || { \
2319             test "x$$dir" = x. || { \
2320               echo " $(MKDIR_P) '$(DESTDIR)$(templatedir)/$$dir'"; \
2321               $(MKDIR_P) "$(DESTDIR)$(templatedir)/$$dir"; }; \
2322             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(templatedir)/$$dir'"; \
2323             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(templatedir)/$$dir" || exit $$?; }; \
2324         done
2325
2326 uninstall-nobase_dist_templateDATA:
2327         @$(NORMAL_UNINSTALL)
2328         @list='$(nobase_dist_template_DATA)'; test -n "$(templatedir)" || list=; \
2329         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
2330         dir='$(DESTDIR)$(templatedir)'; $(am__uninstall_files_from_dir)
2331 install-pkgconfigDATA: $(pkgconfig_DATA)
2332         @$(NORMAL_INSTALL)
2333         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2334         if test -n "$$list"; then \
2335           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
2336           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
2337         fi; \
2338         for p in $$list; do \
2339           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2340           echo "$$d$$p"; \
2341         done | $(am__base_list) | \
2342         while read files; do \
2343           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
2344           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
2345         done
2346
2347 uninstall-pkgconfigDATA:
2348         @$(NORMAL_UNINSTALL)
2349         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2350         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2351         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
2352 install-typelibsDATA: $(typelibs_DATA)
2353         @$(NORMAL_INSTALL)
2354         @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
2355         if test -n "$$list"; then \
2356           echo " $(MKDIR_P) '$(DESTDIR)$(typelibsdir)'"; \
2357           $(MKDIR_P) "$(DESTDIR)$(typelibsdir)" || exit 1; \
2358         fi; \
2359         for p in $$list; do \
2360           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2361           echo "$$d$$p"; \
2362         done | $(am__base_list) | \
2363         while read files; do \
2364           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibsdir)'"; \
2365           $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibsdir)" || exit $$?; \
2366         done
2367
2368 uninstall-typelibsDATA:
2369         @$(NORMAL_UNINSTALL)
2370         @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
2371         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2372         dir='$(DESTDIR)$(typelibsdir)'; $(am__uninstall_files_from_dir)
2373 install-girepoHEADERS: $(girepo_HEADERS)
2374         @$(NORMAL_INSTALL)
2375         @list='$(girepo_HEADERS)'; test -n "$(girepodir)" || list=; \
2376         if test -n "$$list"; then \
2377           echo " $(MKDIR_P) '$(DESTDIR)$(girepodir)'"; \
2378           $(MKDIR_P) "$(DESTDIR)$(girepodir)" || exit 1; \
2379         fi; \
2380         for p in $$list; do \
2381           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2382           echo "$$d$$p"; \
2383         done | $(am__base_list) | \
2384         while read files; do \
2385           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(girepodir)'"; \
2386           $(INSTALL_HEADER) $$files "$(DESTDIR)$(girepodir)" || exit $$?; \
2387         done
2388
2389 uninstall-girepoHEADERS:
2390         @$(NORMAL_UNINSTALL)
2391         @list='$(girepo_HEADERS)'; test -n "$(girepodir)" || list=; \
2392         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2393         dir='$(DESTDIR)$(girepodir)'; $(am__uninstall_files_from_dir)
2394
2395 # This directory's subdirectories are mostly independent; you can cd
2396 # into them and run 'make' without going through this Makefile.
2397 # To change the values of 'make' variables: instead of editing Makefiles,
2398 # (1) if the variable is set in 'config.status', edit 'config.status'
2399 #     (which will cause the Makefiles to be regenerated when you run 'make');
2400 # (2) otherwise, pass the desired values on the 'make' command line.
2401 $(am__recursive_targets):
2402         @fail= failcom='exit 1'; \
2403         for f in x $$MAKEFLAGS; do \
2404           case $$f in \
2405             *=* | --[!k]*);; \
2406             *k*) failcom='fail=yes';; \
2407           esac; \
2408         done; \
2409         dot_seen=no; \
2410         target=`echo $@ | sed s/-recursive//`; \
2411         case "$@" in \
2412           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2413           *) list='$(SUBDIRS)' ;; \
2414         esac; \
2415         for subdir in $$list; do \
2416           echo "Making $$target in $$subdir"; \
2417           if test "$$subdir" = "."; then \
2418             dot_seen=yes; \
2419             local_target="$$target-am"; \
2420           else \
2421             local_target="$$target"; \
2422           fi; \
2423           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2424           || eval $$failcom; \
2425         done; \
2426         if test "$$dot_seen" = "no"; then \
2427           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2428         fi; test -z "$$fail"
2429
2430 ID: $(am__tagged_files)
2431         $(am__define_uniq_tagged_files); mkid -fID $$unique
2432 tags: tags-recursive
2433 TAGS: tags
2434
2435 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2436         set x; \
2437         here=`pwd`; \
2438         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2439           include_option=--etags-include; \
2440           empty_fix=.; \
2441         else \
2442           include_option=--include; \
2443           empty_fix=; \
2444         fi; \
2445         list='$(SUBDIRS)'; for subdir in $$list; do \
2446           if test "$$subdir" = .; then :; else \
2447             test ! -f $$subdir/TAGS || \
2448               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2449           fi; \
2450         done; \
2451         $(am__define_uniq_tagged_files); \
2452         shift; \
2453         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2454           test -n "$$unique" || unique=$$empty_fix; \
2455           if test $$# -gt 0; then \
2456             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2457               "$$@" $$unique; \
2458           else \
2459             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2460               $$unique; \
2461           fi; \
2462         fi
2463 ctags: ctags-recursive
2464
2465 CTAGS: ctags
2466 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2467         $(am__define_uniq_tagged_files); \
2468         test -z "$(CTAGS_ARGS)$$unique" \
2469           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2470              $$unique
2471
2472 GTAGS:
2473         here=`$(am__cd) $(top_builddir) && pwd` \
2474           && $(am__cd) $(top_srcdir) \
2475           && gtags -i $(GTAGS_ARGS) "$$here"
2476 cscope: cscope.files
2477         test ! -s cscope.files \
2478           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2479 clean-cscope:
2480         -rm -f cscope.files
2481 cscope.files: clean-cscope cscopelist
2482 cscopelist: cscopelist-recursive
2483
2484 cscopelist-am: $(am__tagged_files)
2485         list='$(am__tagged_files)'; \
2486         case "$(srcdir)" in \
2487           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2488           *) sdir=$(subdir)/$(srcdir) ;; \
2489         esac; \
2490         for i in $$list; do \
2491           if test -f "$$i"; then \
2492             echo "$(subdir)/$$i"; \
2493           else \
2494             echo "$$sdir/$$i"; \
2495           fi; \
2496         done >> $(top_builddir)/cscope.files
2497
2498 distclean-tags:
2499         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2500         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2501
2502 distdir: $(DISTFILES)
2503         $(am__remove_distdir)
2504         test -d "$(distdir)" || mkdir "$(distdir)"
2505         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2506         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2507         list='$(DISTFILES)'; \
2508           dist_files=`for file in $$list; do echo $$file; done | \
2509           sed -e "s|^$$srcdirstrip/||;t" \
2510               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2511         case $$dist_files in \
2512           */*) $(MKDIR_P) `echo "$$dist_files" | \
2513                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2514                            sort -u` ;; \
2515         esac; \
2516         for file in $$dist_files; do \
2517           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2518           if test -d $$d/$$file; then \
2519             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2520             if test -d "$(distdir)/$$file"; then \
2521               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2522             fi; \
2523             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2524               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2525               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2526             fi; \
2527             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2528           else \
2529             test -f "$(distdir)/$$file" \
2530             || cp -p $$d/$$file "$(distdir)/$$file" \
2531             || exit 1; \
2532           fi; \
2533         done
2534         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2535           if test "$$subdir" = .; then :; else \
2536             $(am__make_dryrun) \
2537               || test -d "$(distdir)/$$subdir" \
2538               || $(MKDIR_P) "$(distdir)/$$subdir" \
2539               || exit 1; \
2540             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2541             $(am__relativize); \
2542             new_distdir=$$reldir; \
2543             dir1=$$subdir; dir2="$(top_distdir)"; \
2544             $(am__relativize); \
2545             new_top_distdir=$$reldir; \
2546             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2547             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2548             ($(am__cd) $$subdir && \
2549               $(MAKE) $(AM_MAKEFLAGS) \
2550                 top_distdir="$$new_top_distdir" \
2551                 distdir="$$new_distdir" \
2552                 am__remove_distdir=: \
2553                 am__skip_length_check=: \
2554                 am__skip_mode_fix=: \
2555                 distdir) \
2556               || exit 1; \
2557           fi; \
2558         done
2559         -test -n "$(am__skip_mode_fix)" \
2560         || find "$(distdir)" -type d ! -perm -755 \
2561                 -exec chmod u+rwx,go+rx {} \; -o \
2562           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2563           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2564           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2565         || chmod -R a+r "$(distdir)"
2566 dist-gzip: distdir
2567         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2568         $(am__post_remove_distdir)
2569
2570 dist-bzip2: distdir
2571         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
2572         $(am__post_remove_distdir)
2573
2574 dist-lzip: distdir
2575         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
2576         $(am__post_remove_distdir)
2577 dist-xz: distdir
2578         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
2579         $(am__post_remove_distdir)
2580
2581 dist-tarZ: distdir
2582         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2583         $(am__post_remove_distdir)
2584
2585 dist-shar: distdir
2586         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2587         $(am__post_remove_distdir)
2588
2589 dist-zip: distdir
2590         -rm -f $(distdir).zip
2591         zip -rq $(distdir).zip $(distdir)
2592         $(am__post_remove_distdir)
2593
2594 dist dist-all:
2595         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2596         $(am__post_remove_distdir)
2597
2598 # This target untars the dist file and tries a VPATH configuration.  Then
2599 # it guarantees that the distribution is self-contained by making another
2600 # tarfile.
2601 distcheck: dist
2602         case '$(DIST_ARCHIVES)' in \
2603         *.tar.gz*) \
2604           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2605         *.tar.bz2*) \
2606           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2607         *.tar.lz*) \
2608           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2609         *.tar.xz*) \
2610           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2611         *.tar.Z*) \
2612           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2613         *.shar.gz*) \
2614           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2615         *.zip*) \
2616           unzip $(distdir).zip ;;\
2617         esac
2618         chmod -R a-w $(distdir)
2619         chmod u+w $(distdir)
2620         mkdir $(distdir)/_build $(distdir)/_inst
2621         chmod a-w $(distdir)
2622         test -d $(distdir)/_build || exit 0; \
2623         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2624           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2625           && am__cwd=`pwd` \
2626           && $(am__cd) $(distdir)/_build \
2627           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
2628             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2629             $(DISTCHECK_CONFIGURE_FLAGS) \
2630           && $(MAKE) $(AM_MAKEFLAGS) \
2631           && $(MAKE) $(AM_MAKEFLAGS) dvi \
2632           && $(MAKE) $(AM_MAKEFLAGS) check \
2633           && $(MAKE) $(AM_MAKEFLAGS) install \
2634           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2635           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2636           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2637                 distuninstallcheck \
2638           && chmod -R a-w "$$dc_install_base" \
2639           && ({ \
2640                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2641                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2642                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2643                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2644                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2645               } || { rm -rf "$$dc_destdir"; exit 1; }) \
2646           && rm -rf "$$dc_destdir" \
2647           && $(MAKE) $(AM_MAKEFLAGS) dist \
2648           && rm -rf $(DIST_ARCHIVES) \
2649           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2650           && cd "$$am__cwd" \
2651           || exit 1
2652         $(am__post_remove_distdir)
2653         @(echo "$(distdir) archives ready for distribution: "; \
2654           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2655           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2656 distuninstallcheck:
2657         @test -n '$(distuninstallcheck_dir)' || { \
2658           echo 'ERROR: trying to run $@ with an empty' \
2659                '$$(distuninstallcheck_dir)' >&2; \
2660           exit 1; \
2661         }; \
2662         $(am__cd) '$(distuninstallcheck_dir)' || { \
2663           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
2664           exit 1; \
2665         }; \
2666         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
2667            || { echo "ERROR: files left after uninstall:" ; \
2668                 if test -n "$(DESTDIR)"; then \
2669                   echo "  (check DESTDIR support)"; \
2670                 fi ; \
2671                 $(distuninstallcheck_listfiles) ; \
2672                 exit 1; } >&2
2673 distcleancheck: distclean
2674         @if test '$(srcdir)' = . ; then \
2675           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2676           exit 1 ; \
2677         fi
2678         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2679           || { echo "ERROR: files left in build directory after distclean:" ; \
2680                $(distcleancheck_listfiles) ; \
2681                exit 1; } >&2
2682 check-am: all-am
2683         $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
2684         $(MAKE) $(AM_MAKEFLAGS) check-local
2685 check: $(BUILT_SOURCES)
2686         $(MAKE) $(AM_MAKEFLAGS) check-recursive
2687 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
2688                 $(HEADERS) config.h
2689 install-binPROGRAMS: install-libLTLIBRARIES
2690
2691 installdirs: installdirs-recursive
2692 installdirs-am:
2693         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgpyexecdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgpyexecdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(makedir)" "$(DESTDIR)$(gdumpdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(m4dir)" "$(DESTDIR)$(templatedir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(girepodir)"; do \
2694           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2695         done
2696 install: $(BUILT_SOURCES)
2697         $(MAKE) $(AM_MAKEFLAGS) install-recursive
2698 install-exec: install-exec-recursive
2699 install-data: install-data-recursive
2700 uninstall: uninstall-recursive
2701
2702 install-am: all-am
2703         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2704
2705 installcheck: installcheck-recursive
2706 install-strip:
2707         if test -z '$(STRIP)'; then \
2708           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2709             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2710               install; \
2711         else \
2712           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2713             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2714             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2715         fi
2716 mostlyclean-generic:
2717
2718 clean-generic:
2719         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2720
2721 distclean-generic:
2722         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2723         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2724
2725 maintainer-clean-generic:
2726         @echo "This command is intended for maintainers to use"
2727         @echo "it deletes files that may require special tools to rebuild."
2728         -rm -f scannerlexer.c
2729         -rm -f scannerparser.c
2730         -rm -f scannerparser.h
2731         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2732 clean: clean-recursive
2733
2734 clean-am: clean-binPROGRAMS clean-checkLTLIBRARIES clean-checkPROGRAMS \
2735         clean-generic clean-libLTLIBRARIES clean-libtool \
2736         clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
2737         clean-pkgpyexecLTLIBRARIES mostlyclean-am
2738
2739 distclean: distclean-recursive
2740         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2741         -rm -rf ./$(DEPDIR)
2742         -rm -f Makefile
2743 distclean-am: clean-am distclean-compile distclean-generic \
2744         distclean-hdr distclean-libtool distclean-tags
2745
2746 dvi: dvi-recursive
2747
2748 dvi-am:
2749
2750 html: html-recursive
2751
2752 html-am:
2753
2754 info: info-recursive
2755
2756 info-am:
2757
2758 install-data-am: install-dist_makeDATA install-gdumpDATA \
2759         install-girDATA install-girepoHEADERS install-m4DATA \
2760         install-man install-nobase_dist_templateDATA \
2761         install-pkgconfigDATA install-typelibsDATA
2762
2763 install-dvi: install-dvi-recursive
2764
2765 install-dvi-am:
2766
2767 install-exec-am: install-binPROGRAMS install-binSCRIPTS \
2768         install-libLTLIBRARIES install-pkgpyexecLTLIBRARIES \
2769         install-pkgpyexecPYTHON
2770
2771 install-html: install-html-recursive
2772
2773 install-html-am:
2774
2775 install-info: install-info-recursive
2776
2777 install-info-am:
2778
2779 install-man: install-man1
2780
2781 install-pdf: install-pdf-recursive
2782
2783 install-pdf-am:
2784
2785 install-ps: install-ps-recursive
2786
2787 install-ps-am:
2788
2789 installcheck-am:
2790
2791 maintainer-clean: maintainer-clean-recursive
2792         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2793         -rm -rf $(top_srcdir)/autom4te.cache
2794         -rm -rf ./$(DEPDIR)
2795         -rm -f Makefile
2796 maintainer-clean-am: distclean-am maintainer-clean-generic
2797
2798 mostlyclean: mostlyclean-recursive
2799
2800 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2801         mostlyclean-libtool
2802
2803 pdf: pdf-recursive
2804
2805 pdf-am:
2806
2807 ps: ps-recursive
2808
2809 ps-am:
2810
2811 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
2812         uninstall-dist_makeDATA uninstall-gdumpDATA uninstall-girDATA \
2813         uninstall-girepoHEADERS uninstall-libLTLIBRARIES \
2814         uninstall-m4DATA uninstall-man \
2815         uninstall-nobase_dist_templateDATA uninstall-pkgconfigDATA \
2816         uninstall-pkgpyexecLTLIBRARIES uninstall-pkgpyexecPYTHON \
2817         uninstall-typelibsDATA
2818
2819 uninstall-man: uninstall-man1
2820
2821 .MAKE: $(am__recursive_targets) all check check-am install install-am \
2822         install-strip
2823
2824 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2825         am--refresh check check-am check-local clean clean-binPROGRAMS \
2826         clean-checkLTLIBRARIES clean-checkPROGRAMS clean-cscope \
2827         clean-generic clean-libLTLIBRARIES clean-libtool \
2828         clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
2829         clean-pkgpyexecLTLIBRARIES cscope cscopelist-am ctags ctags-am \
2830         dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
2831         dist-tarZ dist-xz dist-zip distcheck distclean \
2832         distclean-compile distclean-generic distclean-hdr \
2833         distclean-libtool distclean-tags distcleancheck distdir \
2834         distuninstallcheck dvi dvi-am html html-am info info-am \
2835         install install-am install-binPROGRAMS install-binSCRIPTS \
2836         install-data install-data-am install-dist_makeDATA install-dvi \
2837         install-dvi-am install-exec install-exec-am install-gdumpDATA \
2838         install-girDATA install-girepoHEADERS install-html \
2839         install-html-am install-info install-info-am \
2840         install-libLTLIBRARIES install-m4DATA install-man install-man1 \
2841         install-nobase_dist_templateDATA install-pdf install-pdf-am \
2842         install-pkgconfigDATA install-pkgpyexecLTLIBRARIES \
2843         install-pkgpyexecPYTHON install-ps install-ps-am install-strip \
2844         install-typelibsDATA installcheck installcheck-am installdirs \
2845         installdirs-am maintainer-clean maintainer-clean-generic \
2846         mostlyclean mostlyclean-compile mostlyclean-generic \
2847         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
2848         uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \
2849         uninstall-dist_makeDATA uninstall-gdumpDATA uninstall-girDATA \
2850         uninstall-girepoHEADERS uninstall-libLTLIBRARIES \
2851         uninstall-m4DATA uninstall-man uninstall-man1 \
2852         uninstall-nobase_dist_templateDATA uninstall-pkgconfigDATA \
2853         uninstall-pkgpyexecLTLIBRARIES uninstall-pkgpyexecPYTHON \
2854         uninstall-typelibsDATA
2855
2856
2857 # Make sure the required variables are set, these should under normal
2858 # circumstances come from introspection.m4
2859 $(if $(INTROSPECTION_SCANNER),,$(error Need to define INTROSPECTION_SCANNER))
2860 $(if $(INTROSPECTION_COMPILER),,$(error Need to define INTROSPECTION_COMPILER))
2861
2862 #
2863 # Creates a GIR by scanning C headers/sources
2864 # $(1) - Name of the gir file (output)
2865 #
2866 # If output is Gtk-2.0.gir then you should name the variables like
2867 # Gtk_2_0_gir_NAMESPACE, Gtk_2_0_gir_VERSION etc.
2868 # Required variables:
2869 # FILES - C sources and headers which should be scanned
2870 #
2871 # One of these variables are required:
2872 # LIBS - Library where the symbol represented in the gir can be found
2873 # PROGRAM - Program where the symbol represented in the gir can be found
2874 #
2875 # Optional variables
2876 # NAMESPACE - Namespace of the gir, first letter capital,
2877 #   rest should be lower case, for instance: 'Gtk', 'Clutter', 'ClutterGtk'.
2878 #   If not present the namespace will be fetched from the gir filename,
2879 #   the part before the first dash. For 'Gtk-2.0', namespace will be 'Gtk'.
2880 # VERSION - Version of the gir, if not present, will be fetched from gir
2881 # filename, the part after the first dash. For 'Gtk-2.0', version will be '2.0'.
2882 # LIBTOOL - Command to invoke libtool, usually set by automake
2883 # SCANNERFLAGS - Flags to pass in to the scanner, see g-ir-scanner(1) for a list
2884 # CFLAGS - Flags to pass in to the parser when scanning headers
2885 # LDFLAGS - Linker flags used by the scanner
2886 # PACKAGES - list of pkg-config names which cflags are required to parse
2887 #   the headers of this gir
2888 # INCLUDES - Gir files to include without the .gir suffix, for instance
2889 #   GLib-2.0, Gtk-2.0. This is needed for all libraries which you depend on that
2890 #   provides introspection information.
2891 # EXPORT_PACKAGES - list of pkg-config names that are provided by this gir.
2892 #   By default the names in the PACKAGES variable will be used.
2893 #
2894
2895 define introspection-scanner
2896
2897 # Basic sanity check, to make sure required variables are set
2898 $(if $($(_gir_name)_FILES),,$(error Need to define $(_gir_name)_FILES))
2899 $(if $(or $(findstring --header-only,$($(_gir_name)_SCANNERFLAGS)),
2900           $($(_gir_name)_LIBS),
2901           $($(_gir_name)_PROGRAM)),,
2902     $(error Need to define $(_gir_name)_LIBS or $(_gir_name)_PROGRAM))
2903
2904 # Only dependencies we know are actually filenames goes into _FILES, make
2905 # sure these are built before running the scanner. Libraries and programs
2906 # needs to be added manually.
2907 $(1): $$($(_gir_name)_FILES)
2908         @ $(MKDIR_P) $(dir $(1))
2909         $(_gir_silent_scanner_prefix) $(INTROSPECTION_SCANNER_ENV) $(INTROSPECTION_SCANNER) $(_gir_silent_scanner_opts) \
2910         $(INTROSPECTION_SCANNER_ARGS) \
2911           --namespace=$(_gir_namespace) \
2912           --nsversion=$(_gir_version) \
2913           $(_gir_libtool) \
2914           $(_gir_packages) \
2915           $(_gir_includes) \
2916           $(_gir_export_packages) \
2917           $(_gir_program) \
2918           $(_gir_libraries) \
2919           $($(_gir_name)_SCANNERFLAGS) \
2920           --cflags-begin \
2921           $($(_gir_name)_CFLAGS) \
2922           --cflags-end \
2923           $($(_gir_name)_LDFLAGS) \
2924           $$^ \
2925           --output $(1)
2926 endef
2927
2928 $(foreach gir,$(INTROSPECTION_GIRS),$(eval $(call introspection-scanner,$(gir))))
2929
2930 #
2931 # Compiles a gir into a typelib
2932 # $(1): gir filename (input)
2933 # $(2): typelib filename (output)
2934 #
2935 define introspection-compiler
2936 $(_gir_silent_compiler) $(INTROSPECTION_COMPILER) $(INTROSPECTION_COMPILER_ARGS) --includedir=. $(1) -o $(2)
2937 endef
2938
2939 # Simple rule to compile a typelib.
2940 %.typelib: %.gir
2941         $(call introspection-compiler,$<,$@)
2942
2943 # Why do I have to do this automake?
2944 scannerlexer.h: scannerlexer.c
2945
2946 gir/cairo-1.0.gir: gir/cairo-1.0.gir.in Makefile
2947         [ -d $(@D) ] || $(mkdir_p) $(@D) ; \
2948         sed \
2949         -e s,%CAIRO_SHARED_LIBRARY%,$(CAIRO_SHARED_LIBRARY), \
2950         -e s,%CAIRO_GIR_PACKAGE%,$(CAIRO_GIR_PACKAGE), \
2951         < $< > $@.tmp && mv $@.tmp $@
2952
2953 # Doesn't seem to work to do gir/%.typelib =(
2954 gir/cairo-1.0.typelib: g-ir-compiler
2955 gir/DBus-1.0.typelib: g-ir-compiler
2956 gir/DBusGLib-1.0.typelib: g-ir-compiler
2957 gir/fontconfig-2.0.typelib: g-ir-compiler
2958 gir/freetype2-2.0.typelib: g-ir-compiler
2959 gir/GL-1.0.typelib: g-ir-compiler
2960 gir/libxml2-2.0.typelib: g-ir-compiler
2961 gir/xft-2.0.typelib: g-ir-compiler
2962 gir/xlib-2.0.typelib: g-ir-compiler
2963 gir/xfixes-4.0.typelib: g-ir-compiler
2964 gir/xrandr-1.3.typelib: g-ir-compiler
2965
2966 GLib-2.0.gir: g-ir-scanner g-ir-compiler$(EXEEXT)
2967
2968 gir/DBusGLib-1.0.typelib: GObject-2.0.gir
2969
2970 GObject-2.0.gir: GLib-2.0.gir
2971
2972 GModule-2.0.gir: GLib-2.0.gir
2973
2974 Gio-2.0.gir: GObject-2.0.gir
2975
2976 # girepository
2977 GIRepository-2.0.gir: GObject-2.0.gir libgirepository-1.0.la
2978
2979 g-ir-scanner: tools/g-ir-scanner.in _giscanner.la Makefile
2980         $(AM_V_GEN) $(TOOL_SUBSTITUTIONS) $< > $@.tmp && mv $@.tmp $@
2981         @chmod a+x $@
2982
2983 g-ir-annotation-tool: tools/g-ir-annotation-tool.in _giscanner.la Makefile
2984         $(AM_V_GEN) $(TOOL_SUBSTITUTIONS) $< > $@.tmp && mv $@.tmp $@
2985         @chmod a+x $@
2986
2987 g-ir-doc-tool: tools/g-ir-doc-tool.in _giscanner.la Makefile
2988         $(AM_V_GEN) $(TOOL_SUBSTITUTIONS) $< > $@.tmp && mv $@.tmp $@
2989         @chmod a+x $@
2990
2991 # --------------------------
2992 # cmph (static lib) projects
2993 # --------------------------
2994 ./build/win32/vs9/cmph.vcproj: $(top_srcdir)/build/win32/vs9/cmph.vcprojin
2995         for F in `echo $(libcmph_la_SOURCES) | tr '/' '\\'`; do \
2996                 case $$F in \
2997                 *.c)    echo '   <File RelativePath="..\..\..\'$$F'" />' \
2998                         ;; \
2999                 esac; \
3000         done >cmph.sourcefiles
3001         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/cmph.vcprojin >$@
3002         rm cmph.sourcefiles
3003
3004 ./build/win32/vs10/cmph.vcxproj: $(top_srcdir)/build/win32/vs10/cmph.vcxprojin
3005         for F in `echo $(libcmph_la_SOURCES) | tr '/' '\\'`; do \
3006                 case $$F in \
3007                 *.c)    echo '    <ClCompile Include="..\..\..\'$$F'" />' \
3008                         ;; \
3009                 esac; \
3010         done >cmph.vs10.sourcefiles
3011         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/cmph.vcxprojin >$@
3012         rm cmph.vs10.sourcefiles
3013
3014 ./build/win32/vs10/cmph.vcxproj.filters: $(top_srcdir)/build/win32/vs10/cmph.vcxproj.filtersin
3015         for F in `echo $(libcmph_la_SOURCES) | tr '/' '\\'`; do \
3016                 case $$F in \
3017                 *.c)    echo '    <ClCompile Include="..\..\..\'$$F'"><Filter>Sources</Filter></ClCompile>' \
3018                         ;; \
3019                 esac; \
3020         done >cmph.vs10.sourcefiles.filters
3021         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/cmph.vcxproj.filtersin >$@
3022         rm cmph.vs10.sourcefiles.filters
3023
3024 # -------------------------
3025 # girepository DLL projects
3026 # -------------------------
3027 ./build/win32/vs9/girepository.vcproj: $(top_srcdir)/build/win32/vs9/girepository.vcprojin ./build/win32/vs9/gir.vs9.install
3028         for F in `echo $(libgirepository_1_0_la_SOURCES) $(libgirepository_gthash_la_SOURCES) | tr '/' '\\'`; do \
3029                 case $$F in \
3030                 *.c)    echo '   <File RelativePath="..\..\..\'$$F'" />' \
3031                         ;; \
3032                 esac; \
3033         done >girepository.sourcefiles
3034         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/girepository.vcprojin >$@
3035         rm girepository.sourcefiles
3036
3037 ./build/win32/vs10/girepository.vcxproj: $(top_srcdir)/build/win32/vs10/girepository.vcxprojin ./build/win32/vs10/gir.vs10.install
3038         for F in `echo $(libgirepository_1_0_la_SOURCES) $(libgirepository_gthash_la_SOURCES) | tr '/' '\\'`; do \
3039                 case $$F in \
3040                 *.c)    echo '    <ClCompile Include="..\..\..\'$$F'" />' \
3041                         ;; \
3042                 esac; \
3043         done >girepository.vs10.sourcefiles
3044         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/girepository.vcxprojin >$@
3045         rm girepository.vs10.sourcefiles
3046
3047 ./build/win32/vs10/girepository.vcxproj.filters: $(top_srcdir)/build/win32/vs10/girepository.vcxproj.filtersin
3048         for F in `echo $(libgirepository_1_0_la_SOURCES) $(libgirepository_gthash_la_SOURCES) | tr '/' '\\'`; do \
3049                 case $$F in \
3050                 *.c)    echo '    <ClCompile Include="..\..\..\'$$F'"><Filter>Sources</Filter></ClCompile>' \
3051                         ;; \
3052                 esac; \
3053         done >girepository.vs10.sourcefiles.filters
3054         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/girepository.vcxproj.filtersin >$@
3055         rm girepository.vs10.sourcefiles.filters
3056
3057 # ------------------------------------
3058 # g-ir-compiler.exe projects
3059 # (We integrate the
3060 # libgirepository_internals_la_SOURCES
3061 # and
3062 # libgirepository_gthash_la_SOURCES
3063 # here)
3064 # ------------------------------------
3065 ./build/win32/vs9/g-ir-compiler.vcproj: $(top_srcdir)/build/win32/vs9/g-ir-compiler.vcprojin
3066         for F in `echo $(libgirepository_gthash_la_SOURCES) $(libgirepository_internals_la_SOURCES) | tr '/' '\\'`; do \
3067                 case $$F in \
3068                 *.c)    echo '   <File RelativePath="..\..\..\'$$F'" />' \
3069                         ;; \
3070                 esac; \
3071         done >g-ir-compiler.sourcefiles
3072         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/g-ir-compiler.vcprojin >$@
3073         rm g-ir-compiler.sourcefiles
3074
3075 ./build/win32/vs10/g-ir-compiler.vcxproj: $(top_srcdir)/build/win32/vs10/g-ir-compiler.vcxprojin
3076         for F in `echo $(libgirepository_gthash_la_SOURCES) $(libgirepository_internals_la_SOURCES) | tr '/' '\\'`; do \
3077                 case $$F in \
3078                 *.c)    echo '    <ClCompile Include="..\..\..\'$$F'" />' \
3079                         ;; \
3080                 esac; \
3081         done >g-ir-compiler.vs10.sourcefiles
3082         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/g-ir-compiler.vcxprojin >$@
3083         rm g-ir-compiler.vs10.sourcefiles
3084
3085 ./build/win32/vs10/g-ir-compiler.vcxproj.filters: $(top_srcdir)/build/win32/vs10/g-ir-compiler.vcxproj.filtersin
3086         for F in `echo $(libgirepository_gthash_la_SOURCES) $(libgirepository_internals_la_SOURCES) | tr '/' '\\'`; do \
3087                 case $$F in \
3088                 *.c)    echo '    <ClCompile Include="..\..\..\'$$F'"><Filter>Sources</Filter></ClCompile>' \
3089                         ;; \
3090                 esac; \
3091         done >g-ir-compiler.vs10.sourcefiles.filters
3092         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/g-ir-compiler.vcxproj.filtersin >$@
3093         rm g-ir-compiler.vs10.sourcefiles.filters
3094
3095 #--------------------------------
3096 # Generate the "lists" of headers
3097 # and Python scripts to install
3098 #--------------------------------
3099 ./build/win32/vs9/gir.vs9.install:
3100         echo 'mkdir $$(CopyDir)\include\gobject-introspection-$$(GIApiVersion)\girepository&#x0D;&#x0A;' >./build/win32/vs9/gir.vs9.install
3101         echo '' >>./build/win32/vs9/gir.vs9.install
3102         for F in `echo $(girepo_HEADERS) | tr '/' '\\'`; do \
3103                 case $$F in \
3104                 *.h) echo 'copy ..\..\..\'$$F' $$(CopyDir)\include\gobject-introspection-$$(GIApiVersion)\girepository&#x0D;&#x0A;' \
3105                         ;; \
3106                 esac; \
3107         done >>./build/win32/vs9/gir.vs9.install
3108         echo '' >>./build/win32/vs9/gir.vs9.install
3109         echo 'mkdir $$(CopyDir)\lib\gobject-introspection\giscanner&#x0D;&#x0A;' >>./build/win32/vs9/gir.vs9.install
3110         echo '' >>./build/win32/vs9/gir.vs9.install
3111         for F in `echo $(pkgpyexec_PYTHON) | tr '/' '\\'`; do \
3112                 case $$F in \
3113                 *.py|*.tmpl) echo 'copy ..\..\..\'$$F' $$(CopyDir)\lib\gobject-introspection\giscanner&#x0D;&#x0A;' \
3114                         ;; \
3115                 esac; \
3116         done >>./build/win32/vs9/gir.vs9.install
3117
3118 ./build/win32/vs10/gir.vs10.install:
3119         echo 'mkdir $$(CopyDir)\include\gobject-introspection-$$(GIApiVersion)\girepository' >./build/win32/vs10/gir.vs10.install
3120         echo '' >>./build/win32/vs10/gir.vs10.install
3121         for F in `echo $(girepo_HEADERS) | tr '/' '\\'`; do \
3122                 case $$F in \
3123                 *.h) echo 'copy ..\..\..\'$$F' $$(CopyDir)\include\gobject-introspection-$$(GIApiVersion)\girepository' && \
3124                         echo '' \
3125                         ;; \
3126                 esac; \
3127         done >>./build/win32/vs10/gir.vs10.install
3128         echo '' >>./build/win32/vs10/gir.vs10.install
3129         echo 'mkdir $$(CopyDir)\lib\gobject-introspection\giscanner' >>./build/win32/vs10/gir.vs10.install
3130         echo '' >>./build/win32/vs10/gir.vs10.install
3131         for F in `echo $(pkgpyexec_PYTHON) | tr '/' '\\'`; do \
3132                 case $$F in \
3133                 *.py|*.tmpl) echo 'copy ..\..\..\'$$F' $$(CopyDir)\lib\gobject-introspection\giscanner' && \
3134                         echo '' \
3135                         ;; \
3136                 esac; \
3137         done >>./build/win32/vs10/gir.vs10.install
3138
3139 ./build/win32/vs9/gir.vsprops: ./build/win32/vs9/gir.vs9.install $(top_srcdir)/build/win32/vs9/gir.vspropsin
3140         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/gir.vspropsin >$@
3141         rm ./build/win32/vs9/gir.vs9.install
3142
3143 ./build/win32/vs10/gir.props: ./build/win32/vs10/gir.vs10.install $(top_srcdir)/build/win32/vs10/gir.propsin
3144         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/gir.propsin >$@
3145         rm ./build/win32/vs10/gir.vs10.install
3146
3147 check-local:
3148         gtester --verbose $(GTESTER_PROGS)
3149         @echo "TEST: PEP-8 INQUISITION"
3150         @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat --exclude=config.py
3151         @echo "TEST: Annotation pattern programs"
3152         PYTHONPATH="$(top_builddir):$(top_srcdir)" $(PYTHON) $(top_srcdir)/tests/scanner/annotationparser/test_patterns.py
3153         @echo "TEST: GTK-Doc Annotation Parser"
3154         PYTHONPATH="$(top_builddir):$(top_srcdir)" $(PYTHON) $(top_srcdir)/tests/scanner/annotationparser/test_parser.py
3155         @touch $(top_builddir)/.make-check-passed
3156
3157 check-pyflakes:
3158         @echo "  CHECK Pyflakes"
3159         @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pyflakes.py
3160
3161 prepare-release-tag: Makefile
3162         git tag -m "Tag $(TAG_VERSION)" -a $(TAG_PREFIX)$(TAG_VERSION)
3163
3164 prepare-minor-release: $(DISTNAME) prepare-release-tag Makefile
3165         env top_srcdir=$(top_srcdir) python $(top_srcdir)/tools/verbump.py
3166
3167 upload-release: $(DISTNAME) Makefile
3168         git log origin/master..master
3169         @echo -n "Ok to push? [y/N] "; read ans; test x$$ans == xy || exit 1
3170         git push --tags origin master:master
3171         scp $(DISTNAME) master.gnome.org:
3172         ssh master.gnome.org install-module $(DISTNAME)
3173
3174 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3175 # Otherwise a system limit (for SysV at least) may be exceeded.
3176 .NOEXPORT: