new release for RSA
[external/libjson-glib.git] / json-glib / 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 # JSON-GLib - JSON reader and writer library
19
20 # custom rules for quiet builds
21
22 # Rules for generating enumeration types using glib-mkenums
23 #
24 # Define:
25 #       glib_enum_h = header template file
26 #       glib_enum_c = source template file
27 #       glib_enum_headers = list of headers to parse
28 #
29 # before including Makefile.am.enums. You will also need to have
30 # the following targets already defined:
31 #
32 #       CLEANFILES
33 #       DISTCLEANFILES
34 #       BUILT_SOURCES
35 #       EXTRA_DIST
36 #
37 # Author: Emmanuele Bassi <ebassi@linux.intel.com>
38
39 # Rules for generating marshal files using glib-genmarshal
40 #
41 # Define:
42 #       glib_marshal_list = marshal list file
43 #       glib_marshal_prefix = prefix for marshal functions
44 #
45 # before including Makefile.am.marshal. You will also need to have
46 # the following targets already defined:
47 #
48 #       CLEANFILES
49 #       DISTCLEANFILES
50 #       BUILT_SOURCES
51 #       EXTRA_DIST
52 #
53 # Author: Emmanuele Bassi <ebassi@linux.intel.com>
54
55
56 VPATH = @srcdir@
57 pkgdatadir = $(datadir)/@PACKAGE@
58 pkgincludedir = $(includedir)/@PACKAGE@
59 pkglibdir = $(libdir)/@PACKAGE@
60 pkglibexecdir = $(libexecdir)/@PACKAGE@
61 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
62 install_sh_DATA = $(install_sh) -c -m 644
63 install_sh_PROGRAM = $(install_sh) -c
64 install_sh_SCRIPT = $(install_sh) -c
65 INSTALL_HEADER = $(INSTALL_DATA)
66 transform = $(program_transform_name)
67 NORMAL_INSTALL = :
68 PRE_INSTALL = :
69 POST_INSTALL = :
70 NORMAL_UNINSTALL = :
71 PRE_UNINSTALL = :
72 POST_UNINSTALL = :
73 build_triplet = @build@
74 host_triplet = @host@
75 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
76         $(srcdir)/json-version.h.in \
77         $(top_srcdir)/build/autotools/Makefile.am.enums \
78         $(top_srcdir)/build/autotools/Makefile.am.gtest \
79         $(top_srcdir)/build/autotools/Makefile.am.marshal \
80         $(top_srcdir)/build/autotools/Makefile.am.silent
81 @HAVE_INTROSPECTION_TRUE@am__append_1 = $(BUILT_GIRSOURCES) $(typelibs_DATA)
82 subdir = json-glib
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__aclocal_m4_deps =  \
85         $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
86         $(top_srcdir)/build/autotools/gtk-doc.m4 \
87         $(top_srcdir)/build/autotools/introspection.m4 \
88         $(top_srcdir)/build/autotools/libtool.m4 \
89         $(top_srcdir)/build/autotools/ltoptions.m4 \
90         $(top_srcdir)/build/autotools/ltsugar.m4 \
91         $(top_srcdir)/build/autotools/ltversion.m4 \
92         $(top_srcdir)/build/autotools/lt~obsolete.m4 \
93         $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/config.h
98 CONFIG_CLEAN_FILES = json-version.h
99 CONFIG_CLEAN_VPATH_FILES =
100 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101 am__vpath_adj = case $$p in \
102     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103     *) f=$$p;; \
104   esac;
105 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106 am__install_max = 40
107 am__nobase_strip_setup = \
108   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109 am__nobase_strip = \
110   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111 am__nobase_list = $(am__nobase_strip_setup); \
112   for p in $$list; do echo "$$p $$p"; done | \
113   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115     if (++n[$$2] == $(am__install_max)) \
116       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117     END { for (dir in files) print dir, files[dir] }'
118 am__base_list = \
119   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \
122         "$(DESTDIR)$(jsonincludedir)" "$(DESTDIR)$(typelibsdir)"
123 LTLIBRARIES = $(lib_LTLIBRARIES)
124 am__DEPENDENCIES_1 =
125 libjson_glib_1_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
126 am__objects_1 =
127 am__objects_2 = json-array.lo json-gboxed.lo json-generator.lo \
128         json-gobject.lo json-node.lo json-object.lo json-parser.lo \
129         json-scanner.lo json-serializable.lo $(am__objects_1)
130 am__objects_3 = $(am__objects_1)
131 am__objects_4 = json-enum-types.lo
132 am__objects_5 = json-marshal.lo
133 am__objects_6 = $(am__objects_5)
134 am__objects_7 = $(am__objects_1) $(am__objects_4) $(am__objects_3) \
135         $(am__objects_6)
136 am_libjson_glib_1_0_la_OBJECTS = $(am__objects_2) $(am__objects_3) \
137         $(am__objects_3) $(am__objects_7)
138 libjson_glib_1_0_la_OBJECTS = $(am_libjson_glib_1_0_la_OBJECTS)
139 AM_V_lt = $(am__v_lt_$(V))
140 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
141 am__v_lt_0 = --silent
142 libjson_glib_1_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
143         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
144         $(AM_CFLAGS) $(CFLAGS) $(libjson_glib_1_0_la_LDFLAGS) \
145         $(LDFLAGS) -o $@
146 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
147 depcomp = $(SHELL) $(top_srcdir)/depcomp
148 am__depfiles_maybe = depfiles
149 am__mv = mv -f
150 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155         $(AM_CFLAGS) $(CFLAGS)
156 AM_V_CC = $(am__v_CC_$(V))
157 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
158 am__v_CC_0 = @echo "  CC    " $@;
159 AM_V_at = $(am__v_at_$(V))
160 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
161 am__v_at_0 = @
162 CCLD = $(CC)
163 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
164         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
165         $(AM_LDFLAGS) $(LDFLAGS) -o $@
166 AM_V_CCLD = $(am__v_CCLD_$(V))
167 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
168 am__v_CCLD_0 = @echo "  CCLD  " $@;
169 AM_V_GEN = $(am__v_GEN_$(V))
170 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
171 am__v_GEN_0 = @echo "  GEN   " $@;
172 SOURCES = $(libjson_glib_1_0_la_SOURCES)
173 DIST_SOURCES = $(libjson_glib_1_0_la_SOURCES)
174 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
175         html-recursive info-recursive install-data-recursive \
176         install-dvi-recursive install-exec-recursive \
177         install-html-recursive install-info-recursive \
178         install-pdf-recursive install-ps-recursive install-recursive \
179         installcheck-recursive installdirs-recursive pdf-recursive \
180         ps-recursive uninstall-recursive
181 DATA = $(gir_DATA) $(jsoninclude_DATA) $(typelibs_DATA)
182 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
183   distclean-recursive maintainer-clean-recursive
184 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
185         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
186         distdir
187 ETAGS = etags
188 CTAGS = ctags
189 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190 am__relativize = \
191   dir0=`pwd`; \
192   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
193   sed_rest='s,^[^/]*/*,,'; \
194   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
195   sed_butlast='s,/*[^/]*$$,,'; \
196   while test -n "$$dir1"; do \
197     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
198     if test "$$first" != "."; then \
199       if test "$$first" = ".."; then \
200         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
201         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
202       else \
203         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
204         if test "$$first2" = "$$first"; then \
205           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
206         else \
207           dir2="../$$dir2"; \
208         fi; \
209         dir0="$$dir0"/"$$first"; \
210       fi; \
211     fi; \
212     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
213   done; \
214   reldir="$$dir2"
215 ACLOCAL = @ACLOCAL@
216 AMTAR = @AMTAR@
217 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
218 AR = @AR@
219 AUTOCONF = @AUTOCONF@
220 AUTOHEADER = @AUTOHEADER@
221 AUTOMAKE = @AUTOMAKE@
222 AWK = @AWK@
223 CC = @CC@
224 CCDEPMODE = @CCDEPMODE@
225 CFLAGS = @CFLAGS@
226 CPP = @CPP@
227 CPPFLAGS = @CPPFLAGS@
228 CYGPATH_W = @CYGPATH_W@
229 DEFS = @DEFS@
230 DEPDIR = @DEPDIR@
231 DSYMUTIL = @DSYMUTIL@
232 DUMPBIN = @DUMPBIN@
233 ECHO_C = @ECHO_C@
234 ECHO_N = @ECHO_N@
235 ECHO_T = @ECHO_T@
236 EGREP = @EGREP@
237 EXEEXT = @EXEEXT@
238 FGREP = @FGREP@
239 GLIB_CFLAGS = @GLIB_CFLAGS@
240 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
241 GLIB_LIBS = @GLIB_LIBS@
242 GLIB_MKENUMS = @GLIB_MKENUMS@
243 GLIB_PREFIX = @GLIB_PREFIX@
244 GOBJECT_QUERY = @GOBJECT_QUERY@
245 GREP = @GREP@
246 GTKDOC_CHECK = @GTKDOC_CHECK@
247 GTKDOC_MKPDF = @GTKDOC_MKPDF@
248 GTKDOC_REBASE = @GTKDOC_REBASE@
249 HTML_DIR = @HTML_DIR@
250 INSTALL = @INSTALL@
251 INSTALL_DATA = @INSTALL_DATA@
252 INSTALL_PROGRAM = @INSTALL_PROGRAM@
253 INSTALL_SCRIPT = @INSTALL_SCRIPT@
254 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
255 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
256 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
257 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
258 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
259 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
260 JSON_CFLAGS = @JSON_CFLAGS@
261 JSON_DEBUG_CFLAGS = @JSON_DEBUG_CFLAGS@
262 JSON_LIBS = @JSON_LIBS@
263 JSON_LT_LDFLAGS = @JSON_LT_LDFLAGS@
264 JSON_MAJOR_VERSION = @JSON_MAJOR_VERSION@
265 JSON_MICRO_VERSION = @JSON_MICRO_VERSION@
266 JSON_MINOR_VERSION = @JSON_MINOR_VERSION@
267 JSON_RELEASE_STATUS = @JSON_RELEASE_STATUS@
268 JSON_VERSION = @JSON_VERSION@
269 LD = @LD@
270 LDFLAGS = @LDFLAGS@
271 LIBOBJS = @LIBOBJS@
272 LIBS = @LIBS@
273 LIBTOOL = @LIBTOOL@
274 LIPO = @LIPO@
275 LN_S = @LN_S@
276 LTLIBOBJS = @LTLIBOBJS@
277 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
278 MAKEINFO = @MAKEINFO@
279 MKDIR_P = @MKDIR_P@
280 NM = @NM@
281 NMEDIT = @NMEDIT@
282 OBJDUMP = @OBJDUMP@
283 OBJEXT = @OBJEXT@
284 OTOOL = @OTOOL@
285 OTOOL64 = @OTOOL64@
286 PACKAGE = @PACKAGE@
287 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288 PACKAGE_NAME = @PACKAGE_NAME@
289 PACKAGE_STRING = @PACKAGE_STRING@
290 PACKAGE_TARNAME = @PACKAGE_TARNAME@
291 PACKAGE_URL = @PACKAGE_URL@
292 PACKAGE_VERSION = @PACKAGE_VERSION@
293 PATH_SEPARATOR = @PATH_SEPARATOR@
294 PKG_CONFIG = @PKG_CONFIG@
295 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
296 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
297 RANLIB = @RANLIB@
298 SED = @SED@
299 SET_MAKE = @SET_MAKE@
300 SHELL = @SHELL@
301 STRIP = @STRIP@
302 VERSION = @VERSION@
303 abs_builddir = @abs_builddir@
304 abs_srcdir = @abs_srcdir@
305 abs_top_builddir = @abs_top_builddir@
306 abs_top_srcdir = @abs_top_srcdir@
307 ac_ct_CC = @ac_ct_CC@
308 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309 am__include = @am__include@
310 am__leading_dot = @am__leading_dot@
311 am__quote = @am__quote@
312 am__tar = @am__tar@
313 am__untar = @am__untar@
314 bindir = @bindir@
315 build = @build@
316 build_alias = @build_alias@
317 build_cpu = @build_cpu@
318 build_os = @build_os@
319 build_vendor = @build_vendor@
320 builddir = @builddir@
321 datadir = @datadir@
322 datarootdir = @datarootdir@
323 docdir = @docdir@
324 dvidir = @dvidir@
325 exec_prefix = @exec_prefix@
326 host = @host@
327 host_alias = @host_alias@
328 host_cpu = @host_cpu@
329 host_os = @host_os@
330 host_vendor = @host_vendor@
331 htmldir = @htmldir@
332 includedir = @includedir@
333 infodir = @infodir@
334 install_sh = @install_sh@
335 libdir = @libdir@
336 libexecdir = @libexecdir@
337 localedir = @localedir@
338 localstatedir = @localstatedir@
339 lt_ECHO = @lt_ECHO@
340 mandir = @mandir@
341 mkdir_p = @mkdir_p@
342 oldincludedir = @oldincludedir@
343 pdfdir = @pdfdir@
344 prefix = @prefix@
345 program_transform_name = @program_transform_name@
346 psdir = @psdir@
347 sbindir = @sbindir@
348 sharedstatedir = @sharedstatedir@
349 srcdir = @srcdir@
350 sysconfdir = @sysconfdir@
351 target_alias = @target_alias@
352 top_build_prefix = @top_build_prefix@
353 top_builddir = @top_builddir@
354 top_srcdir = @top_srcdir@
355 GTESTER = gtester
356 GTESTER_REPORT = gtester-report
357
358 # initialize variables for unconditional += appending
359 EXTRA_DIST = $(srcdir)/$(enum_tmpl_h) $(srcdir)/$(enum_tmpl_c) \
360         $(srcdir)/$(glib_marshal_list) json-version.h.in json-glib.h
361 TEST_PROGS = 
362 @USE_SHAVE_FALSE@QUIET_GEN = $(AM_V_GEN)
363 @USE_SHAVE_TRUE@QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
364 @USE_SHAVE_FALSE@QUIET_LN = $(QUIET_LN_$(V))
365 @USE_SHAVE_TRUE@QUIET_LN = $(Q:@=@echo '  LN    '$@;)
366 @USE_SHAVE_FALSE@QUIET_RM = $(QUIET_RM_$(V))
367 @USE_SHAVE_TRUE@QUIET_RM = $(Q:@=@echo '  RM    '$@;)
368 @USE_SHAVE_FALSE@QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
369 @USE_SHAVE_FALSE@QUIET_LN_0 = @echo '  LN     '$@;
370 @USE_SHAVE_FALSE@QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
371 @USE_SHAVE_FALSE@QUIET_RM_0 = @echo '  RM     '$@;
372
373 # build this directory *before* the tests/
374 @ENABLE_GLIB_TEST_TRUE@SUBDIRS = . tests
375 DIST_SUBDIRS = tests
376 NULL = 
377 INCLUDES = -I$(top_srcdir)
378 AM_CPPFLAGS = \
379         -DPREFIX=\""$(prefix)"\"        \
380         -DLIBDIR=\""$(libdir)"\"        \
381         -DJSON_COMPILATION=1            \
382         -DG_DISABLE_DEPRECATED          \
383         -DJSON_DISABLE_DEPRECATED       \
384         -DG_LOG_DOMAIN=\"Json\"         \
385         $(JSON_DEBUG_CFLAGS)            \
386         $(NULL)
387
388 AM_CFLAGS = $(JSON_CFLAGS) $(MAINTAINER_CFLAGS)
389 BUILT_SOURCES = $(glib_enum_h) $(glib_enum_c) $(marshal_h) \
390         $(marshal_c)
391 CLEANFILES = stamp-enum-types stamp-marshal $(am__append_1)
392 DISTCLEANFILES = json-version.h $(glib_enum_h) $(glib_enum_c) \
393         $(marshal_h) $(marshal_c)
394 source_h = \
395         $(top_srcdir)/json-glib/json-generator.h        \
396         $(top_srcdir)/json-glib/json-gobject.h          \
397         $(top_srcdir)/json-glib/json-parser.h           \
398         $(top_srcdir)/json-glib/json-types.h            \
399         $(NULL)
400
401 source_h_private = \
402         $(top_srcdir)/json-glib/json-scanner.h          \
403         $(top_srcdir)/json-glib/json-gobject-private.h  \
404         $(top_srcdir)/json-glib/json-types-private.h    \
405         $(NULL)
406
407 source_c = \
408         $(srcdir)/json-array.c          \
409         $(srcdir)/json-gboxed.c         \
410         $(srcdir)/json-generator.c      \
411         $(srcdir)/json-gobject.c        \
412         $(srcdir)/json-node.c           \
413         $(srcdir)/json-object.c         \
414         $(srcdir)/json-parser.c         \
415         $(srcdir)/json-scanner.c        \
416         $(srcdir)/json-serializable.c   \
417         $(NULL)
418
419
420 # glib-mkenums rules
421 glib_enum_h = json-enum-types.h
422 glib_enum_c = json-enum-types.c
423 glib_enum_headers = $(source_h)
424 enum_tmpl_h = $(glib_enum_h:.h=.h.in)
425 enum_tmpl_c = $(glib_enum_c:.c=.c.in)
426
427 # glib-genmarshal rules
428 glib_marshal_list = json-marshal.list
429 glib_marshal_prefix = _json_marshal
430 marshal_h = $(glib_marshal_list:.list=.h)
431 marshal_c = $(glib_marshal_list:.list=.c)
432 lib_LTLIBRARIES = libjson-glib-1.0.la
433 libjson_glib_1_0_la_LIBADD = $(JSON_LIBS)
434 libjson_glib_1_0_la_SOURCES = $(source_c) $(source_h) $(source_h_private) $(BUILT_SOURCES)
435 libjson_glib_1_0_la_LDFLAGS = $(JSON_LT_LDFLAGS) -export-dynamic -export-symbols-regex "^json.*" -rpath $(libdir)
436 jsonincludedir = $(includedir)/json-glib-1.0/json-glib
437 jsoninclude_DATA = \
438         $(source_h)                                     \
439         $(top_builddir)/json-glib/json-enum-types.h     \
440         $(top_builddir)/json-glib/json-version.h        \
441         $(top_srcdir)/json-glib/json-glib.h             \
442         $(NULL)
443
444 TESTS_ENVIRONMENT = srcdir="$(srcdir)" json_all_c_sources="$(source_c)"
445 @HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = Json-1.0.gir
446
447 # INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
448 # install anything - we need to install inside our prefix.
449 @HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0
450 @HAVE_INTROSPECTION_TRUE@gir_DATA = $(BUILT_GIRSOURCES)
451 @HAVE_INTROSPECTION_TRUE@typelibsdir = $(libdir)/girepository-1.0/
452 @HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
453 all: $(BUILT_SOURCES)
454         $(MAKE) $(AM_MAKEFLAGS) all-recursive
455
456 .SUFFIXES:
457 .SUFFIXES: .c .lo .o .obj
458 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.gtest $(top_srcdir)/build/autotools/Makefile.am.silent $(top_srcdir)/build/autotools/Makefile.am.enums $(top_srcdir)/build/autotools/Makefile.am.marshal $(am__configure_deps)
459         @for dep in $?; do \
460           case '$(am__configure_deps)' in \
461             *$$dep*) \
462               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
463                 && { if test -f $@; then exit 0; else break; fi; }; \
464               exit 1;; \
465           esac; \
466         done; \
467         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu json-glib/Makefile'; \
468         $(am__cd) $(top_srcdir) && \
469           $(AUTOMAKE) --gnu json-glib/Makefile
470 .PRECIOUS: Makefile
471 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
472         @case '$?' in \
473           *config.status*) \
474             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
475           *) \
476             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
477             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
478         esac;
479
480 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
481         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482
483 $(top_srcdir)/configure:  $(am__configure_deps)
484         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
486         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487 $(am__aclocal_m4_deps):
488 json-version.h: $(top_builddir)/config.status $(srcdir)/json-version.h.in
489         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
490 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
491         @$(NORMAL_INSTALL)
492         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
493         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
494         list2=; for p in $$list; do \
495           if test -f $$p; then \
496             list2="$$list2 $$p"; \
497           else :; fi; \
498         done; \
499         test -z "$$list2" || { \
500           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
501           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
502         }
503
504 uninstall-libLTLIBRARIES:
505         @$(NORMAL_UNINSTALL)
506         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
507         for p in $$list; do \
508           $(am__strip_dir) \
509           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
510           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
511         done
512
513 clean-libLTLIBRARIES:
514         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
515         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
516           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
517           test "$$dir" != "$$p" || dir=.; \
518           echo "rm -f \"$${dir}/so_locations\""; \
519           rm -f "$${dir}/so_locations"; \
520         done
521 libjson-glib-1.0.la: $(libjson_glib_1_0_la_OBJECTS) $(libjson_glib_1_0_la_DEPENDENCIES) 
522         $(AM_V_CCLD)$(libjson_glib_1_0_la_LINK) -rpath $(libdir) $(libjson_glib_1_0_la_OBJECTS) $(libjson_glib_1_0_la_LIBADD) $(LIBS)
523
524 mostlyclean-compile:
525         -rm -f *.$(OBJEXT)
526
527 distclean-compile:
528         -rm -f *.tab.c
529
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-array.Plo@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-enum-types.Plo@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-gboxed.Plo@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-generator.Plo@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-gobject.Plo@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-marshal.Plo@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-node.Plo@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-object.Plo@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-parser.Plo@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-scanner.Plo@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json-serializable.Plo@am__quote@
541
542 .c.o:
543 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
544 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
545 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
546 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
549
550 .c.obj:
551 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
552 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
553 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
554 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
555 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
557
558 .c.lo:
559 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
560 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
561 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
565
566 json-array.lo: $(srcdir)/json-array.c
567 @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 json-array.lo -MD -MP -MF $(DEPDIR)/json-array.Tpo -c -o json-array.lo `test -f '$(srcdir)/json-array.c' || echo '$(srcdir)/'`$(srcdir)/json-array.c
568 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/json-array.Tpo $(DEPDIR)/json-array.Plo
569 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/json-array.c' object='json-array.lo' libtool=yes @AMDEPBACKSLASH@
571 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572 @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 json-array.lo `test -f '$(srcdir)/json-array.c' || echo '$(srcdir)/'`$(srcdir)/json-array.c
573
574 json-gboxed.lo: $(srcdir)/json-gboxed.c
575 @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 json-gboxed.lo -MD -MP -MF $(DEPDIR)/json-gboxed.Tpo -c -o json-gboxed.lo `test -f '$(srcdir)/json-gboxed.c' || echo '$(srcdir)/'`$(srcdir)/json-gboxed.c
576 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/json-gboxed.Tpo $(DEPDIR)/json-gboxed.Plo
577 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
578 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/json-gboxed.c' object='json-gboxed.lo' libtool=yes @AMDEPBACKSLASH@
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580 @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 json-gboxed.lo `test -f '$(srcdir)/json-gboxed.c' || echo '$(srcdir)/'`$(srcdir)/json-gboxed.c
581
582 json-generator.lo: $(srcdir)/json-generator.c
583 @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 json-generator.lo -MD -MP -MF $(DEPDIR)/json-generator.Tpo -c -o json-generator.lo `test -f '$(srcdir)/json-generator.c' || echo '$(srcdir)/'`$(srcdir)/json-generator.c
584 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/json-generator.Tpo $(DEPDIR)/json-generator.Plo
585 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
586 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/json-generator.c' object='json-generator.lo' libtool=yes @AMDEPBACKSLASH@
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588 @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 json-generator.lo `test -f '$(srcdir)/json-generator.c' || echo '$(srcdir)/'`$(srcdir)/json-generator.c
589
590 json-gobject.lo: $(srcdir)/json-gobject.c
591 @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 json-gobject.lo -MD -MP -MF $(DEPDIR)/json-gobject.Tpo -c -o json-gobject.lo `test -f '$(srcdir)/json-gobject.c' || echo '$(srcdir)/'`$(srcdir)/json-gobject.c
592 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/json-gobject.Tpo $(DEPDIR)/json-gobject.Plo
593 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/json-gobject.c' object='json-gobject.lo' libtool=yes @AMDEPBACKSLASH@
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596 @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 json-gobject.lo `test -f '$(srcdir)/json-gobject.c' || echo '$(srcdir)/'`$(srcdir)/json-gobject.c
597
598 json-node.lo: $(srcdir)/json-node.c
599 @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 json-node.lo -MD -MP -MF $(DEPDIR)/json-node.Tpo -c -o json-node.lo `test -f '$(srcdir)/json-node.c' || echo '$(srcdir)/'`$(srcdir)/json-node.c
600 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/json-node.Tpo $(DEPDIR)/json-node.Plo
601 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
602 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/json-node.c' object='json-node.lo' libtool=yes @AMDEPBACKSLASH@
603 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604 @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 json-node.lo `test -f '$(srcdir)/json-node.c' || echo '$(srcdir)/'`$(srcdir)/json-node.c
605
606 json-object.lo: $(srcdir)/json-object.c
607 @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 json-object.lo -MD -MP -MF $(DEPDIR)/json-object.Tpo -c -o json-object.lo `test -f '$(srcdir)/json-object.c' || echo '$(srcdir)/'`$(srcdir)/json-object.c
608 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/json-object.Tpo $(DEPDIR)/json-object.Plo
609 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
610 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/json-object.c' object='json-object.lo' libtool=yes @AMDEPBACKSLASH@
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612 @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 json-object.lo `test -f '$(srcdir)/json-object.c' || echo '$(srcdir)/'`$(srcdir)/json-object.c
613
614 json-parser.lo: $(srcdir)/json-parser.c
615 @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 json-parser.lo -MD -MP -MF $(DEPDIR)/json-parser.Tpo -c -o json-parser.lo `test -f '$(srcdir)/json-parser.c' || echo '$(srcdir)/'`$(srcdir)/json-parser.c
616 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/json-parser.Tpo $(DEPDIR)/json-parser.Plo
617 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
618 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/json-parser.c' object='json-parser.lo' libtool=yes @AMDEPBACKSLASH@
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620 @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 json-parser.lo `test -f '$(srcdir)/json-parser.c' || echo '$(srcdir)/'`$(srcdir)/json-parser.c
621
622 json-scanner.lo: $(srcdir)/json-scanner.c
623 @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 json-scanner.lo -MD -MP -MF $(DEPDIR)/json-scanner.Tpo -c -o json-scanner.lo `test -f '$(srcdir)/json-scanner.c' || echo '$(srcdir)/'`$(srcdir)/json-scanner.c
624 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/json-scanner.Tpo $(DEPDIR)/json-scanner.Plo
625 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
626 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/json-scanner.c' object='json-scanner.lo' libtool=yes @AMDEPBACKSLASH@
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628 @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 json-scanner.lo `test -f '$(srcdir)/json-scanner.c' || echo '$(srcdir)/'`$(srcdir)/json-scanner.c
629
630 json-serializable.lo: $(srcdir)/json-serializable.c
631 @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 json-serializable.lo -MD -MP -MF $(DEPDIR)/json-serializable.Tpo -c -o json-serializable.lo `test -f '$(srcdir)/json-serializable.c' || echo '$(srcdir)/'`$(srcdir)/json-serializable.c
632 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/json-serializable.Tpo $(DEPDIR)/json-serializable.Plo
633 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
634 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/json-serializable.c' object='json-serializable.lo' libtool=yes @AMDEPBACKSLASH@
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
636 @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 json-serializable.lo `test -f '$(srcdir)/json-serializable.c' || echo '$(srcdir)/'`$(srcdir)/json-serializable.c
637
638 mostlyclean-libtool:
639         -rm -f *.lo
640
641 clean-libtool:
642         -rm -rf .libs _libs
643 install-girDATA: $(gir_DATA)
644         @$(NORMAL_INSTALL)
645         test -z "$(girdir)" || $(MKDIR_P) "$(DESTDIR)$(girdir)"
646         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
647         for p in $$list; do \
648           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
649           echo "$$d$$p"; \
650         done | $(am__base_list) | \
651         while read files; do \
652           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
653           $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
654         done
655
656 uninstall-girDATA:
657         @$(NORMAL_UNINSTALL)
658         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
659         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
660         test -n "$$files" || exit 0; \
661         echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \
662         cd "$(DESTDIR)$(girdir)" && rm -f $$files
663 install-jsonincludeDATA: $(jsoninclude_DATA)
664         @$(NORMAL_INSTALL)
665         test -z "$(jsonincludedir)" || $(MKDIR_P) "$(DESTDIR)$(jsonincludedir)"
666         @list='$(jsoninclude_DATA)'; test -n "$(jsonincludedir)" || list=; \
667         for p in $$list; do \
668           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
669           echo "$$d$$p"; \
670         done | $(am__base_list) | \
671         while read files; do \
672           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(jsonincludedir)'"; \
673           $(INSTALL_DATA) $$files "$(DESTDIR)$(jsonincludedir)" || exit $$?; \
674         done
675
676 uninstall-jsonincludeDATA:
677         @$(NORMAL_UNINSTALL)
678         @list='$(jsoninclude_DATA)'; test -n "$(jsonincludedir)" || list=; \
679         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
680         test -n "$$files" || exit 0; \
681         echo " ( cd '$(DESTDIR)$(jsonincludedir)' && rm -f" $$files ")"; \
682         cd "$(DESTDIR)$(jsonincludedir)" && rm -f $$files
683 install-typelibsDATA: $(typelibs_DATA)
684         @$(NORMAL_INSTALL)
685         test -z "$(typelibsdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibsdir)"
686         @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
687         for p in $$list; do \
688           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
689           echo "$$d$$p"; \
690         done | $(am__base_list) | \
691         while read files; do \
692           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibsdir)'"; \
693           $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibsdir)" || exit $$?; \
694         done
695
696 uninstall-typelibsDATA:
697         @$(NORMAL_UNINSTALL)
698         @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
699         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
700         test -n "$$files" || exit 0; \
701         echo " ( cd '$(DESTDIR)$(typelibsdir)' && rm -f" $$files ")"; \
702         cd "$(DESTDIR)$(typelibsdir)" && rm -f $$files
703
704 # This directory's subdirectories are mostly independent; you can cd
705 # into them and run `make' without going through this Makefile.
706 # To change the values of `make' variables: instead of editing Makefiles,
707 # (1) if the variable is set in `config.status', edit `config.status'
708 #     (which will cause the Makefiles to be regenerated when you run `make');
709 # (2) otherwise, pass the desired values on the `make' command line.
710 $(RECURSIVE_TARGETS):
711         @fail= failcom='exit 1'; \
712         for f in x $$MAKEFLAGS; do \
713           case $$f in \
714             *=* | --[!k]*);; \
715             *k*) failcom='fail=yes';; \
716           esac; \
717         done; \
718         dot_seen=no; \
719         target=`echo $@ | sed s/-recursive//`; \
720         list='$(SUBDIRS)'; for subdir in $$list; do \
721           echo "Making $$target in $$subdir"; \
722           if test "$$subdir" = "."; then \
723             dot_seen=yes; \
724             local_target="$$target-am"; \
725           else \
726             local_target="$$target"; \
727           fi; \
728           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
729           || eval $$failcom; \
730         done; \
731         if test "$$dot_seen" = "no"; then \
732           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
733         fi; test -z "$$fail"
734
735 $(RECURSIVE_CLEAN_TARGETS):
736         @fail= failcom='exit 1'; \
737         for f in x $$MAKEFLAGS; do \
738           case $$f in \
739             *=* | --[!k]*);; \
740             *k*) failcom='fail=yes';; \
741           esac; \
742         done; \
743         dot_seen=no; \
744         case "$@" in \
745           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
746           *) list='$(SUBDIRS)' ;; \
747         esac; \
748         rev=''; for subdir in $$list; do \
749           if test "$$subdir" = "."; then :; else \
750             rev="$$subdir $$rev"; \
751           fi; \
752         done; \
753         rev="$$rev ."; \
754         target=`echo $@ | sed s/-recursive//`; \
755         for subdir in $$rev; do \
756           echo "Making $$target in $$subdir"; \
757           if test "$$subdir" = "."; then \
758             local_target="$$target-am"; \
759           else \
760             local_target="$$target"; \
761           fi; \
762           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
763           || eval $$failcom; \
764         done && test -z "$$fail"
765 tags-recursive:
766         list='$(SUBDIRS)'; for subdir in $$list; do \
767           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
768         done
769 ctags-recursive:
770         list='$(SUBDIRS)'; for subdir in $$list; do \
771           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
772         done
773
774 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
775         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
776         unique=`for i in $$list; do \
777             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
778           done | \
779           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
780               END { if (nonempty) { for (i in files) print i; }; }'`; \
781         mkid -fID $$unique
782 tags: TAGS
783
784 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
785                 $(TAGS_FILES) $(LISP)
786         set x; \
787         here=`pwd`; \
788         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
789           include_option=--etags-include; \
790           empty_fix=.; \
791         else \
792           include_option=--include; \
793           empty_fix=; \
794         fi; \
795         list='$(SUBDIRS)'; for subdir in $$list; do \
796           if test "$$subdir" = .; then :; else \
797             test ! -f $$subdir/TAGS || \
798               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
799           fi; \
800         done; \
801         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
802         unique=`for i in $$list; do \
803             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
804           done | \
805           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
806               END { if (nonempty) { for (i in files) print i; }; }'`; \
807         shift; \
808         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
809           test -n "$$unique" || unique=$$empty_fix; \
810           if test $$# -gt 0; then \
811             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
812               "$$@" $$unique; \
813           else \
814             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
815               $$unique; \
816           fi; \
817         fi
818 ctags: CTAGS
819 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
820                 $(TAGS_FILES) $(LISP)
821         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
822         unique=`for i in $$list; do \
823             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
824           done | \
825           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
826               END { if (nonempty) { for (i in files) print i; }; }'`; \
827         test -z "$(CTAGS_ARGS)$$unique" \
828           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
829              $$unique
830
831 GTAGS:
832         here=`$(am__cd) $(top_builddir) && pwd` \
833           && $(am__cd) $(top_srcdir) \
834           && gtags -i $(GTAGS_ARGS) "$$here"
835
836 distclean-tags:
837         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
838
839 distdir: $(DISTFILES)
840         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
841         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
842         list='$(DISTFILES)'; \
843           dist_files=`for file in $$list; do echo $$file; done | \
844           sed -e "s|^$$srcdirstrip/||;t" \
845               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
846         case $$dist_files in \
847           */*) $(MKDIR_P) `echo "$$dist_files" | \
848                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
849                            sort -u` ;; \
850         esac; \
851         for file in $$dist_files; do \
852           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
853           if test -d $$d/$$file; then \
854             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
855             if test -d "$(distdir)/$$file"; then \
856               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
857             fi; \
858             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
859               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
860               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
861             fi; \
862             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
863           else \
864             test -f "$(distdir)/$$file" \
865             || cp -p $$d/$$file "$(distdir)/$$file" \
866             || exit 1; \
867           fi; \
868         done
869         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
870           if test "$$subdir" = .; then :; else \
871             test -d "$(distdir)/$$subdir" \
872             || $(MKDIR_P) "$(distdir)/$$subdir" \
873             || exit 1; \
874           fi; \
875         done
876         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
877           if test "$$subdir" = .; then :; else \
878             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
879             $(am__relativize); \
880             new_distdir=$$reldir; \
881             dir1=$$subdir; dir2="$(top_distdir)"; \
882             $(am__relativize); \
883             new_top_distdir=$$reldir; \
884             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
885             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
886             ($(am__cd) $$subdir && \
887               $(MAKE) $(AM_MAKEFLAGS) \
888                 top_distdir="$$new_top_distdir" \
889                 distdir="$$new_distdir" \
890                 am__remove_distdir=: \
891                 am__skip_length_check=: \
892                 am__skip_mode_fix=: \
893                 distdir) \
894               || exit 1; \
895           fi; \
896         done
897 check-am: all-am
898         $(MAKE) $(AM_MAKEFLAGS) check-local
899 check: $(BUILT_SOURCES)
900         $(MAKE) $(AM_MAKEFLAGS) check-recursive
901 all-am: Makefile $(LTLIBRARIES) $(DATA)
902 installdirs: installdirs-recursive
903 installdirs-am:
904         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(jsonincludedir)" "$(DESTDIR)$(typelibsdir)"; do \
905           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
906         done
907 install: $(BUILT_SOURCES)
908         $(MAKE) $(AM_MAKEFLAGS) install-recursive
909 install-exec: install-exec-recursive
910 install-data: install-data-recursive
911 uninstall: uninstall-recursive
912
913 install-am: all-am
914         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
915
916 installcheck: installcheck-recursive
917 install-strip:
918         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
919           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
920           `test -z '$(STRIP)' || \
921             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
922 mostlyclean-generic:
923
924 clean-generic:
925         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
926
927 distclean-generic:
928         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
929         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
930         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
931
932 maintainer-clean-generic:
933         @echo "This command is intended for maintainers to use"
934         @echo "it deletes files that may require special tools to rebuild."
935         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
936 clean: clean-recursive
937
938 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
939         mostlyclean-am
940
941 distclean: distclean-recursive
942         -rm -rf ./$(DEPDIR)
943         -rm -f Makefile
944 distclean-am: clean-am distclean-compile distclean-generic \
945         distclean-tags
946
947 dvi: dvi-recursive
948
949 dvi-am:
950
951 html: html-recursive
952
953 html-am:
954
955 info: info-recursive
956
957 info-am:
958
959 install-data-am: install-girDATA install-jsonincludeDATA \
960         install-typelibsDATA
961
962 install-dvi: install-dvi-recursive
963
964 install-dvi-am:
965
966 install-exec-am: install-libLTLIBRARIES
967
968 install-html: install-html-recursive
969
970 install-html-am:
971
972 install-info: install-info-recursive
973
974 install-info-am:
975
976 install-man:
977
978 install-pdf: install-pdf-recursive
979
980 install-pdf-am:
981
982 install-ps: install-ps-recursive
983
984 install-ps-am:
985
986 installcheck-am:
987
988 maintainer-clean: maintainer-clean-recursive
989         -rm -rf ./$(DEPDIR)
990         -rm -f Makefile
991 maintainer-clean-am: distclean-am maintainer-clean-generic
992
993 mostlyclean: mostlyclean-recursive
994
995 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
996         mostlyclean-libtool
997
998 pdf: pdf-recursive
999
1000 pdf-am:
1001
1002 ps: ps-recursive
1003
1004 ps-am:
1005
1006 uninstall-am: uninstall-girDATA uninstall-jsonincludeDATA \
1007         uninstall-libLTLIBRARIES uninstall-typelibsDATA
1008
1009 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1010         check-am ctags-recursive install install-am install-strip \
1011         tags-recursive
1012
1013 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1014         all all-am check check-am check-local clean clean-generic \
1015         clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
1016         distclean distclean-compile distclean-generic \
1017         distclean-libtool distclean-tags distdir dvi dvi-am html \
1018         html-am info info-am install install-am install-data \
1019         install-data-am install-dvi install-dvi-am install-exec \
1020         install-exec-am install-girDATA install-html install-html-am \
1021         install-info install-info-am install-jsonincludeDATA \
1022         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1023         install-ps install-ps-am install-strip install-typelibsDATA \
1024         installcheck installcheck-am installdirs installdirs-am \
1025         maintainer-clean maintainer-clean-generic mostlyclean \
1026         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1027         pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1028         uninstall-girDATA uninstall-jsonincludeDATA \
1029         uninstall-libLTLIBRARIES uninstall-typelibsDATA
1030
1031
1032 ### testing rules
1033
1034 # test: run all tests in cwd and subdirs
1035 test:   ${TEST_PROGS}
1036         @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
1037         @ for subdir in $(SUBDIRS) . ; do \
1038             test "$$subdir" = "." -o "$$subdir" = "po" || \
1039             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
1040           done
1041 # test-report: run tests in subdirs and generate report
1042 # perf-report: run tests in subdirs with -m perf and generate report
1043 # full-report: like test-report: with -m perf and -m slow
1044 test-report perf-report full-report:    ${TEST_PROGS}
1045         @test -z "${TEST_PROGS}" || { \
1046           case $@ in \
1047           test-report) test_options="-k";; \
1048           perf-report) test_options="-k -m=perf";; \
1049           full-report) test_options="-k -m=perf -m=slow";; \
1050           esac ; \
1051           if test -z "$$GTESTER_LOGDIR" ; then  \
1052             ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
1053           elif test -n "${TEST_PROGS}" ; then \
1054             ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
1055           fi ; \
1056         }
1057         @ ignore_logdir=true ; \
1058           if test -z "$$GTESTER_LOGDIR" ; then \
1059             GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
1060             ignore_logdir=false ; \
1061           fi ; \
1062           for subdir in $(SUBDIRS) . ; do \
1063             test "$$subdir" = "." -o "$$subdir" = "po" || \
1064             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
1065           done ; \
1066           $$ignore_logdir || { \
1067             echo '<?xml version="1.0"?>'            > $@.xml ; \
1068             echo '<report-collection>'             >> $@.xml ; \
1069             echo '<info>'                          >> $@.xml ; \
1070             echo '  <package>$(PACKAGE)</package>' >> $@.xml ; \
1071             echo '  <version>$(VERSION)</version>' >> $@.xml ; \
1072             echo '</info>'                         >> $@.xml ; \
1073             for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
1074               sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
1075             done ; \
1076             echo >> $@.xml ; \
1077             echo '</report-collection>' >> $@.xml ; \
1078             rm -rf "$$GTESTER_LOGDIR"/ ; \
1079             ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
1080           }
1081 .PHONY: test test-report perf-report full-report
1082 # run make test as part of make check
1083 check-local: test
1084
1085 stamp-enum-types: $(glib_enum_headers) $(srcdir)/$(enum_tmpl_h)
1086         $(QUIET_GEN)$(GLIB_MKENUMS) \
1087                 --template $(srcdir)/$(enum_tmpl_h) \
1088         $(glib_enum_headers) > xgen-eh \
1089         && (cmp -s xgen-eh $(glib_enum_h) || cp -f xgen-eh $(glib_enum_h)) \
1090         && rm -f xgen-eh \
1091         && echo timestamp > $(@F)
1092
1093 $(glib_enum_h): stamp-enum-types
1094         @true
1095
1096 $(glib_enum_c): $(glib_enum_h) $(srcdir)/$(enum_tmpl_c)
1097         $(QUIET_GEN)$(GLIB_MKENUMS) \
1098                 --template $(srcdir)/$(enum_tmpl_c) \
1099         $(glib_enum_headers) > xgen-ec \
1100         && cp -f xgen-ec $(glib_enum_c) \
1101         && rm -f xgen-ec
1102
1103 stamp-marshal: $(glib_marshal_list)
1104         $(QUIET_GEN)$(GLIB_GENMARSHAL) \
1105                 --prefix=$(glib_marshal_prefix) \
1106                 --header \
1107         $(srcdir)/$(glib_marshal_list) > xgen-mh \
1108         && (cmp -s xgen-mh $(marshal_h) || cp -f xgen-mh $(marshal_h)) \
1109         && rm -f xgen-mh \
1110         && echo timestamp > $(@F)
1111
1112 $(marshal_h): stamp-marshal
1113         @true
1114
1115 $(marshal_c): $(marshal_h)
1116         $(QUIET_GEN)(echo "#include \"$(marshal_h)\"" ; \
1117         $(GLIB_GENMARSHAL) \
1118                 --prefix=$(glib_marshal_prefix) \
1119                 --body \
1120         $(srcdir)/$(glib_marshal_list)) > xgen-mc \
1121         && cp xgen-mc $(marshal_c) \
1122         && rm -f xgen-mc
1123
1124 @HAVE_INTROSPECTION_TRUE@Json-1.0.gir: $(INTROSPECTION_SCANNER) libjson-glib-1.0.la
1125 @HAVE_INTROSPECTION_TRUE@       $(QUIET_GEN)$(INTROSPECTION_SCANNER) \
1126 @HAVE_INTROSPECTION_TRUE@               -v --namespace Json --nsversion=1.0 \
1127 @HAVE_INTROSPECTION_TRUE@               $(INCLUDES) \
1128 @HAVE_INTROSPECTION_TRUE@               $(AM_CPPFLAGS) \
1129 @HAVE_INTROSPECTION_TRUE@               --c-include='json-glib/json-gobject.h' \
1130 @HAVE_INTROSPECTION_TRUE@               --include=GObject-2.0 \
1131 @HAVE_INTROSPECTION_TRUE@               --library=libjson-glib-1.0.la \
1132 @HAVE_INTROSPECTION_TRUE@               --libtool="$(top_builddir)/libtool" \
1133 @HAVE_INTROSPECTION_TRUE@               --pkg gobject-2.0 \
1134 @HAVE_INTROSPECTION_TRUE@               --output $@ \
1135 @HAVE_INTROSPECTION_TRUE@               $(source_h) \
1136 @HAVE_INTROSPECTION_TRUE@               $(source_c)
1137
1138 @HAVE_INTROSPECTION_TRUE@%.typelib: %.gir $(INTROSPECTION_COMPILER)
1139 @HAVE_INTROSPECTION_TRUE@       $(QUIET_GEN)\
1140 @HAVE_INTROSPECTION_TRUE@       $(DEBUG) $(INTROSPECTION_COMPILER) \
1141 @HAVE_INTROSPECTION_TRUE@               --includedir=$(srcdir) \
1142 @HAVE_INTROSPECTION_TRUE@               --includedir=. \
1143 @HAVE_INTROSPECTION_TRUE@               $(INTROSPECTION_COMPILER_OPTS) $< \
1144 @HAVE_INTROSPECTION_TRUE@               -o $(@F)
1145
1146 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1147 # Otherwise a system limit (for SysV at least) may be exceeded.
1148 .NOEXPORT: