test release infrastructure
[profile/ivi/glib2.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # GLIB - Library of useful C routines
19
20
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/INSTALL.in \
41         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42         $(srcdir)/README.in $(srcdir)/config.h.in \
43         $(srcdir)/config.h.win32.in $(srcdir)/gio-2.0.pc.in \
44         $(srcdir)/gio-unix-2.0.pc.in $(srcdir)/gio-windows-2.0.pc.in \
45         $(srcdir)/glib-2.0.pc.in $(srcdir)/glib-gettextize.in \
46         $(srcdir)/glib-zip.in $(srcdir)/gmodule-2.0.pc.in \
47         $(srcdir)/gmodule-export-2.0.pc.in \
48         $(srcdir)/gmodule-no-export-2.0.pc.in \
49         $(srcdir)/gobject-2.0.pc.in $(srcdir)/gthread-2.0.pc.in \
50         $(top_srcdir)/Makefile.decl $(top_srcdir)/configure AUTHORS \
51         COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \
52         depcomp install-sh ltmain.sh missing mkinstalldirs py-compile
53 @OS_UNIX_TRUE@am__append_1 = gio-unix-2.0.pc
54 @OS_WIN32_TRUE@am__append_2 = gio-windows-2.0.pc
55 subdir = .
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
58         $(top_srcdir)/m4macros/libtool.m4 \
59         $(top_srcdir)/m4macros/ltoptions.m4 \
60         $(top_srcdir)/m4macros/ltsugar.m4 \
61         $(top_srcdir)/m4macros/ltversion.m4 \
62         $(top_srcdir)/m4macros/lt~obsolete.m4 \
63         $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
64         $(top_srcdir)/glib/libcharset/codeset.m4 \
65         $(top_srcdir)/glib/libcharset/glibc21.m4 \
66         $(top_srcdir)/m4macros/glib-gettext.m4 \
67         $(top_srcdir)/configure.ac
68 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69         $(ACLOCAL_M4)
70 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
71  configure.lineno config.status.lineno
72 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73 CONFIG_HEADER = config.h
74 CONFIG_CLEAN_FILES = glib-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc \
75         gmodule-no-export-2.0.pc gthread-2.0.pc gobject-2.0.pc \
76         gio-2.0.pc gio-unix-2.0.pc gio-windows-2.0.pc glib-zip \
77         glib-gettextize INSTALL README config.h.win32
78 CONFIG_CLEAN_VPATH_FILES =
79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 am__vpath_adj = case $$p in \
81     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82     *) f=$$p;; \
83   esac;
84 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85 am__install_max = 40
86 am__nobase_strip_setup = \
87   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88 am__nobase_strip = \
89   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90 am__nobase_list = $(am__nobase_strip_setup); \
91   for p in $$list; do echo "$$p $$p"; done | \
92   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94     if (++n[$$2] == $(am__install_max)) \
95       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96     END { for (dir in files) print dir, files[dir] }'
97 am__base_list = \
98   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
100 am__uninstall_files_from_dir = { \
101   test -z "$$files" \
102     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
103     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
104          $(am__cd) "$$dir" && rm -f $$files; }; \
105   }
106 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(gettextdir)" \
107         "$(DESTDIR)$(pkgconfigdir)"
108 SCRIPTS = $(bin_SCRIPTS) $(gettext_SCRIPTS)
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo "  GEN   " $@;
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 SOURCES =
116 DIST_SOURCES =
117 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
118         html-recursive info-recursive install-data-recursive \
119         install-dvi-recursive install-exec-recursive \
120         install-html-recursive install-info-recursive \
121         install-pdf-recursive install-ps-recursive install-recursive \
122         installcheck-recursive installdirs-recursive pdf-recursive \
123         ps-recursive uninstall-recursive
124 DATA = $(pkgconfig_DATA)
125 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
126   distclean-recursive maintainer-clean-recursive
127 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
128         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
129         distdir dist dist-all distcheck
130 ETAGS = etags
131 CTAGS = ctags
132 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
133 distdir = $(PACKAGE)-$(VERSION)
134 top_distdir = $(distdir)
135 am__remove_distdir = \
136   if test -d "$(distdir)"; then \
137     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
138       && rm -rf "$(distdir)" \
139       || { sleep 5 && rm -rf "$(distdir)"; }; \
140   else :; fi
141 am__relativize = \
142   dir0=`pwd`; \
143   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
144   sed_rest='s,^[^/]*/*,,'; \
145   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
146   sed_butlast='s,/*[^/]*$$,,'; \
147   while test -n "$$dir1"; do \
148     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
149     if test "$$first" != "."; then \
150       if test "$$first" = ".."; then \
151         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
152         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
153       else \
154         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
155         if test "$$first2" = "$$first"; then \
156           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
157         else \
158           dir2="../$$dir2"; \
159         fi; \
160         dir0="$$dir0"/"$$first"; \
161       fi; \
162     fi; \
163     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
164   done; \
165   reldir="$$dir2"
166 GZIP_ENV = --best
167 DIST_ARCHIVES = $(distdir).tar.xz
168 distuninstallcheck_listfiles = find . -type f -print
169 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
170   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
171 distcleancheck_listfiles = find . -type f -print
172 ABS_GLIB_RUNTIME_LIBDIR = @ABS_GLIB_RUNTIME_LIBDIR@
173 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
174 ACLOCAL = @ACLOCAL@
175 ALLOCA = @ALLOCA@
176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178 AR = @AR@
179 AS = @AS@
180 AUTOCONF = @AUTOCONF@
181 AUTOHEADER = @AUTOHEADER@
182 AUTOMAKE = @AUTOMAKE@
183 AWK = @AWK@
184 CATALOGS = @CATALOGS@
185 CATOBJEXT = @CATOBJEXT@
186 CC = @CC@
187 CCDEPMODE = @CCDEPMODE@
188 CFLAGS = @CFLAGS@
189 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
190 CPP = @CPP@
191 CPPFLAGS = @CPPFLAGS@
192 CXX = @CXX@
193 CXXCPP = @CXXCPP@
194 CXXDEPMODE = @CXXDEPMODE@
195 CXXFLAGS = @CXXFLAGS@
196 CYGPATH_W = @CYGPATH_W@
197 DATADIRNAME = @DATADIRNAME@
198 DBUS1_CFLAGS = @DBUS1_CFLAGS@
199 DBUS1_LIBS = @DBUS1_LIBS@
200 DEFS = @DEFS@
201 DEPDIR = @DEPDIR@
202 DLLTOOL = @DLLTOOL@
203 DSYMUTIL = @DSYMUTIL@
204 DTRACE = @DTRACE@
205 DUMPBIN = @DUMPBIN@
206 ECHO_C = @ECHO_C@
207 ECHO_N = @ECHO_N@
208 ECHO_T = @ECHO_T@
209 EGREP = @EGREP@
210 ELF_LIBS = @ELF_LIBS@
211 EXEEXT = @EXEEXT@
212 FAM_LIBS = @FAM_LIBS@
213 FGREP = @FGREP@
214 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
215 GIO = @GIO@
216 GIO_MODULE_DIR = @GIO_MODULE_DIR@
217 GLIBC21 = @GLIBC21@
218 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
219 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
220 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
221 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
222 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
223 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
224 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
225 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
226 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
227 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
228 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
229 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
230 GLIB_VERSION = @GLIB_VERSION@
231 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
232 GMOFILES = @GMOFILES@
233 GMSGFMT = @GMSGFMT@
234 GREP = @GREP@
235 GSPAWN = @GSPAWN@
236 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
237 GTKDOC_CHECK = @GTKDOC_CHECK@
238 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
239 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
240 GTKDOC_MKPDF = @GTKDOC_MKPDF@
241 GTKDOC_REBASE = @GTKDOC_REBASE@
242 G_LIBS_EXTRA = @G_LIBS_EXTRA@
243 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
244 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
245 G_MODULE_IMPL = @G_MODULE_IMPL@
246 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
247 G_MODULE_LIBS = @G_MODULE_LIBS@
248 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
249 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
250 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
251 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
252 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
253 G_THREAD_LIBS = @G_THREAD_LIBS@
254 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
255 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
256 HTML_DIR = @HTML_DIR@
257 ICONV_LIBS = @ICONV_LIBS@
258 INDENT = @INDENT@
259 INSTALL = @INSTALL@
260 INSTALL_DATA = @INSTALL_DATA@
261 INSTALL_PROGRAM = @INSTALL_PROGRAM@
262 INSTALL_SCRIPT = @INSTALL_SCRIPT@
263 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
264 INSTOBJEXT = @INSTOBJEXT@
265 INTLLIBS = @INTLLIBS@
266 LD = @LD@
267 LDFLAGS = @LDFLAGS@
268 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
269 LIBFFI_LIBS = @LIBFFI_LIBS@
270 LIBOBJS = @LIBOBJS@
271 LIBS = @LIBS@
272 LIBTOOL = @LIBTOOL@
273 LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
274 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
275 LIPO = @LIPO@
276 LN_S = @LN_S@
277 LTLIBOBJS = @LTLIBOBJS@
278 LTP = @LTP@
279 LTP_GENHTML = @LTP_GENHTML@
280 LT_AGE = @LT_AGE@
281 LT_CURRENT = @LT_CURRENT@
282 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
283 LT_RELEASE = @LT_RELEASE@
284 LT_REVISION = @LT_REVISION@
285 MAINT = @MAINT@
286 MAKEINFO = @MAKEINFO@
287 MANIFEST_TOOL = @MANIFEST_TOOL@
288 MKDIR_P = @MKDIR_P@
289 MKINSTALLDIRS = @MKINSTALLDIRS@
290 MSGFMT = @MSGFMT@
291 MSGFMT_OPTS = @MSGFMT_OPTS@
292 NETWORK_LIBS = @NETWORK_LIBS@
293 NM = @NM@
294 NMEDIT = @NMEDIT@
295 OBJDUMP = @OBJDUMP@
296 OBJEXT = @OBJEXT@
297 OTOOL = @OTOOL@
298 OTOOL64 = @OTOOL64@
299 PACKAGE = @PACKAGE@
300 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301 PACKAGE_NAME = @PACKAGE_NAME@
302 PACKAGE_STRING = @PACKAGE_STRING@
303 PACKAGE_TARNAME = @PACKAGE_TARNAME@
304 PACKAGE_URL = @PACKAGE_URL@
305 PACKAGE_VERSION = @PACKAGE_VERSION@
306 PATH_SEPARATOR = @PATH_SEPARATOR@
307 PCRE_CFLAGS = @PCRE_CFLAGS@
308 PCRE_LIBS = @PCRE_LIBS@
309 PCRE_REQUIRES = @PCRE_REQUIRES@
310 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
311 PERL = @PERL@
312 PERL_PATH = @PERL_PATH@
313 PKG_CONFIG = @PKG_CONFIG@
314 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
315 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
316 PLATFORMDEP = @PLATFORMDEP@
317 POFILES = @POFILES@
318 POSUB = @POSUB@
319 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
320 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
321 PYTHON = @PYTHON@
322 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
323 PYTHON_PLATFORM = @PYTHON_PLATFORM@
324 PYTHON_PREFIX = @PYTHON_PREFIX@
325 PYTHON_VERSION = @PYTHON_VERSION@
326 RANLIB = @RANLIB@
327 REBUILD = @REBUILD@
328 SED = @SED@
329 SELINUX_LIBS = @SELINUX_LIBS@
330 SET_MAKE = @SET_MAKE@
331 SHELL = @SHELL@
332 SHTOOL = @SHTOOL@
333 STRIP = @STRIP@
334 USE_NLS = @USE_NLS@
335 VERSION = @VERSION@
336 WINDRES = @WINDRES@
337 XATTR_LIBS = @XATTR_LIBS@
338 XGETTEXT = @XGETTEXT@
339 XMLCATALOG = @XMLCATALOG@
340 XML_CATALOG_FILE = @XML_CATALOG_FILE@
341 XSLTPROC = @XSLTPROC@
342 ZLIB_CFLAGS = @ZLIB_CFLAGS@
343 ZLIB_LIBS = @ZLIB_LIBS@
344 abs_builddir = @abs_builddir@
345 abs_srcdir = @abs_srcdir@
346 abs_top_builddir = @abs_top_builddir@
347 abs_top_srcdir = @abs_top_srcdir@
348 ac_ct_AR = @ac_ct_AR@
349 ac_ct_CC = @ac_ct_CC@
350 ac_ct_CXX = @ac_ct_CXX@
351 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
352 am__include = @am__include@
353 am__leading_dot = @am__leading_dot@
354 am__quote = @am__quote@
355 am__tar = @am__tar@
356 am__untar = @am__untar@
357 bindir = @bindir@
358 build = @build@
359 build_alias = @build_alias@
360 build_cpu = @build_cpu@
361 build_os = @build_os@
362 build_vendor = @build_vendor@
363 builddir = @builddir@
364 config_h_INCLUDES = @config_h_INCLUDES@
365 datadir = @datadir@
366 datarootdir = @datarootdir@
367 docdir = @docdir@
368 dvidir = @dvidir@
369 exec_prefix = @exec_prefix@
370 gio_INCLUDES = @gio_INCLUDES@
371 glib_INCLUDES = @glib_INCLUDES@
372 gmodule_INCLUDES = @gmodule_INCLUDES@
373 gobject_INCLUDES = @gobject_INCLUDES@
374 gthread_INCLUDES = @gthread_INCLUDES@
375 host = @host@
376 host_alias = @host_alias@
377 host_cpu = @host_cpu@
378 host_os = @host_os@
379 host_vendor = @host_vendor@
380 htmldir = @htmldir@
381 includedir = @includedir@
382 infodir = @infodir@
383 install_sh = @install_sh@
384 libdir = @libdir@
385 libexecdir = @libexecdir@
386 localedir = @localedir@
387 localstatedir = @localstatedir@
388 mandir = @mandir@
389 mkdir_p = @mkdir_p@
390 ms_librarian = @ms_librarian@
391 oldincludedir = @oldincludedir@
392 pdfdir = @pdfdir@
393 pkgpyexecdir = @pkgpyexecdir@
394 pkgpythondir = @pkgpythondir@
395 prefix = @prefix@
396 program_transform_name = @program_transform_name@
397 psdir = @psdir@
398 pyexecdir = @pyexecdir@
399 pythondir = @pythondir@
400 sbindir = @sbindir@
401 sharedstatedir = @sharedstatedir@
402 srcdir = @srcdir@
403 sysconfdir = @sysconfdir@
404 target_alias = @target_alias@
405 top_build_prefix = @top_build_prefix@
406 top_builddir = @top_builddir@
407 top_srcdir = @top_srcdir@
408
409 #GTESTER = gtester                      # for non-GLIB packages
410 GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
411 GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
412
413 # initialize variables for unconditional += appending
414 EXTRA_DIST = ChangeLog.pre-2-20 ChangeLog.pre-2-18 ChangeLog.pre-2-16 \
415         ChangeLog.pre-2-14 ChangeLog.pre-2-12 ChangeLog.pre-2-10 \
416         ChangeLog.pre-2-8 ChangeLog.pre-2-6 ChangeLog.pre-2-4 \
417         ChangeLog.pre-2-2 ChangeLog.pre-2-0 ChangeLog.pre-1-2 \
418         glib-zip.in NEWS.pre-1-3 acglib.m4 sanity_check README.commits \
419         README.in INSTALL.in README.win32 HACKING autogen.sh \
420         Makefile.decl mkinstalldirs makefile.msc \
421         msvc_recommended_pragmas.h config.h.win32.in po/po2tbl.sed.in \
422         glib-2.0.pc.in gobject-2.0.pc.in gmodule-2.0.pc.in \
423         gmodule-export-2.0.pc.in gmodule-no-export-2.0.pc.in \
424         gthread-2.0.pc.in gio-2.0.pc.in gio-unix-2.0.pc.in \
425         gio-windows-2.0.pc.in
426 TEST_PROGS = 
427 ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
428 SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs
429 DIST_SUBDIRS = $(SUBDIRS) build
430 bin_SCRIPTS = glib-gettextize
431 AM_CPPFLAGS = \
432         -DG_LOG_DOMAIN=g_log_domain_glib        \
433         @GLIB_DEBUG_FLAGS@                      \
434         -DG_DISABLE_DEPRECATED                  \
435         -DGLIB_COMPILATION
436
437
438 # These may be in the builddir too
439 BUILT_EXTRA_DIST = \
440         README                  \
441         INSTALL                 \
442         ChangeLog               \
443         config.h.win32          \
444         gtk-doc.make
445
446 CONFIGURE_DEPENDENCIES = acglib.m4
447 pkgconfigdir = $(libdir)/pkgconfig
448 pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc \
449         gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc \
450         gio-2.0.pc $(am__append_1) $(am__append_2)
451
452 # install mkinstalldirs for glib-gettextize's benefit
453 gettextdir = $(datadir)/glib-2.0/gettext
454 gettext_SCRIPTS = mkinstalldirs
455
456 # build documentation when doing distcheck
457 DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode
458 DISTCLEANFILES = config.lt
459 all: config.h
460         $(MAKE) $(AM_MAKEFLAGS) all-recursive
461
462 .SUFFIXES:
463 am--refresh: Makefile
464         @:
465 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
466         @for dep in $?; do \
467           case '$(am__configure_deps)' in \
468             *$$dep*) \
469               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
470               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
471                 && exit 0; \
472               exit 1;; \
473           esac; \
474         done; \
475         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
476         $(am__cd) $(top_srcdir) && \
477           $(AUTOMAKE) --gnu Makefile
478 .PRECIOUS: Makefile
479 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
480         @case '$?' in \
481           *config.status*) \
482             echo ' $(SHELL) ./config.status'; \
483             $(SHELL) ./config.status;; \
484           *) \
485             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
486             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
487         esac;
488 $(top_srcdir)/Makefile.decl:
489
490 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
491         $(SHELL) ./config.status --recheck
492
493 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
494         $(am__cd) $(srcdir) && $(AUTOCONF)
495 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
496         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
497 $(am__aclocal_m4_deps):
498
499 config.h: stamp-h1
500         @if test ! -f $@; then rm -f stamp-h1; else :; fi
501         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
502
503 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
504         @rm -f stamp-h1
505         cd $(top_builddir) && $(SHELL) ./config.status config.h
506 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
507         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
508         rm -f stamp-h1
509         touch $@
510
511 distclean-hdr:
512         -rm -f config.h stamp-h1
513 glib-2.0.pc: $(top_builddir)/config.status $(srcdir)/glib-2.0.pc.in
514         cd $(top_builddir) && $(SHELL) ./config.status $@
515 gmodule-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-2.0.pc.in
516         cd $(top_builddir) && $(SHELL) ./config.status $@
517 gmodule-export-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-export-2.0.pc.in
518         cd $(top_builddir) && $(SHELL) ./config.status $@
519 gmodule-no-export-2.0.pc: $(top_builddir)/config.status $(srcdir)/gmodule-no-export-2.0.pc.in
520         cd $(top_builddir) && $(SHELL) ./config.status $@
521 gthread-2.0.pc: $(top_builddir)/config.status $(srcdir)/gthread-2.0.pc.in
522         cd $(top_builddir) && $(SHELL) ./config.status $@
523 gobject-2.0.pc: $(top_builddir)/config.status $(srcdir)/gobject-2.0.pc.in
524         cd $(top_builddir) && $(SHELL) ./config.status $@
525 gio-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-2.0.pc.in
526         cd $(top_builddir) && $(SHELL) ./config.status $@
527 gio-unix-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-unix-2.0.pc.in
528         cd $(top_builddir) && $(SHELL) ./config.status $@
529 gio-windows-2.0.pc: $(top_builddir)/config.status $(srcdir)/gio-windows-2.0.pc.in
530         cd $(top_builddir) && $(SHELL) ./config.status $@
531 glib-zip: $(top_builddir)/config.status $(srcdir)/glib-zip.in
532         cd $(top_builddir) && $(SHELL) ./config.status $@
533 glib-gettextize: $(top_builddir)/config.status $(srcdir)/glib-gettextize.in
534         cd $(top_builddir) && $(SHELL) ./config.status $@
535 INSTALL: $(top_builddir)/config.status $(srcdir)/INSTALL.in
536         cd $(top_builddir) && $(SHELL) ./config.status $@
537 README: $(top_builddir)/config.status $(srcdir)/README.in
538         cd $(top_builddir) && $(SHELL) ./config.status $@
539 config.h.win32: $(top_builddir)/config.status $(srcdir)/config.h.win32.in
540         cd $(top_builddir) && $(SHELL) ./config.status $@
541 install-binSCRIPTS: $(bin_SCRIPTS)
542         @$(NORMAL_INSTALL)
543         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
544         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
545         for p in $$list; do \
546           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
547           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
548         done | \
549         sed -e 'p;s,.*/,,;n' \
550             -e 'h;s|.*|.|' \
551             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
552         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
553           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
554             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
555               if (++n[d] == $(am__install_max)) { \
556                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
557             else { print "f", d "/" $$4, $$1 } } \
558           END { for (d in files) print "f", d, files[d] }' | \
559         while read type dir files; do \
560              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
561              test -z "$$files" || { \
562                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
563                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
564              } \
565         ; done
566
567 uninstall-binSCRIPTS:
568         @$(NORMAL_UNINSTALL)
569         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
570         files=`for p in $$list; do echo "$$p"; done | \
571                sed -e 's,.*/,,;$(transform)'`; \
572         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
573 install-gettextSCRIPTS: $(gettext_SCRIPTS)
574         @$(NORMAL_INSTALL)
575         test -z "$(gettextdir)" || $(MKDIR_P) "$(DESTDIR)$(gettextdir)"
576         @list='$(gettext_SCRIPTS)'; test -n "$(gettextdir)" || list=; \
577         for p in $$list; do \
578           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
579           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
580         done | \
581         sed -e 'p;s,.*/,,;n' \
582             -e 'h;s|.*|.|' \
583             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
584         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
585           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
586             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
587               if (++n[d] == $(am__install_max)) { \
588                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
589             else { print "f", d "/" $$4, $$1 } } \
590           END { for (d in files) print "f", d, files[d] }' | \
591         while read type dir files; do \
592              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
593              test -z "$$files" || { \
594                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(gettextdir)$$dir'"; \
595                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(gettextdir)$$dir" || exit $$?; \
596              } \
597         ; done
598
599 uninstall-gettextSCRIPTS:
600         @$(NORMAL_UNINSTALL)
601         @list='$(gettext_SCRIPTS)'; test -n "$(gettextdir)" || exit 0; \
602         files=`for p in $$list; do echo "$$p"; done | \
603                sed -e 's,.*/,,;$(transform)'`; \
604         dir='$(DESTDIR)$(gettextdir)'; $(am__uninstall_files_from_dir)
605
606 mostlyclean-libtool:
607         -rm -f *.lo
608
609 clean-libtool:
610         -rm -rf .libs _libs
611
612 distclean-libtool:
613         -rm -f libtool config.lt
614 install-pkgconfigDATA: $(pkgconfig_DATA)
615         @$(NORMAL_INSTALL)
616         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
617         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
618         for p in $$list; do \
619           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
620           echo "$$d$$p"; \
621         done | $(am__base_list) | \
622         while read files; do \
623           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
624           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
625         done
626
627 uninstall-pkgconfigDATA:
628         @$(NORMAL_UNINSTALL)
629         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
630         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
631         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
632
633 # This directory's subdirectories are mostly independent; you can cd
634 # into them and run `make' without going through this Makefile.
635 # To change the values of `make' variables: instead of editing Makefiles,
636 # (1) if the variable is set in `config.status', edit `config.status'
637 #     (which will cause the Makefiles to be regenerated when you run `make');
638 # (2) otherwise, pass the desired values on the `make' command line.
639 $(RECURSIVE_TARGETS):
640         @fail= failcom='exit 1'; \
641         for f in x $$MAKEFLAGS; do \
642           case $$f in \
643             *=* | --[!k]*);; \
644             *k*) failcom='fail=yes';; \
645           esac; \
646         done; \
647         dot_seen=no; \
648         target=`echo $@ | sed s/-recursive//`; \
649         list='$(SUBDIRS)'; for subdir in $$list; do \
650           echo "Making $$target in $$subdir"; \
651           if test "$$subdir" = "."; then \
652             dot_seen=yes; \
653             local_target="$$target-am"; \
654           else \
655             local_target="$$target"; \
656           fi; \
657           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
658           || eval $$failcom; \
659         done; \
660         if test "$$dot_seen" = "no"; then \
661           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
662         fi; test -z "$$fail"
663
664 $(RECURSIVE_CLEAN_TARGETS):
665         @fail= failcom='exit 1'; \
666         for f in x $$MAKEFLAGS; do \
667           case $$f in \
668             *=* | --[!k]*);; \
669             *k*) failcom='fail=yes';; \
670           esac; \
671         done; \
672         dot_seen=no; \
673         case "$@" in \
674           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
675           *) list='$(SUBDIRS)' ;; \
676         esac; \
677         rev=''; for subdir in $$list; do \
678           if test "$$subdir" = "."; then :; else \
679             rev="$$subdir $$rev"; \
680           fi; \
681         done; \
682         rev="$$rev ."; \
683         target=`echo $@ | sed s/-recursive//`; \
684         for subdir in $$rev; do \
685           echo "Making $$target in $$subdir"; \
686           if test "$$subdir" = "."; then \
687             local_target="$$target-am"; \
688           else \
689             local_target="$$target"; \
690           fi; \
691           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
692           || eval $$failcom; \
693         done && test -z "$$fail"
694 tags-recursive:
695         list='$(SUBDIRS)'; for subdir in $$list; do \
696           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
697         done
698 ctags-recursive:
699         list='$(SUBDIRS)'; for subdir in $$list; do \
700           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
701         done
702
703 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
704         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
705         unique=`for i in $$list; do \
706             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
707           done | \
708           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
709               END { if (nonempty) { for (i in files) print i; }; }'`; \
710         mkid -fID $$unique
711 tags: TAGS
712
713 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
714                 $(TAGS_FILES) $(LISP)
715         set x; \
716         here=`pwd`; \
717         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
718           include_option=--etags-include; \
719           empty_fix=.; \
720         else \
721           include_option=--include; \
722           empty_fix=; \
723         fi; \
724         list='$(SUBDIRS)'; for subdir in $$list; do \
725           if test "$$subdir" = .; then :; else \
726             test ! -f $$subdir/TAGS || \
727               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
728           fi; \
729         done; \
730         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
731         unique=`for i in $$list; do \
732             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
733           done | \
734           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
735               END { if (nonempty) { for (i in files) print i; }; }'`; \
736         shift; \
737         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
738           test -n "$$unique" || unique=$$empty_fix; \
739           if test $$# -gt 0; then \
740             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
741               "$$@" $$unique; \
742           else \
743             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
744               $$unique; \
745           fi; \
746         fi
747 ctags: CTAGS
748 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
749                 $(TAGS_FILES) $(LISP)
750         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
751         unique=`for i in $$list; do \
752             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
753           done | \
754           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
755               END { if (nonempty) { for (i in files) print i; }; }'`; \
756         test -z "$(CTAGS_ARGS)$$unique" \
757           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
758              $$unique
759
760 GTAGS:
761         here=`$(am__cd) $(top_builddir) && pwd` \
762           && $(am__cd) $(top_srcdir) \
763           && gtags -i $(GTAGS_ARGS) "$$here"
764
765 distclean-tags:
766         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
767
768 distdir: $(DISTFILES)
769         $(am__remove_distdir)
770         test -d "$(distdir)" || mkdir "$(distdir)"
771         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
772         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
773         list='$(DISTFILES)'; \
774           dist_files=`for file in $$list; do echo $$file; done | \
775           sed -e "s|^$$srcdirstrip/||;t" \
776               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
777         case $$dist_files in \
778           */*) $(MKDIR_P) `echo "$$dist_files" | \
779                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
780                            sort -u` ;; \
781         esac; \
782         for file in $$dist_files; do \
783           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
784           if test -d $$d/$$file; then \
785             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
786             if test -d "$(distdir)/$$file"; then \
787               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
788             fi; \
789             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
790               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
791               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
792             fi; \
793             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
794           else \
795             test -f "$(distdir)/$$file" \
796             || cp -p $$d/$$file "$(distdir)/$$file" \
797             || exit 1; \
798           fi; \
799         done
800         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
801           if test "$$subdir" = .; then :; else \
802             test -d "$(distdir)/$$subdir" \
803             || $(MKDIR_P) "$(distdir)/$$subdir" \
804             || exit 1; \
805           fi; \
806         done
807         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
808           if test "$$subdir" = .; then :; else \
809             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
810             $(am__relativize); \
811             new_distdir=$$reldir; \
812             dir1=$$subdir; dir2="$(top_distdir)"; \
813             $(am__relativize); \
814             new_top_distdir=$$reldir; \
815             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
816             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
817             ($(am__cd) $$subdir && \
818               $(MAKE) $(AM_MAKEFLAGS) \
819                 top_distdir="$$new_top_distdir" \
820                 distdir="$$new_distdir" \
821                 am__remove_distdir=: \
822                 am__skip_length_check=: \
823                 am__skip_mode_fix=: \
824                 distdir) \
825               || exit 1; \
826           fi; \
827         done
828         $(MAKE) $(AM_MAKEFLAGS) \
829           top_distdir="$(top_distdir)" distdir="$(distdir)" \
830           dist-hook
831         -test -n "$(am__skip_mode_fix)" \
832         || find "$(distdir)" -type d ! -perm -755 \
833                 -exec chmod u+rwx,go+rx {} \; -o \
834           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
835           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
836           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
837         || chmod -R a+r "$(distdir)"
838 dist-gzip: distdir
839         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
840         $(am__remove_distdir)
841
842 dist-bzip2: distdir
843         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
844         $(am__remove_distdir)
845
846 dist-lzip: distdir
847         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
848         $(am__remove_distdir)
849
850 dist-lzma: distdir
851         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
852         $(am__remove_distdir)
853 dist-xz: distdir
854         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
855         $(am__remove_distdir)
856
857 dist-tarZ: distdir
858         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
859         $(am__remove_distdir)
860
861 dist-shar: distdir
862         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
863         $(am__remove_distdir)
864
865 dist-zip: distdir
866         -rm -f $(distdir).zip
867         zip -rq $(distdir).zip $(distdir)
868         $(am__remove_distdir)
869
870 dist dist-all: distdir
871         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
872         $(am__remove_distdir)
873
874 # This target untars the dist file and tries a VPATH configuration.  Then
875 # it guarantees that the distribution is self-contained by making another
876 # tarfile.
877 distcheck: dist
878         case '$(DIST_ARCHIVES)' in \
879         *.tar.gz*) \
880           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
881         *.tar.bz2*) \
882           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
883         *.tar.lzma*) \
884           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
885         *.tar.lz*) \
886           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
887         *.tar.xz*) \
888           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
889         *.tar.Z*) \
890           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
891         *.shar.gz*) \
892           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
893         *.zip*) \
894           unzip $(distdir).zip ;;\
895         esac
896         chmod -R a-w $(distdir); chmod a+w $(distdir)
897         mkdir $(distdir)/_build
898         mkdir $(distdir)/_inst
899         chmod a-w $(distdir)
900         test -d $(distdir)/_build || exit 0; \
901         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
902           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
903           && am__cwd=`pwd` \
904           && $(am__cd) $(distdir)/_build \
905           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
906             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
907             $(DISTCHECK_CONFIGURE_FLAGS) \
908           && $(MAKE) $(AM_MAKEFLAGS) \
909           && $(MAKE) $(AM_MAKEFLAGS) dvi \
910           && $(MAKE) $(AM_MAKEFLAGS) check \
911           && $(MAKE) $(AM_MAKEFLAGS) install \
912           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
913           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
914           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
915                 distuninstallcheck \
916           && chmod -R a-w "$$dc_install_base" \
917           && ({ \
918                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
919                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
920                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
921                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
922                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
923               } || { rm -rf "$$dc_destdir"; exit 1; }) \
924           && rm -rf "$$dc_destdir" \
925           && $(MAKE) $(AM_MAKEFLAGS) dist \
926           && rm -rf $(DIST_ARCHIVES) \
927           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
928           && cd "$$am__cwd" \
929           || exit 1
930         $(am__remove_distdir)
931         @(echo "$(distdir) archives ready for distribution: "; \
932           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
933           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
934 distuninstallcheck:
935         @test -n '$(distuninstallcheck_dir)' || { \
936           echo 'ERROR: trying to run $@ with an empty' \
937                '$$(distuninstallcheck_dir)' >&2; \
938           exit 1; \
939         }; \
940         $(am__cd) '$(distuninstallcheck_dir)' || { \
941           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
942           exit 1; \
943         }; \
944         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
945            || { echo "ERROR: files left after uninstall:" ; \
946                 if test -n "$(DESTDIR)"; then \
947                   echo "  (check DESTDIR support)"; \
948                 fi ; \
949                 $(distuninstallcheck_listfiles) ; \
950                 exit 1; } >&2
951 distcleancheck: distclean
952         @if test '$(srcdir)' = . ; then \
953           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
954           exit 1 ; \
955         fi
956         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
957           || { echo "ERROR: files left in build directory after distclean:" ; \
958                $(distcleancheck_listfiles) ; \
959                exit 1; } >&2
960 check-am: all-am
961         $(MAKE) $(AM_MAKEFLAGS) check-local
962 check: check-recursive
963 all-am: Makefile $(SCRIPTS) $(DATA) config.h
964 installdirs: installdirs-recursive
965 installdirs-am:
966         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(gettextdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
967           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
968         done
969 install: install-recursive
970 install-exec: install-exec-recursive
971 install-data: install-data-recursive
972 uninstall: uninstall-recursive
973
974 install-am: all-am
975         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
976
977 installcheck: installcheck-recursive
978 install-strip:
979         if test -z '$(STRIP)'; then \
980           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
981             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
982               install; \
983         else \
984           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
985             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
986             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
987         fi
988 mostlyclean-generic:
989
990 clean-generic:
991
992 distclean-generic:
993         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
994         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
995         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
996
997 maintainer-clean-generic:
998         @echo "This command is intended for maintainers to use"
999         @echo "it deletes files that may require special tools to rebuild."
1000 clean: clean-recursive
1001
1002 clean-am: clean-generic clean-libtool mostlyclean-am
1003
1004 distclean: distclean-recursive
1005         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1006         -rm -f Makefile
1007 distclean-am: clean-am distclean-generic distclean-hdr \
1008         distclean-libtool distclean-local distclean-tags
1009
1010 dvi: dvi-recursive
1011
1012 dvi-am:
1013
1014 html: html-recursive
1015
1016 html-am:
1017
1018 info: info-recursive
1019
1020 info-am:
1021
1022 install-data-am: install-gettextSCRIPTS install-pkgconfigDATA
1023
1024 install-dvi: install-dvi-recursive
1025
1026 install-dvi-am:
1027
1028 install-exec-am: install-binSCRIPTS
1029
1030 install-html: install-html-recursive
1031
1032 install-html-am:
1033
1034 install-info: install-info-recursive
1035
1036 install-info-am:
1037
1038 install-man:
1039
1040 install-pdf: install-pdf-recursive
1041
1042 install-pdf-am:
1043
1044 install-ps: install-ps-recursive
1045
1046 install-ps-am:
1047
1048 installcheck-am:
1049
1050 maintainer-clean: maintainer-clean-recursive
1051         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1052         -rm -rf $(top_srcdir)/autom4te.cache
1053         -rm -f Makefile
1054 maintainer-clean-am: distclean-am maintainer-clean-generic
1055
1056 mostlyclean: mostlyclean-recursive
1057
1058 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1059
1060 pdf: pdf-recursive
1061
1062 pdf-am:
1063
1064 ps: ps-recursive
1065
1066 ps-am:
1067
1068 uninstall-am: uninstall-binSCRIPTS uninstall-gettextSCRIPTS \
1069         uninstall-pkgconfigDATA
1070
1071 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
1072         ctags-recursive install-am install-strip tags-recursive
1073
1074 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1075         all all-am am--refresh check check-am check-local clean \
1076         clean-generic clean-libtool ctags ctags-recursive dist \
1077         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
1078         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1079         distclean-generic distclean-hdr distclean-libtool \
1080         distclean-local distclean-tags distcleancheck distdir \
1081         distuninstallcheck dvi dvi-am html html-am info info-am \
1082         install install-am install-binSCRIPTS install-data \
1083         install-data-am install-dvi install-dvi-am install-exec \
1084         install-exec-am install-gettextSCRIPTS install-html \
1085         install-html-am install-info install-info-am install-man \
1086         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1087         install-ps-am install-strip installcheck installcheck-am \
1088         installdirs installdirs-am maintainer-clean \
1089         maintainer-clean-generic mostlyclean mostlyclean-generic \
1090         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1091         uninstall uninstall-am uninstall-binSCRIPTS \
1092         uninstall-gettextSCRIPTS uninstall-pkgconfigDATA
1093
1094
1095 ### testing rules
1096
1097 # test: run all tests in cwd and subdirs
1098 test: test-nonrecursive
1099 @OS_UNIX_TRUE@  @ for subdir in $(SUBDIRS) . ; do \
1100 @OS_UNIX_TRUE@      test "$$subdir" = "." -o "$$subdir" = "po" || \
1101 @OS_UNIX_TRUE@      ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
1102 @OS_UNIX_TRUE@    done
1103
1104 # test-nonrecursive: run tests only in cwd
1105 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
1106 @OS_UNIX_TRUE@  @test -z "${TEST_PROGS}" || G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
1107 @OS_UNIX_FALSE@test-nonrecursive:
1108
1109 # test-report: run tests in subdirs and generate report
1110 # perf-report: run tests in subdirs with -m perf and generate report
1111 # full-report: like test-report: with -m perf and -m slow
1112 test-report perf-report full-report:    ${TEST_PROGS}
1113         @test -z "${TEST_PROGS}" || { \
1114           case $@ in \
1115           test-report) test_options="-k";; \
1116           perf-report) test_options="-k -m=perf";; \
1117           full-report) test_options="-k -m=perf -m=slow";; \
1118           esac ; \
1119           if test -z "$$GTESTER_LOGDIR" ; then  \
1120             ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
1121           elif test -n "${TEST_PROGS}" ; then \
1122             ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
1123           fi ; \
1124         }
1125         @ ignore_logdir=true ; \
1126           if test -z "$$GTESTER_LOGDIR" ; then \
1127             GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
1128             ignore_logdir=false ; \
1129           fi ; \
1130           if test -d "$(top_srcdir)/.git" ; then \
1131             REVISION=`git describe` ; \
1132           else \
1133             REVISION=$(VERSION) ; \
1134           fi ; \
1135           for subdir in $(SUBDIRS) . ; do \
1136             test "$$subdir" = "." -o "$$subdir" = "po" || \
1137             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
1138           done ; \
1139           $$ignore_logdir || { \
1140             echo '<?xml version="1.0"?>'              > $@.xml ; \
1141             echo '<report-collection>'               >> $@.xml ; \
1142             echo '<info>'                            >> $@.xml ; \
1143             echo '  <package>$(PACKAGE)</package>'   >> $@.xml ; \
1144             echo '  <version>$(VERSION)</version>'   >> $@.xml ; \
1145             echo "  <revision>$$REVISION</revision>" >> $@.xml ; \
1146             echo '</info>'                           >> $@.xml ; \
1147             for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
1148               sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
1149             done ; \
1150             echo >> $@.xml ; \
1151             echo '</report-collection>' >> $@.xml ; \
1152             rm -rf "$$GTESTER_LOGDIR"/ ; \
1153             ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
1154           }
1155 .PHONY: test test-report perf-report full-report test-nonrecursive
1156
1157 .PHONY: lcov genlcov lcov-clean
1158 # use recursive makes in order to ignore errors during check
1159 lcov:
1160         -$(MAKE) $(AM_MAKEFLAGS) -k check
1161         $(MAKE) $(AM_MAKEFLAGS) genlcov
1162
1163 # we have to massage the lcov.info file slightly to hide the effect of libtool
1164 # placing the objects files in the .libs/ directory separate from the *.c
1165 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
1166 genlcov:
1167         rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda
1168         $(LTP) --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool
1169         LANG=C $(LTP_GENHTML) --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --show-details glib-lcov.info
1170         @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
1171
1172 lcov-clean:
1173         -$(LTP) --directory $(top_builddir) -z
1174         -rm -rf glib-lcov.info glib-lcov
1175         -find -name '*.gcda' -print | xargs rm
1176
1177 # run tests in cwd as part of make check
1178 check-local: test-nonrecursive
1179
1180 # http://people.gnome.org/~walters/docs/build-api.txt
1181 .buildapi-allow-builddir:
1182
1183 ChangeLog:
1184         $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
1185           (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GLIB_2_20_0^^.. --stat) | fmt --split-only > $@.tmp \
1186           && mv -f $@.tmp $@ \
1187           || ($(RM) $@.tmp; \
1188               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
1189               (test -f $@ || echo git-log is required to generate this file >> $@)); \
1190         else \
1191           test -f $@ || \
1192           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
1193           echo A git checkout and git-log is required to generate this file >> $@); \
1194         fi
1195
1196 $(pkgconfig_DATA): config.status
1197
1198 distclean-local: lcov-clean
1199         if test $(srcdir) = .; then :; else \
1200             rm -f $(BUILT_EXTRA_DIST); \
1201         fi
1202
1203 .PHONY: files release sanity snapshot ChangeLog
1204
1205 files:
1206         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
1207           echo $$p; \
1208         done
1209
1210 release:
1211         rm -rf .deps */.deps
1212         cd docs && make glib.html
1213         $(MAKE) distcheck
1214
1215 sanity:
1216         ./sanity_check $(VERSION)
1217
1218 snapshot:
1219         $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
1220
1221 snapcheck:
1222         $(MAKE) distcheck distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
1223
1224 dist-hook: $(BUILT_EXTRA_DIST)
1225         files='$(BUILT_EXTRA_DIST)'; \
1226         for f in $$files; do \
1227           if test -f $$f; then d=.; else d=$(srcdir); fi; \
1228           rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done
1229
1230 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1231 # Otherwise a system limit (for SysV at least) may be exceeded.
1232 .NOEXPORT: