Initial packaging for Tizen
[profile/ivi/gobject-introspection.git] / tests / scanner / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # -*- Mode: make -*-
19 # Copyright 2009-2010 Johan Dahlin
20 #
21 # This file defines variables that are compatible with
22 # Makefile.introspection, but for use within the gobject-introspection
23 # module itself.
24 #
25
26 # -*- Mode: make -*-
27 # Copyright 2009-2010 Johan Dahlin
28 #
29 # This file is free software; the author(s) gives unlimited
30 # permission to copy and/or distribute it, with or without
31 # modifications, as long as this notice is preserved.
32 #
33 # * Input variables:
34 #
35 #   INTROSPECTION_GIRS - List of GIRS that should be generated
36 #   INTROSPECTION_SCANNER - Command to invoke scanner, normally set by
37 #      GOBJECT_INTROSPECTION_REQUIRE/CHECK() in introspection.m4
38 #   INTROSPECTION_SCANNER_ARGS - Additional args to pass in to the scanner
39 #   INTROSPECTION_SCANNER_ENV - Environment variables to set before running
40 #      the scanner
41 #   INTROSPECTION_COMPILER - Command to invoke compiler, normally set by
42 #      GOBJECT_INTROSPECTION_REQUIRE/CHECK() in introspection.m4
43 #   INTROSPECTION_COMPILER_ARGS - Additional args to pass in to the compiler
44 #
45 # * Simple tutorial
46 #
47 # Add this to configure.ac:
48 #   -Wno-portability to AM_INIT_AUTOMAKE
49 #   GOBJECT_INTROSPECTION_CHECK([0.6.7])
50 #
51 # Add this to Makefile.am where your library/program is built:
52 #   include $(INTROSPECTION_MAKEFILE)
53 #   INTROSPECTION_GIRS = YourLib-1.0.gir
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 VPATH = @srcdir@
66 pkgdatadir = $(datadir)/@PACKAGE@
67 pkgincludedir = $(includedir)/@PACKAGE@
68 pkglibdir = $(libdir)/@PACKAGE@
69 pkglibexecdir = $(libexecdir)/@PACKAGE@
70 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
71 install_sh_DATA = $(install_sh) -c -m 644
72 install_sh_PROGRAM = $(install_sh) -c
73 install_sh_SCRIPT = $(install_sh) -c
74 INSTALL_HEADER = $(INSTALL_DATA)
75 transform = $(program_transform_name)
76 NORMAL_INSTALL = :
77 PRE_INSTALL = :
78 POST_INSTALL = :
79 NORMAL_UNINSTALL = :
80 PRE_UNINSTALL = :
81 POST_UNINSTALL = :
82 build_triplet = @build@
83 host_triplet = @host@
84 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
85         $(top_srcdir)/Makefile.introspection $(top_srcdir)/common.mk
86 @HAVE_CAIRO_TRUE@am__append_1 = libregress.la
87 @OS_WIN32_TRUE@am__append_2 = -no-undefined
88 @HAVE_CAIRO_TRUE@am__append_3 = Regress-1.0.gir
89 @OS_WIN32_FALSE@check_PROGRAMS = barapp$(EXEEXT)
90 @OS_WIN32_FALSE@am__append_4 = Bar-1.0.gir
91 subdir = tests/scanner
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
94         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
97         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 libannotation_la_LIBADD =
105 am_libannotation_la_OBJECTS = annotation.lo
106 libannotation_la_OBJECTS = $(am_libannotation_la_OBJECTS)
107 AM_V_lt = $(am__v_lt_$(V))
108 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
109 am__v_lt_0 = --silent
110 libfoo_la_DEPENDENCIES = $(top_builddir)/libgirepository-1.0.la
111 am_libfoo_la_OBJECTS = foo.lo
112 libfoo_la_OBJECTS = $(am_libfoo_la_OBJECTS)
113 libgettype_la_LIBADD =
114 am_libgettype_la_OBJECTS = gettype.lo
115 libgettype_la_OBJECTS = $(am_libgettype_la_OBJECTS)
116 libgtkfrob_la_LIBADD =
117 am_libgtkfrob_la_OBJECTS = gtkfrob.lo
118 libgtkfrob_la_OBJECTS = $(am_libgtkfrob_la_OBJECTS)
119 am__DEPENDENCIES_1 =
120 libregress_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
121         $(am__DEPENDENCIES_1)
122 am_libregress_la_OBJECTS = libregress_la-regress.lo
123 libregress_la_OBJECTS = $(am_libregress_la_OBJECTS)
124 libregress_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
125         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libregress_la_CFLAGS) \
126         $(CFLAGS) $(libregress_la_LDFLAGS) $(LDFLAGS) -o $@
127 @HAVE_CAIRO_TRUE@am_libregress_la_rpath =
128 libtestinherit_la_LIBADD =
129 am_libtestinherit_la_OBJECTS = drawable.lo
130 libtestinherit_la_OBJECTS = $(am_libtestinherit_la_OBJECTS)
131 libutility_la_LIBADD =
132 am_libutility_la_OBJECTS = utility.lo
133 libutility_la_OBJECTS = $(am_libutility_la_OBJECTS)
134 am__barapp_SOURCES_DIST = $(srcdir)/barapp.c $(srcdir)/barapp.h
135 @OS_WIN32_FALSE@am_barapp_OBJECTS = barapp.$(OBJEXT)
136 barapp_OBJECTS = $(am_barapp_OBJECTS)
137 @OS_WIN32_FALSE@barapp_DEPENDENCIES =  \
138 @OS_WIN32_FALSE@        $(top_builddir)/libgirepository-1.0.la
139 barapp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141         $(barapp_LDFLAGS) $(LDFLAGS) -o $@
142 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
143 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
144 am__depfiles_maybe = depfiles
145 am__mv = mv -f
146 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
147         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
149         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
150         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
151         $(AM_CFLAGS) $(CFLAGS)
152 AM_V_CC = $(am__v_CC_$(V))
153 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
154 am__v_CC_0 = @echo "  CC    " $@;
155 AM_V_at = $(am__v_at_$(V))
156 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
157 am__v_at_0 = @
158 CCLD = $(CC)
159 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
161         $(AM_LDFLAGS) $(LDFLAGS) -o $@
162 AM_V_CCLD = $(am__v_CCLD_$(V))
163 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
164 am__v_CCLD_0 = @echo "  CCLD  " $@;
165 AM_V_GEN = $(am__v_GEN_$(V))
166 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
167 am__v_GEN_0 = @echo "  GEN   " $@;
168 SOURCES = $(libannotation_la_SOURCES) $(libfoo_la_SOURCES) \
169         $(libgettype_la_SOURCES) $(libgtkfrob_la_SOURCES) \
170         $(libregress_la_SOURCES) $(libtestinherit_la_SOURCES) \
171         $(libutility_la_SOURCES) $(barapp_SOURCES)
172 DIST_SOURCES = $(libannotation_la_SOURCES) $(libfoo_la_SOURCES) \
173         $(libgettype_la_SOURCES) $(libgtkfrob_la_SOURCES) \
174         $(libregress_la_SOURCES) $(libtestinherit_la_SOURCES) \
175         $(libutility_la_SOURCES) $(am__barapp_SOURCES_DIST)
176 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
177 am__vpath_adj = case $$p in \
178     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
179     *) f=$$p;; \
180   esac;
181 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
182 am__install_max = 40
183 am__nobase_strip_setup = \
184   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
185 am__nobase_strip = \
186   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
187 am__nobase_list = $(am__nobase_strip_setup); \
188   for p in $$list; do echo "$$p $$p"; done | \
189   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
190   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
191     if (++n[$$2] == $(am__install_max)) \
192       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
193     END { for (dir in files) print dir, files[dir] }'
194 am__base_list = \
195   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
196   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
197 am__installdirs = "$(DESTDIR)$(testsdir)"
198 DATA = $(tests_DATA)
199 ETAGS = etags
200 CTAGS = ctags
201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
202 ACLOCAL = @ACLOCAL@
203 AMTAR = @AMTAR@
204 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205 AR = @AR@
206 AUTOCONF = @AUTOCONF@
207 AUTOHEADER = @AUTOHEADER@
208 AUTOMAKE = @AUTOMAKE@
209 AWK = @AWK@
210 CAIRO_CFLAGS = @CAIRO_CFLAGS@
211 CAIRO_GIR_PACKAGE = @CAIRO_GIR_PACKAGE@
212 CAIRO_GOBJECT_CFLAGS = @CAIRO_GOBJECT_CFLAGS@
213 CAIRO_GOBJECT_LIBS = @CAIRO_GOBJECT_LIBS@
214 CAIRO_LIBS = @CAIRO_LIBS@
215 CAIRO_SHARED_LIBRARY = @CAIRO_SHARED_LIBRARY@
216 CC = @CC@
217 CCDEPMODE = @CCDEPMODE@
218 CFLAGS = @CFLAGS@
219 CPP = @CPP@
220 CPPFLAGS = @CPPFLAGS@
221 CYGPATH_W = @CYGPATH_W@
222 DEFS = @DEFS@
223 DEPDIR = @DEPDIR@
224 DLLTOOL = @DLLTOOL@
225 DSYMUTIL = @DSYMUTIL@
226 DUMPBIN = @DUMPBIN@
227 ECHO_C = @ECHO_C@
228 ECHO_N = @ECHO_N@
229 ECHO_T = @ECHO_T@
230 EGREP = @EGREP@
231 EXEEXT = @EXEEXT@
232 EXPANDED_BINDIR = @EXPANDED_BINDIR@
233 EXPANDED_DATADIR = @EXPANDED_DATADIR@
234 EXPANDED_LIBDIR = @EXPANDED_LIBDIR@
235 EXPANDED_LIBEXECDIR = @EXPANDED_LIBEXECDIR@
236 EXPANDED_LOCALSTATEDIR = @EXPANDED_LOCALSTATEDIR@
237 EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@
238 FFI_CFLAGS = @FFI_CFLAGS@
239 FFI_LIBS = @FFI_LIBS@
240 FFI_PC_CFLAGS = @FFI_PC_CFLAGS@
241 FFI_PC_LIBS = @FFI_PC_LIBS@
242 FFI_PC_PACKAGES = @FFI_PC_PACKAGES@
243 FGREP = @FGREP@
244 GIO_CFLAGS = @GIO_CFLAGS@
245 GIO_LIBS = @GIO_LIBS@
246 GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
247 GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
248 GIREPO_CFLAGS = @GIREPO_CFLAGS@
249 GIREPO_LIBS = @GIREPO_LIBS@
250 GIR_DIR = @GIR_DIR@
251 GIR_SUFFIX = @GIR_SUFFIX@
252 GLIBSRC = @GLIBSRC@
253 GLIB_CFLAGS = @GLIB_CFLAGS@
254 GLIB_LIBS = @GLIB_LIBS@
255 GMODULE_CFLAGS = @GMODULE_CFLAGS@
256 GMODULE_LIBS = @GMODULE_LIBS@
257 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
258 GOBJECT_INTROSPECTION_LIBDIR = @GOBJECT_INTROSPECTION_LIBDIR@
259 GOBJECT_LIBS = @GOBJECT_LIBS@
260 GREP = @GREP@
261 GTKDOC_CHECK = @GTKDOC_CHECK@
262 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
263 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
264 GTKDOC_MKPDF = @GTKDOC_MKPDF@
265 GTKDOC_REBASE = @GTKDOC_REBASE@
266 HTML_DIR = @HTML_DIR@
267 INSTALL = @INSTALL@
268 INSTALL_DATA = @INSTALL_DATA@
269 INSTALL_PROGRAM = @INSTALL_PROGRAM@
270 INSTALL_SCRIPT = @INSTALL_SCRIPT@
271 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
272 LD = @LD@
273 LDFLAGS = @LDFLAGS@
274 LEX = @LEX@
275 LEXLIB = @LEXLIB@
276 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
277 LIBOBJS = @LIBOBJS@
278 LIBS = $(GOBJECT_LIBS) $(GTHREAD_LIBS)
279 LIBTOOL = @LIBTOOL@
280 LIPO = @LIPO@
281 LN_S = @LN_S@
282 LTLIBOBJS = @LTLIBOBJS@
283 MAINT = @MAINT@
284 MAKEINFO = @MAKEINFO@
285 MANIFEST_TOOL = @MANIFEST_TOOL@
286 MKDIR_P = @MKDIR_P@
287 NM = @NM@
288 NMEDIT = @NMEDIT@
289 OBJDUMP = @OBJDUMP@
290 OBJEXT = @OBJEXT@
291 OTOOL = @OTOOL@
292 OTOOL64 = @OTOOL64@
293 PACKAGE = @PACKAGE@
294 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295 PACKAGE_NAME = @PACKAGE_NAME@
296 PACKAGE_STRING = @PACKAGE_STRING@
297 PACKAGE_TARNAME = @PACKAGE_TARNAME@
298 PACKAGE_URL = @PACKAGE_URL@
299 PACKAGE_VERSION = @PACKAGE_VERSION@
300 PATH_SEPARATOR = @PATH_SEPARATOR@
301 PKG_CONFIG = @PKG_CONFIG@
302 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
303 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
304 POW_LIB = @POW_LIB@
305 PYTHON = @PYTHON@
306 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
307 PYTHON_INCLUDES = @PYTHON_INCLUDES@
308 PYTHON_LIBS = @PYTHON_LIBS@
309 PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
310 PYTHON_PLATFORM = @PYTHON_PLATFORM@
311 PYTHON_PREFIX = @PYTHON_PREFIX@
312 PYTHON_VERSION = @PYTHON_VERSION@
313 RANLIB = @RANLIB@
314 SCANNER_CFLAGS = @SCANNER_CFLAGS@
315 SCANNER_LIBS = @SCANNER_LIBS@
316 SED = @SED@
317 SET_MAKE = @SET_MAKE@
318 SHELL = @SHELL@
319 STRIP = @STRIP@
320 VERSION = @VERSION@
321 YACC = @YACC@
322 abs_builddir = @abs_builddir@
323 abs_srcdir = @abs_srcdir@
324 abs_top_builddir = @abs_top_builddir@
325 abs_top_srcdir = @abs_top_srcdir@
326 ac_ct_AR = @ac_ct_AR@
327 ac_ct_CC = @ac_ct_CC@
328 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
329 am__include = @am__include@
330 am__leading_dot = @am__leading_dot@
331 am__quote = @am__quote@
332 am__tar = @am__tar@
333 am__untar = @am__untar@
334 bindir = @bindir@
335 build = @build@
336 build_alias = @build_alias@
337 build_cpu = @build_cpu@
338 build_os = @build_os@
339 build_vendor = @build_vendor@
340 builddir = @builddir@
341 datadir = @datadir@
342 datarootdir = @datarootdir@
343 docdir = @docdir@
344 dvidir = @dvidir@
345 exec_prefix = @exec_prefix@
346 host = @host@
347 host_alias = @host_alias@
348 host_cpu = @host_cpu@
349 host_os = @host_os@
350 host_vendor = @host_vendor@
351 htmldir = @htmldir@
352 includedir = @includedir@
353 infodir = @infodir@
354 install_sh = @install_sh@
355 libdir = @libdir@
356 libexecdir = @libexecdir@
357 localedir = @localedir@
358 localstatedir = @localstatedir@
359 mandir = @mandir@
360 mkdir_p = @mkdir_p@
361 oldincludedir = @oldincludedir@
362 pdfdir = @pdfdir@
363 pkgpyexecdir = @pkgpyexecdir@
364 pkgpythondir = @pkgpythondir@
365 prefix = @prefix@
366 program_transform_name = @program_transform_name@
367 psdir = @psdir@
368 pyexecdir = @pyexecdir@
369 pythondir = @pythondir@
370 sbindir = @sbindir@
371 sharedstatedir = @sharedstatedir@
372 srcdir = @srcdir@
373 sysconfdir = @sysconfdir@
374 target_alias = @target_alias@
375 top_build_prefix = @top_build_prefix@
376 top_builddir = @top_builddir@
377 top_srcdir = @top_srcdir@
378 INTROSPECTION_SCANNER = \
379     env PATH=.libs:$(PATH) \
380         LPATH=.libs \
381         PYTHONPATH=$(top_builddir):$(top_srcdir) \
382         UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
383         UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir) \
384         $(top_builddir)/g-ir-scanner
385
386 INTROSPECTION_SCANNER_ARGS = --verbose -I$(top_srcdir) \
387         --add-include-path=$(srcdir) \
388         --add-include-path=$(top_srcdir)/gir \
389         --add-include-path=$(builddir) \
390         --add-include-path=$(top_builddir) --warn-all
391 INTROSPECTION_COMPILER = \
392     env PATH=.libs:$(PATH) \
393         $(top_builddir)/g-ir-compiler$(EXEEXT)
394
395 INTROSPECTION_COMPILER_ARGS = \
396     --includedir=$(srcdir) \
397     --includedir=$(top_srcdir)/gir \
398     --includedir=$(builddir) \
399     --includedir=$(top_builddir)
400
401 INTROSPECTION_DOCTOOL = \
402     env PATH=.libs:$(PATH) \
403         LPATH=.libs \
404         PYTHONPATH=$(top_builddir):$(top_srcdir) \
405         UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
406         UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir) \
407         $(top_builddir)/g-ir-doc-tool
408
409
410 # Private functions
411 _gir_name = $(subst /,_,$(subst -,_,$(subst .,_,$(1))))
412
413 # Namespace and Version is either fetched from the gir filename
414 # or the _NAMESPACE/_VERSION variable combo
415 _gir_namespace = $(or $($(_gir_name)_NAMESPACE),$(firstword $(subst -, ,$(notdir $(1)))))
416 _gir_version = $(or $($(_gir_name)_VERSION),$(lastword $(subst -, ,$(1:.gir=))))
417
418 # _PROGRAM is an optional variable which needs it's own --program argument
419 _gir_program = $(if $($(_gir_name)_PROGRAM),--program=$($(_gir_name)_PROGRAM))
420
421 # Variables which provides a list of things
422 _gir_libraries = $(foreach lib,$($(_gir_name)_LIBS),--library=$(lib))
423 _gir_packages = $(foreach pkg,$($(_gir_name)_PACKAGES),--pkg=$(pkg))
424 _gir_includes = $(foreach include,$($(_gir_name)_INCLUDES),--include=$(include))
425 _gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
426
427 # Reuse the LIBTOOL variable from automake if it's set, but
428 # work around MSYS weirdness: When running g-ir-scanner, MSYS changes
429 # a command-line argument --libtool="/bin/sh ../../libtool" into
430 # --libtool=c:/opt/msys/1.0/bin/libtool. So just use sh.exe without path
431 # because we already "know" where the libtool configure produced is.
432 _gir_libtool = $(if $(findstring MINGW32,$(shell uname -s)),--libtool="$(top_builddir)/libtool",$(if $(LIBTOOL),--libtool="$(LIBTOOL)"))
433
434 # Macros for AM_SILENT_RULES prettiness
435 _gir_verbosity = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1)
436 _gir_silent_scanner_prefix = $(_gir_silent_scanner_prefix_$(V))
437 _gir_silent_scanner_prefix_ = $(_gir_silent_scanner_prefix_$(_gir_verbosity))
438 _gir_silent_scanner_prefix_0 = @echo "  GISCAN $(1)";
439 _gir_silent_scanner_opts = $(_gir_silent_scanner_opts_$(V))
440 _gir_silent_scanner_opts_ = $(_gir_silent_scanner_opts_$(_gir_verbosity))
441 _gir_silent_scanner_opts_0 = --quiet
442 _gir_silent_compiler = $(_gir_silent_compiler_$(V))
443 _gir_silent_compiler_ = $(_gir_silent_compiler_$(_gir_verbosity))
444 _gir_silent_compiler_0 = @echo "  GICOMP $(1)";
445 check_LTLIBRARIES = libannotation.la libtestinherit.la libfoo.la \
446         libutility.la libgtkfrob.la libgettype.la $(am__append_1)
447 AM_CPPFLAGS = -I$(top_srcdir)/girepository
448 AM_CFLAGS = $(GIO_CFLAGS) $(GOBJECT_CFLAGS) $(GTHREAD_CFLAGS)
449 # -rpath needed to force libtool to build a shared library for a check_LTLIBRARIES
450 # target. See http://lists.gnu.org/archive/html/automake/2005-10/msg00107.html
451 AM_LDFLAGS = -rpath /unused -avoid-version $(am__append_2)
452 libannotation_la_SOURCES = $(srcdir)/annotation.c $(srcdir)/annotation.h
453 libtestinherit_la_SOURCES = $(srcdir)/drawable.c $(srcdir)/drawable.h
454 libfoo_la_SOURCES = $(srcdir)/foo.c $(srcdir)/foo.h
455 libfoo_la_LIBADD = $(top_builddir)/libgirepository-1.0.la
456 libutility_la_SOURCES = $(srcdir)/utility.c $(srcdir)/utility.h
457 libgtkfrob_la_SOURCES = $(srcdir)/gtkfrob.c $(srcdir)/gtkfrob.h
458 libregress_la_SOURCES = $(srcdir)/regress.c $(srcdir)/regress.h
459 libregress_la_LIBADD = $(GIO_LIBS) $(CAIRO_LIBS)
460 libgettype_la_SOURCES = $(srcdir)/gettype.c $(srcdir)/gettype.h
461 testsdir = $(datadir)/gobject-introspection-1.0/tests
462 tests_DATA = $(libregress_la_SOURCES)
463 libregress_la_CFLAGS = $(AM_CFLAGS) $(CAIRO_CFLAGS)
464 libregress_la_LDFLAGS = $(AM_LDFLAGS)
465
466 # .gir --[scanner]-> .typelib
467 GIRS = $(am__append_3) Annotation-1.0.gir TestInherit-1.0.gir \
468         Foo-1.0.gir Utility-1.0.gir GtkFrob-1.0.gir GetType-1.0.gir \
469         $(am__append_4)
470 TYPELIBS = $(GIRS:.gir=.typelib)
471 CHECKGIRS = $(GIRS:.gir=.gir.check)
472 EXPECTEDGIRS = $(GIRS:.gir=-expected.gir)
473 INTROSPECTION_GIRS = $(GIRS)
474 CLEANFILES = $(TYPELIBS) $(GIRS)
475 EXTRA_DIST = $(EXPECTEDGIRS) headeronly.h
476 Regress_1_0_gir_LIBS = libregress.la
477 Regress_1_0_gir_INCLUDES = cairo-1.0 Gio-2.0
478 Regress_1_0_gir_FILES = $(libregress_la_SOURCES)
479 Regress_1_0_gir_SCANNERFLAGS = --c-include="regress.h" --warn-error
480 Annotation_1_0_gir_PACKAGES = gobject-2.0
481 Annotation_1_0_gir_LIBS = libannotation.la
482 Annotation_1_0_gir_INCLUDES = GObject-2.0 Utility-1.0
483 Annotation_1_0_gir_FILES = $(libannotation_la_SOURCES)
484 Annotation_1_0_gir_SCANNERFLAGS = --c-include="annotation.h" --warn-error
485 TestInherit_1_0_gir_PACKAGES = gobject-2.0
486 TestInherit_1_0_gir_LIBS = libtestinherit.la
487 TestInherit_1_0_gir_INCLUDES = GObject-2.0 Utility-1.0
488 TestInherit_1_0_gir_FILES = $(libtestinherit_la_SOURCES)
489 TestInherit_1_0_gir_SCANNERFLAGS = --c-include="drawable.h" --warn-error
490 Foo_1_0_gir_PACKAGES = gobject-2.0
491 Foo_1_0_gir_LIBS = libfoo.la
492 Foo_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0 Utility-1.0
493 Foo_1_0_gir_FILES = $(srcdir)/foo.h $(srcdir)/foo.c
494 Foo_1_0_gir_SCANNERFLAGS = --c-include="foo.h" --warn-error
495 Utility_1_0_gir_PACKAGES = gobject-2.0
496 Utility_1_0_gir_LIBS = libutility.la
497 Utility_1_0_gir_INCLUDES = GObject-2.0
498 Utility_1_0_gir_FILES = $(libutility_la_SOURCES)
499 Utility_1_0_gir_SCANNERFLAGS = --c-include="utility.h" --warn-error
500 GtkFrob_1_0_gir_PACKAGES = gobject-2.0
501 GtkFrob_1_0_gir_LIBS = libgtkfrob.la
502 GtkFrob_1_0_gir_INCLUDES = GObject-2.0
503 GtkFrob_1_0_gir_FILES = $(libgtkfrob_la_SOURCES)
504 GtkFrob_1_0_gir_SCANNERFLAGS = --identifier-prefix=Gtk --symbol-prefix=gtk_frob --warn-error
505 GetType_1_0_gir_PACKAGES = gobject-2.0
506 GetType_1_0_gir_LIBS = libgettype.la
507 GetType_1_0_gir_INCLUDES = GObject-2.0
508 GetType_1_0_gir_FILES = $(libgettype_la_SOURCES)
509 GetType_1_0_gir_SCANNERFLAGS = --c-include="gettype.h" --identifier-prefix=GetType --symbol-prefix=gettype
510 @OS_WIN32_FALSE@barapp_SOURCES = $(srcdir)/barapp.c $(srcdir)/barapp.h
511 @OS_WIN32_FALSE@barapp_LDADD = $(top_builddir)/libgirepository-1.0.la
512 @OS_WIN32_FALSE@barapp_LDFLAGS = -export-dynamic
513 @OS_WIN32_FALSE@Bar_1_0_gir_PACKAGES = gobject-2.0
514 @OS_WIN32_FALSE@Bar_1_0_gir_PROGRAM = ./barapp
515 @OS_WIN32_FALSE@Bar_1_0_gir_INCLUDES = GObject-2.0
516 @OS_WIN32_FALSE@Bar_1_0_gir_FILES = $(barapp_SOURCES)
517 @OS_WIN32_FALSE@Bar_1_0_gir_SCANNERFLAGS = --accept-unprefixed
518 all: all-am
519
520 .SUFFIXES:
521 .SUFFIXES: .c .lo .o .obj
522 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common.mk $(top_srcdir)/Makefile.introspection $(am__configure_deps)
523         @for dep in $?; do \
524           case '$(am__configure_deps)' in \
525             *$$dep*) \
526               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
527                 && { if test -f $@; then exit 0; else break; fi; }; \
528               exit 1;; \
529           esac; \
530         done; \
531         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/scanner/Makefile'; \
532         $(am__cd) $(top_srcdir) && \
533           $(AUTOMAKE) --foreign tests/scanner/Makefile
534 .PRECIOUS: Makefile
535 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
536         @case '$?' in \
537           *config.status*) \
538             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
539           *) \
540             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
541             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
542         esac;
543
544 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
545         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
546
547 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
548         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
549 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
550         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
551 $(am__aclocal_m4_deps):
552
553 clean-checkLTLIBRARIES:
554         -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
555         @list='$(check_LTLIBRARIES)'; for p in $$list; do \
556           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
557           test "$$dir" != "$$p" || dir=.; \
558           echo "rm -f \"$${dir}/so_locations\""; \
559           rm -f "$${dir}/so_locations"; \
560         done
561 libannotation.la: $(libannotation_la_OBJECTS) $(libannotation_la_DEPENDENCIES) 
562         $(AM_V_CCLD)$(LINK)  $(libannotation_la_OBJECTS) $(libannotation_la_LIBADD) $(LIBS)
563 libfoo.la: $(libfoo_la_OBJECTS) $(libfoo_la_DEPENDENCIES) 
564         $(AM_V_CCLD)$(LINK)  $(libfoo_la_OBJECTS) $(libfoo_la_LIBADD) $(LIBS)
565 libgettype.la: $(libgettype_la_OBJECTS) $(libgettype_la_DEPENDENCIES) 
566         $(AM_V_CCLD)$(LINK)  $(libgettype_la_OBJECTS) $(libgettype_la_LIBADD) $(LIBS)
567 libgtkfrob.la: $(libgtkfrob_la_OBJECTS) $(libgtkfrob_la_DEPENDENCIES) 
568         $(AM_V_CCLD)$(LINK)  $(libgtkfrob_la_OBJECTS) $(libgtkfrob_la_LIBADD) $(LIBS)
569 libregress.la: $(libregress_la_OBJECTS) $(libregress_la_DEPENDENCIES) 
570         $(AM_V_CCLD)$(libregress_la_LINK) $(am_libregress_la_rpath) $(libregress_la_OBJECTS) $(libregress_la_LIBADD) $(LIBS)
571 libtestinherit.la: $(libtestinherit_la_OBJECTS) $(libtestinherit_la_DEPENDENCIES) 
572         $(AM_V_CCLD)$(LINK)  $(libtestinherit_la_OBJECTS) $(libtestinherit_la_LIBADD) $(LIBS)
573 libutility.la: $(libutility_la_OBJECTS) $(libutility_la_DEPENDENCIES) 
574         $(AM_V_CCLD)$(LINK)  $(libutility_la_OBJECTS) $(libutility_la_LIBADD) $(LIBS)
575
576 clean-checkPROGRAMS:
577         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
578         echo " rm -f" $$list; \
579         rm -f $$list || exit $$?; \
580         test -n "$(EXEEXT)" || exit 0; \
581         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
582         echo " rm -f" $$list; \
583         rm -f $$list
584 barapp$(EXEEXT): $(barapp_OBJECTS) $(barapp_DEPENDENCIES) 
585         @rm -f barapp$(EXEEXT)
586         $(AM_V_CCLD)$(barapp_LINK) $(barapp_OBJECTS) $(barapp_LDADD) $(LIBS)
587
588 mostlyclean-compile:
589         -rm -f *.$(OBJEXT)
590
591 distclean-compile:
592         -rm -f *.tab.c
593
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/annotation.Plo@am__quote@
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barapp.Po@am__quote@
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drawable.Plo@am__quote@
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/foo.Plo@am__quote@
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettype.Plo@am__quote@
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfrob.Plo@am__quote@
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libregress_la-regress.Plo@am__quote@
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utility.Plo@am__quote@
602
603 .c.o:
604 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
605 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
610
611 .c.obj:
612 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
613 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
614 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
616 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
618
619 .c.lo:
620 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
621 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
622 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
623 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
624 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
626
627 annotation.lo: $(srcdir)/annotation.c
628 @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) $(AM_CFLAGS) $(CFLAGS) -MT annotation.lo -MD -MP -MF $(DEPDIR)/annotation.Tpo -c -o annotation.lo `test -f '$(srcdir)/annotation.c' || echo '$(srcdir)/'`$(srcdir)/annotation.c
629 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/annotation.Tpo $(DEPDIR)/annotation.Plo
630 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
631 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/annotation.c' object='annotation.lo' libtool=yes @AMDEPBACKSLASH@
632 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o annotation.lo `test -f '$(srcdir)/annotation.c' || echo '$(srcdir)/'`$(srcdir)/annotation.c
634
635 foo.lo: $(srcdir)/foo.c
636 @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) $(AM_CFLAGS) $(CFLAGS) -MT foo.lo -MD -MP -MF $(DEPDIR)/foo.Tpo -c -o foo.lo `test -f '$(srcdir)/foo.c' || echo '$(srcdir)/'`$(srcdir)/foo.c
637 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/foo.Tpo $(DEPDIR)/foo.Plo
638 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
639 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/foo.c' object='foo.lo' libtool=yes @AMDEPBACKSLASH@
640 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o foo.lo `test -f '$(srcdir)/foo.c' || echo '$(srcdir)/'`$(srcdir)/foo.c
642
643 gettype.lo: $(srcdir)/gettype.c
644 @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) $(AM_CFLAGS) $(CFLAGS) -MT gettype.lo -MD -MP -MF $(DEPDIR)/gettype.Tpo -c -o gettype.lo `test -f '$(srcdir)/gettype.c' || echo '$(srcdir)/'`$(srcdir)/gettype.c
645 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gettype.Tpo $(DEPDIR)/gettype.Plo
646 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
647 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/gettype.c' object='gettype.lo' libtool=yes @AMDEPBACKSLASH@
648 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gettype.lo `test -f '$(srcdir)/gettype.c' || echo '$(srcdir)/'`$(srcdir)/gettype.c
650
651 gtkfrob.lo: $(srcdir)/gtkfrob.c
652 @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) $(AM_CFLAGS) $(CFLAGS) -MT gtkfrob.lo -MD -MP -MF $(DEPDIR)/gtkfrob.Tpo -c -o gtkfrob.lo `test -f '$(srcdir)/gtkfrob.c' || echo '$(srcdir)/'`$(srcdir)/gtkfrob.c
653 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gtkfrob.Tpo $(DEPDIR)/gtkfrob.Plo
654 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
655 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/gtkfrob.c' object='gtkfrob.lo' libtool=yes @AMDEPBACKSLASH@
656 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gtkfrob.lo `test -f '$(srcdir)/gtkfrob.c' || echo '$(srcdir)/'`$(srcdir)/gtkfrob.c
658
659 libregress_la-regress.lo: $(srcdir)/regress.c
660 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libregress_la_CFLAGS) $(CFLAGS) -MT libregress_la-regress.lo -MD -MP -MF $(DEPDIR)/libregress_la-regress.Tpo -c -o libregress_la-regress.lo `test -f '$(srcdir)/regress.c' || echo '$(srcdir)/'`$(srcdir)/regress.c
661 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libregress_la-regress.Tpo $(DEPDIR)/libregress_la-regress.Plo
662 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
663 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/regress.c' object='libregress_la-regress.lo' libtool=yes @AMDEPBACKSLASH@
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libregress_la_CFLAGS) $(CFLAGS) -c -o libregress_la-regress.lo `test -f '$(srcdir)/regress.c' || echo '$(srcdir)/'`$(srcdir)/regress.c
666
667 drawable.lo: $(srcdir)/drawable.c
668 @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) $(AM_CFLAGS) $(CFLAGS) -MT drawable.lo -MD -MP -MF $(DEPDIR)/drawable.Tpo -c -o drawable.lo `test -f '$(srcdir)/drawable.c' || echo '$(srcdir)/'`$(srcdir)/drawable.c
669 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/drawable.Tpo $(DEPDIR)/drawable.Plo
670 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
671 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/drawable.c' object='drawable.lo' libtool=yes @AMDEPBACKSLASH@
672 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o drawable.lo `test -f '$(srcdir)/drawable.c' || echo '$(srcdir)/'`$(srcdir)/drawable.c
674
675 utility.lo: $(srcdir)/utility.c
676 @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) $(AM_CFLAGS) $(CFLAGS) -MT utility.lo -MD -MP -MF $(DEPDIR)/utility.Tpo -c -o utility.lo `test -f '$(srcdir)/utility.c' || echo '$(srcdir)/'`$(srcdir)/utility.c
677 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/utility.Tpo $(DEPDIR)/utility.Plo
678 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
679 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/utility.c' object='utility.lo' libtool=yes @AMDEPBACKSLASH@
680 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utility.lo `test -f '$(srcdir)/utility.c' || echo '$(srcdir)/'`$(srcdir)/utility.c
682
683 barapp.o: $(srcdir)/barapp.c
684 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT barapp.o -MD -MP -MF $(DEPDIR)/barapp.Tpo -c -o barapp.o `test -f '$(srcdir)/barapp.c' || echo '$(srcdir)/'`$(srcdir)/barapp.c
685 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/barapp.Tpo $(DEPDIR)/barapp.Po
686 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/barapp.c' object='barapp.o' libtool=no @AMDEPBACKSLASH@
688 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o barapp.o `test -f '$(srcdir)/barapp.c' || echo '$(srcdir)/'`$(srcdir)/barapp.c
690
691 barapp.obj: $(srcdir)/barapp.c
692 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT barapp.obj -MD -MP -MF $(DEPDIR)/barapp.Tpo -c -o barapp.obj `if test -f '$(srcdir)/barapp.c'; then $(CYGPATH_W) '$(srcdir)/barapp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/barapp.c'; fi`
693 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/barapp.Tpo $(DEPDIR)/barapp.Po
694 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/barapp.c' object='barapp.obj' libtool=no @AMDEPBACKSLASH@
696 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o barapp.obj `if test -f '$(srcdir)/barapp.c'; then $(CYGPATH_W) '$(srcdir)/barapp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/barapp.c'; fi`
698
699 mostlyclean-libtool:
700         -rm -f *.lo
701
702 clean-libtool:
703         -rm -rf .libs _libs
704 install-testsDATA: $(tests_DATA)
705         @$(NORMAL_INSTALL)
706         test -z "$(testsdir)" || $(MKDIR_P) "$(DESTDIR)$(testsdir)"
707         @list='$(tests_DATA)'; test -n "$(testsdir)" || list=; \
708         for p in $$list; do \
709           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
710           echo "$$d$$p"; \
711         done | $(am__base_list) | \
712         while read files; do \
713           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(testsdir)'"; \
714           $(INSTALL_DATA) $$files "$(DESTDIR)$(testsdir)" || exit $$?; \
715         done
716
717 uninstall-testsDATA:
718         @$(NORMAL_UNINSTALL)
719         @list='$(tests_DATA)'; test -n "$(testsdir)" || list=; \
720         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
721         test -n "$$files" || exit 0; \
722         echo " ( cd '$(DESTDIR)$(testsdir)' && rm -f" $$files ")"; \
723         cd "$(DESTDIR)$(testsdir)" && rm -f $$files
724
725 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
726         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
727         unique=`for i in $$list; do \
728             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
729           done | \
730           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
731               END { if (nonempty) { for (i in files) print i; }; }'`; \
732         mkid -fID $$unique
733 tags: TAGS
734
735 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
736                 $(TAGS_FILES) $(LISP)
737         set x; \
738         here=`pwd`; \
739         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
740         unique=`for i in $$list; do \
741             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
742           done | \
743           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
744               END { if (nonempty) { for (i in files) print i; }; }'`; \
745         shift; \
746         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
747           test -n "$$unique" || unique=$$empty_fix; \
748           if test $$# -gt 0; then \
749             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
750               "$$@" $$unique; \
751           else \
752             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
753               $$unique; \
754           fi; \
755         fi
756 ctags: CTAGS
757 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
758                 $(TAGS_FILES) $(LISP)
759         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
760         unique=`for i in $$list; do \
761             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
762           done | \
763           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
764               END { if (nonempty) { for (i in files) print i; }; }'`; \
765         test -z "$(CTAGS_ARGS)$$unique" \
766           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
767              $$unique
768
769 GTAGS:
770         here=`$(am__cd) $(top_builddir) && pwd` \
771           && $(am__cd) $(top_srcdir) \
772           && gtags -i $(GTAGS_ARGS) "$$here"
773
774 distclean-tags:
775         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
776
777 distdir: $(DISTFILES)
778         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
779         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
780         list='$(DISTFILES)'; \
781           dist_files=`for file in $$list; do echo $$file; done | \
782           sed -e "s|^$$srcdirstrip/||;t" \
783               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
784         case $$dist_files in \
785           */*) $(MKDIR_P) `echo "$$dist_files" | \
786                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
787                            sort -u` ;; \
788         esac; \
789         for file in $$dist_files; do \
790           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
791           if test -d $$d/$$file; then \
792             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
793             if test -d "$(distdir)/$$file"; then \
794               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
795             fi; \
796             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
797               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
798               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
799             fi; \
800             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
801           else \
802             test -f "$(distdir)/$$file" \
803             || cp -p $$d/$$file "$(distdir)/$$file" \
804             || exit 1; \
805           fi; \
806         done
807 check-am: all-am
808         $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
809         $(MAKE) $(AM_MAKEFLAGS) check-local
810 check: check-am
811 all-am: Makefile $(DATA)
812 installdirs:
813         for dir in "$(DESTDIR)$(testsdir)"; do \
814           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
815         done
816 install: install-am
817 install-exec: install-exec-am
818 install-data: install-data-am
819 uninstall: uninstall-am
820
821 install-am: all-am
822         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
823
824 installcheck: installcheck-am
825 install-strip:
826         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
827           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
828           `test -z '$(STRIP)' || \
829             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
830 mostlyclean-generic:
831
832 clean-generic:
833         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
834
835 distclean-generic:
836         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
837         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
838
839 maintainer-clean-generic:
840         @echo "This command is intended for maintainers to use"
841         @echo "it deletes files that may require special tools to rebuild."
842 clean: clean-am
843
844 clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
845         clean-libtool mostlyclean-am
846
847 distclean: distclean-am
848         -rm -rf ./$(DEPDIR)
849         -rm -f Makefile
850 distclean-am: clean-am distclean-compile distclean-generic \
851         distclean-tags
852
853 dvi: dvi-am
854
855 dvi-am:
856
857 html: html-am
858
859 html-am:
860
861 info: info-am
862
863 info-am:
864
865 install-data-am: install-testsDATA
866
867 install-dvi: install-dvi-am
868
869 install-dvi-am:
870
871 install-exec-am:
872
873 install-html: install-html-am
874
875 install-html-am:
876
877 install-info: install-info-am
878
879 install-info-am:
880
881 install-man:
882
883 install-pdf: install-pdf-am
884
885 install-pdf-am:
886
887 install-ps: install-ps-am
888
889 install-ps-am:
890
891 installcheck-am:
892
893 maintainer-clean: maintainer-clean-am
894         -rm -rf ./$(DEPDIR)
895         -rm -f Makefile
896 maintainer-clean-am: distclean-am maintainer-clean-generic
897
898 mostlyclean: mostlyclean-am
899
900 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
901         mostlyclean-libtool
902
903 pdf: pdf-am
904
905 pdf-am:
906
907 ps: ps-am
908
909 ps-am:
910
911 uninstall-am: uninstall-testsDATA
912
913 .MAKE: check-am install-am install-strip
914
915 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
916         clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
917         clean-libtool ctags distclean distclean-compile \
918         distclean-generic distclean-libtool distclean-tags distdir dvi \
919         dvi-am html html-am info info-am install install-am \
920         install-data install-data-am install-dvi install-dvi-am \
921         install-exec install-exec-am install-html install-html-am \
922         install-info install-info-am install-man install-pdf \
923         install-pdf-am install-ps install-ps-am install-strip \
924         install-testsDATA installcheck installcheck-am installdirs \
925         maintainer-clean maintainer-clean-generic mostlyclean \
926         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
927         pdf pdf-am ps ps-am tags uninstall uninstall-am \
928         uninstall-testsDATA
929
930
931 # Make sure the required variables are set, these should under normal
932 # circumstances come from introspection.m4
933 $(if $(INTROSPECTION_SCANNER),,$(error Need to define INTROSPECTION_SCANNER))
934 $(if $(INTROSPECTION_COMPILER),,$(error Need to define INTROSPECTION_COMPILER))
935
936 #
937 # Creates a GIR by scanning C headers/sources
938 # $(1) - Name of the gir file (output)
939 #
940 # If output is Gtk-2.0.gir then you should name the variables like
941 # Gtk_2_0_gir_NAMESPACE, Gtk_2_0_gir_VERSION etc.
942 # Required variables:
943 # FILES - C sources and headers which should be scanned
944 #
945 # One of these variables are required:
946 # LIBS - Library where the symbol represented in the gir can be found
947 # PROGRAM - Program where the symbol represented in the gir can be found
948 #
949 # Optional variables
950 # NAMESPACE - Namespace of the gir, first letter capital,
951 #   rest should be lower case, for instance: 'Gtk', 'Clutter', 'ClutterGtk'.
952 #   If not present the namespace will be fetched from the gir filename,
953 #   the part before the first dash. For 'Gtk-2.0', namespace will be 'Gtk'.
954 # VERSION - Version of the gir, if not present, will be fetched from gir
955 # filename, the part after the first dash. For 'Gtk-2.0', version will be '2.0'.
956 # LIBTOOL - Command to invoke libtool, usually set by automake
957 # SCANNERFLAGS - Flags to pass in to the scanner, see g-ir-scanner(1) for a list
958 # CFLAGS - Flags to pass in to the parser when scanning headers
959 # LDFLAGS - Linker flags used by the scanner
960 # PACKAGES - list of pkg-config names which cflags are required to parse
961 #   the headers of this gir
962 # INCLUDES - Gir files to include without the .gir suffix, for instance
963 #   GLib-2.0, Gtk-2.0. This is needed for all libraries which you depend on that
964 #   provides introspection information.
965 # EXPORT_PACKAGES - list of pkg-config names that are provided by this gir.
966 #   By default the names in the PACKAGES variable will be used.
967 #
968
969 define introspection-scanner
970
971 # Basic sanity check, to make sure required variables are set
972 $(if $($(_gir_name)_FILES),,$(error Need to define $(_gir_name)_FILES))
973 $(if $(or $(findstring --header-only,$($(_gir_name)_SCANNERFLAGS)),
974           $($(_gir_name)_LIBS),
975           $($(_gir_name)_PROGRAM)),,
976     $(error Need to define $(_gir_name)_LIBS or $(_gir_name)_PROGRAM))
977
978 # Only dependencies we know are actually filenames goes into _FILES, make
979 # sure these are built before running the scanner. Libraries and programs
980 # needs to be added manually.
981 $(1): $$($(_gir_name)_FILES)
982         @ $(MKDIR_P) $(dir $(1))
983         $(_gir_silent_scanner_prefix) $(INTROSPECTION_SCANNER_ENV) $(INTROSPECTION_SCANNER) $(_gir_silent_scanner_opts) \
984         $(INTROSPECTION_SCANNER_ARGS) \
985           --namespace=$(_gir_namespace) \
986           --nsversion=$(_gir_version) \
987           $(_gir_libtool) \
988           $(_gir_packages) \
989           $(_gir_includes) \
990           $(_gir_export_packages) \
991           $(_gir_program) \
992           $(_gir_libraries) \
993           $($(_gir_name)_SCANNERFLAGS) \
994           $($(_gir_name)_CFLAGS) \
995           $($(_gir_name)_LDFLAGS) \
996           $$^ \
997           --output $(1)
998 endef
999
1000 $(foreach gir,$(INTROSPECTION_GIRS),$(eval $(call introspection-scanner,$(gir))))
1001
1002 #
1003 # Compiles a gir into a typelib
1004 # $(1): gir filename (input)
1005 # $(2): typelib filename (output)
1006 #
1007 define introspection-compiler
1008 $(_gir_silent_compiler) $(INTROSPECTION_COMPILER) $(INTROSPECTION_COMPILER_ARGS) --includedir=. $(1) -o $(2)
1009 endef
1010
1011 # Simple rule to compile a typelib.
1012 %.typelib: %.gir
1013         $(call introspection-compiler,$<,$@)
1014
1015 Regress-1.0.gir: $(top_builddir)/Gio-2.0.gir libregress.la
1016
1017 Annotation-1.0.gir: Utility-1.0.gir libannotation.la
1018
1019 TestInherit-1.0.gir: Utility-1.0.gir libtestinherit.la
1020
1021 Foo-1.0.gir: Utility-1.0.gir libfoo.la
1022
1023 Utility-1.0.gir: libutility.la
1024
1025 # This one tests different --namespace and --strip-prefix
1026 GtkFrob-1.0.gir: libgtkfrob.la
1027
1028 # This tests that functions called _get_type are only matched if they have no
1029 # arguments and return GType
1030 GetType-1.0.gir: libgettype.la
1031
1032 @OS_WIN32_FALSE@Bar-1.0.gir: barapp
1033
1034 Headeronly-1.0.gir: headeronly.h
1035         $(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error --reparse-validate --namespace=Headeronly --nsversion=1.0 --header-only --output=$@ $<
1036
1037 %.gir.check: %.gir
1038         @diff -u -U 10 $(srcdir)/$*-expected.gir $*.gir && echo "  TEST  $*.gir"
1039
1040 check-local: Headeronly-1.0.gir $(CHECKGIRS) $(TYPELIBS)
1041
1042 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1043 # Otherwise a system limit (for SysV at least) may be exceeded.
1044 .NOEXPORT: