Moving files to packaging and extracing new tarball.
[profile/ivi/glib2.git] / glib / 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
22
23
24 VPATH = @srcdir@
25 pkgdatadir = $(datadir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 pkglibdir = $(libdir)/@PACKAGE@
28 pkglibexecdir = $(libexecdir)/@PACKAGE@
29 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 build_triplet = @build@
42 host_triplet = @host@
43 DIST_COMMON = $(deprecatedinclude_HEADERS) $(dist_gdb_SCRIPTS) \
44         $(glibinclude_HEADERS) $(glibsubinclude_HEADERS) \
45         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
46         $(srcdir)/glib.rc.in $(srcdir)/glib.stp.in \
47         $(srcdir)/glibconfig.h.win32.in $(srcdir)/makefile.msc.in \
48         $(top_srcdir)/Makefile.decl
49 @OS_UNIX_TRUE@am__append_1 = glib-unix.c
50 @OS_WIN32_TRUE@am__append_2 = gthread-win32.c
51 @OS_WIN32_FALSE@am__append_3 = gthread-posix.c
52 @ENABLE_DTRACE_TRUE@am__append_4 = glib_probes.h glib_probes.o
53 @ENABLE_DTRACE_TRUE@am__append_5 = glib_probes.h glib_probes.h.tmp
54 @ENABLE_DTRACE_TRUE@am__append_6 = glib_probes.o
55 @ENABLE_SYSTEMTAP_TRUE@am__append_7 = $(tapset_in_files)
56 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@am__append_8 = gspawn-win64-helper gspawn-win64-helper-console
57 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@am__append_9 = gspawn-win32-helper gspawn-win32-helper-console
58 bin_PROGRAMS = $(am__EXEEXT_4)
59 @OS_UNIX_TRUE@am__append_10 = gtester
60 @OS_UNIX_TRUE@am__append_11 = ${auto_config_binscripts}
61 subdir = glib
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
64         $(top_srcdir)/m4macros/libtool.m4 \
65         $(top_srcdir)/m4macros/ltoptions.m4 \
66         $(top_srcdir)/m4macros/ltsugar.m4 \
67         $(top_srcdir)/m4macros/ltversion.m4 \
68         $(top_srcdir)/m4macros/lt~obsolete.m4 \
69         $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
70         $(top_srcdir)/glib/libcharset/codeset.m4 \
71         $(top_srcdir)/glib/libcharset/glibc21.m4 \
72         $(top_srcdir)/m4macros/glib-gettext.m4 \
73         $(top_srcdir)/configure.ac
74 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75         $(ACLOCAL_M4)
76 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77 CONFIG_HEADER = $(top_builddir)/config.h
78 CONFIG_CLEAN_FILES = glib.stp glibconfig.h.win32 makefile.msc glib.rc
79 CONFIG_CLEAN_VPATH_FILES =
80 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
81 am__vpath_adj = case $$p in \
82     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
83     *) f=$$p;; \
84   esac;
85 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
86 am__install_max = 40
87 am__nobase_strip_setup = \
88   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
89 am__nobase_strip = \
90   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
91 am__nobase_list = $(am__nobase_strip_setup); \
92   for p in $$list; do echo "$$p $$p"; done | \
93   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
94   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
95     if (++n[$$2] == $(am__install_max)) \
96       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
97     END { for (dir in files) print dir, files[dir] }'
98 am__base_list = \
99   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
100   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
101 am__uninstall_files_from_dir = { \
102   test -z "$$files" \
103     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
104     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
105          $(am__cd) "$$dir" && rm -f $$files; }; \
106   }
107 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
108         "$(DESTDIR)$(bindir)" "$(DESTDIR)$(gdbdir)" \
109         "$(DESTDIR)$(tapsetdir)" "$(DESTDIR)$(deprecatedincludedir)" \
110         "$(DESTDIR)$(glibincludedir)" "$(DESTDIR)$(glibsubincludedir)" \
111         "$(DESTDIR)$(configexecincludedir)"
112 LTLIBRARIES = $(lib_LTLIBRARIES)
113 am__DEPENDENCIES_1 =
114 @USE_SYSTEM_PCRE_FALSE@am__DEPENDENCIES_2 = pcre/libpcre.la
115 @USE_SYSTEM_PCRE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
116 am__libglib_2_0_la_SOURCES_DIST = deprecated/gallocator.c \
117         deprecated/gcache.c deprecated/gcompletion.c deprecated/grel.c \
118         deprecated/gthread-deprecated.c glib_probes.d garray.c \
119         gasyncqueue.c gasyncqueueprivate.h gatomic.c gbacktrace.c \
120         gbase64.c gbitlock.c gbookmarkfile.c gbsearcharray.h gbytes.c \
121         gbytes.h gcharset.c gchecksum.c gconvert.c gdataset.c \
122         gdatasetprivate.h gdate.c gdatetime.c gdir.c genviron.c \
123         gerror.c gfileutils.c ggettext.c ghash.c ghmac.c ghook.c \
124         ghostutils.c giochannel.c gkeyfile.c glibintl.h glib_trace.h \
125         glib-init.h glib-init.c glib-private.h glib-private.c glist.c \
126         gmain-internal.h gmain.c gmappedfile.c gmarkup.c gmem.c \
127         gmessages.c gmirroringtable.h gnode.c goption.c gpattern.c \
128         gpoll.c gprimes.c gqsort.c gqueue.c grand.c gregex.c \
129         gscanner.c gscripttable.h gsequence.c gshell.c gslice.c \
130         gslist.c gstdio.c gstrfuncs.c gstring.c gstringchunk.c \
131         gtestutils.c gthread.c gthreadprivate.h gthreadpool.c gtimer.c \
132         gtimezone.c gtrashstack.c gtree.c guniprop.c gutf8.c \
133         gunibreak.h gunibreak.c gunichartables.h gunicollate.c \
134         gunicomp.h gunidecomp.h gunidecomp.c gunicodeprivate.h \
135         gurifuncs.c gutils.c gvariant.h gvariant.c gvariant-core.h \
136         gvariant-core.c gvariant-internal.h gvariant-parser.c \
137         gvariant-serialiser.h gvariant-serialiser.c gvarianttypeinfo.h \
138         gvarianttypeinfo.c gvarianttype.c gversion.c gwakeup.h \
139         gwakeup.c gprintf.c gprintfint.h glib-unix.c gthread-win32.c \
140         gthread-posix.c
141 am__objects_1 = gallocator.lo gcache.lo gcompletion.lo grel.lo \
142         gthread-deprecated.lo
143 @OS_UNIX_TRUE@am__objects_2 = glib-unix.lo
144 @OS_WIN32_TRUE@am__objects_3 = gthread-win32.lo
145 @OS_WIN32_FALSE@am__objects_4 = gthread-posix.lo
146 am_libglib_2_0_la_OBJECTS = $(am__objects_1) garray.lo gasyncqueue.lo \
147         gatomic.lo gbacktrace.lo gbase64.lo gbitlock.lo \
148         gbookmarkfile.lo gbytes.lo gcharset.lo gchecksum.lo \
149         gconvert.lo gdataset.lo gdate.lo gdatetime.lo gdir.lo \
150         genviron.lo gerror.lo gfileutils.lo ggettext.lo ghash.lo \
151         ghmac.lo ghook.lo ghostutils.lo giochannel.lo gkeyfile.lo \
152         glib-init.lo glib-private.lo glist.lo gmain.lo gmappedfile.lo \
153         gmarkup.lo gmem.lo gmessages.lo gnode.lo goption.lo \
154         gpattern.lo gpoll.lo gprimes.lo gqsort.lo gqueue.lo grand.lo \
155         gregex.lo gscanner.lo gsequence.lo gshell.lo gslice.lo \
156         gslist.lo gstdio.lo gstrfuncs.lo gstring.lo gstringchunk.lo \
157         gtestutils.lo gthread.lo gthreadpool.lo gtimer.lo gtimezone.lo \
158         gtrashstack.lo gtree.lo guniprop.lo gutf8.lo gunibreak.lo \
159         gunicollate.lo gunidecomp.lo gurifuncs.lo gutils.lo \
160         gvariant.lo gvariant-core.lo gvariant-parser.lo \
161         gvariant-serialiser.lo gvarianttypeinfo.lo gvarianttype.lo \
162         gversion.lo gwakeup.lo gprintf.lo $(am__objects_2) \
163         $(am__objects_3) $(am__objects_4)
164 libglib_2_0_la_OBJECTS = $(am_libglib_2_0_la_OBJECTS)
165 AM_V_lt = $(am__v_lt_@AM_V@)
166 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
167 am__v_lt_0 = --silent
168 libglib_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
169         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
170         $(AM_CFLAGS) $(CFLAGS) $(libglib_2_0_la_LDFLAGS) $(LDFLAGS) -o \
171         $@
172 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@am__EXEEXT_1 = gspawn-win64-helper$(EXEEXT) \
173 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@      gspawn-win64-helper-console$(EXEEXT)
174 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@am__EXEEXT_2 = gspawn-win32-helper$(EXEEXT) \
175 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@     gspawn-win32-helper-console$(EXEEXT)
176 @OS_UNIX_TRUE@am__EXEEXT_3 = gtester$(EXEEXT)
177 am__EXEEXT_4 = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
178 PROGRAMS = $(bin_PROGRAMS)
179 gspawn_win32_helper_SOURCES = gspawn-win32-helper.c
180 gspawn_win32_helper_OBJECTS = gspawn-win32-helper.$(OBJEXT)
181 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_DEPENDENCIES =  \
182 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@     libglib-2.0.la
183 gspawn_win32_helper_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
184         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
185         $(AM_CFLAGS) $(CFLAGS) $(gspawn_win32_helper_LDFLAGS) \
186         $(LDFLAGS) -o $@
187 gspawn_win32_helper_console_SOURCES = gspawn-win32-helper-console.c
188 gspawn_win32_helper_console_OBJECTS =  \
189         gspawn-win32-helper-console.$(OBJEXT)
190 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_console_DEPENDENCIES =  \
191 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@     libglib-2.0.la
192 gspawn_win64_helper_SOURCES = gspawn-win64-helper.c
193 gspawn_win64_helper_OBJECTS = gspawn-win64-helper.$(OBJEXT)
194 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_DEPENDENCIES =  \
195 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@      libglib-2.0.la
196 gspawn_win64_helper_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
197         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
198         $(AM_CFLAGS) $(CFLAGS) $(gspawn_win64_helper_LDFLAGS) \
199         $(LDFLAGS) -o $@
200 gspawn_win64_helper_console_SOURCES = gspawn-win64-helper-console.c
201 gspawn_win64_helper_console_OBJECTS =  \
202         gspawn-win64-helper-console.$(OBJEXT)
203 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_console_DEPENDENCIES =  \
204 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@      libglib-2.0.la
205 am__gtester_SOURCES_DIST = gtester.c
206 @OS_UNIX_TRUE@am_gtester_OBJECTS = gtester.$(OBJEXT)
207 gtester_OBJECTS = $(am_gtester_OBJECTS)
208 @OS_UNIX_TRUE@gtester_DEPENDENCIES = libglib-2.0.la
209 SCRIPTS = $(bin_SCRIPTS) $(dist_gdb_SCRIPTS)
210 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
211 depcomp = $(SHELL) $(top_srcdir)/depcomp
212 am__depfiles_maybe = depfiles
213 am__mv = mv -f
214 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
215         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
216 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
217         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
218         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
219         $(AM_CFLAGS) $(CFLAGS)
220 AM_V_CC = $(am__v_CC_@AM_V@)
221 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
222 am__v_CC_0 = @echo "  CC    " $@;
223 AM_V_at = $(am__v_at_@AM_V@)
224 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
225 am__v_at_0 = @
226 CCLD = $(CC)
227 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
228         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
229         $(AM_LDFLAGS) $(LDFLAGS) -o $@
230 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
231 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
232 am__v_CCLD_0 = @echo "  CCLD  " $@;
233 AM_V_GEN = $(am__v_GEN_@AM_V@)
234 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
235 am__v_GEN_0 = @echo "  GEN   " $@;
236 SOURCES = $(libglib_2_0_la_SOURCES) $(EXTRA_libglib_2_0_la_SOURCES) \
237         gspawn-win32-helper.c gspawn-win32-helper-console.c \
238         gspawn-win64-helper.c gspawn-win64-helper-console.c \
239         $(gtester_SOURCES)
240 DIST_SOURCES = $(am__libglib_2_0_la_SOURCES_DIST) \
241         $(EXTRA_libglib_2_0_la_SOURCES) gspawn-win32-helper.c \
242         gspawn-win32-helper-console.c gspawn-win64-helper.c \
243         gspawn-win64-helper-console.c $(am__gtester_SOURCES_DIST)
244 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
245         html-recursive info-recursive install-data-recursive \
246         install-dvi-recursive install-exec-recursive \
247         install-html-recursive install-info-recursive \
248         install-pdf-recursive install-ps-recursive install-recursive \
249         installcheck-recursive installdirs-recursive pdf-recursive \
250         ps-recursive uninstall-recursive
251 DATA = $(noinst_DATA) $(tapset_DATA)
252 HEADERS = $(deprecatedinclude_HEADERS) $(glibinclude_HEADERS) \
253         $(glibsubinclude_HEADERS) $(nodist_configexecinclude_HEADERS)
254 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
255   distclean-recursive maintainer-clean-recursive
256 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
257         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
258         distdir
259 ETAGS = etags
260 CTAGS = ctags
261 am__tty_colors = \
262 red=; grn=; lgn=; blu=; std=
263 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
264 am__relativize = \
265   dir0=`pwd`; \
266   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
267   sed_rest='s,^[^/]*/*,,'; \
268   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
269   sed_butlast='s,/*[^/]*$$,,'; \
270   while test -n "$$dir1"; do \
271     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
272     if test "$$first" != "."; then \
273       if test "$$first" = ".."; then \
274         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
275         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
276       else \
277         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
278         if test "$$first2" = "$$first"; then \
279           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
280         else \
281           dir2="../$$dir2"; \
282         fi; \
283         dir0="$$dir0"/"$$first"; \
284       fi; \
285     fi; \
286     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
287   done; \
288   reldir="$$dir2"
289 ABS_GLIB_RUNTIME_LIBDIR = @ABS_GLIB_RUNTIME_LIBDIR@
290 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
291 ACLOCAL = @ACLOCAL@
292 ALLOCA = @ALLOCA@
293 AMTAR = @AMTAR@
294 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
295 AR = @AR@
296 AS = @AS@
297 AUTOCONF = @AUTOCONF@
298 AUTOHEADER = @AUTOHEADER@
299 AUTOMAKE = @AUTOMAKE@
300 AWK = @AWK@
301 CATALOGS = @CATALOGS@
302 CATOBJEXT = @CATOBJEXT@
303 CC = @CC@
304 CCDEPMODE = @CCDEPMODE@
305 CFLAGS = @CFLAGS@
306 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
307 CPP = @CPP@
308 CPPFLAGS = @CPPFLAGS@
309 CXX = @CXX@
310 CXXCPP = @CXXCPP@
311 CXXDEPMODE = @CXXDEPMODE@
312 CXXFLAGS = @CXXFLAGS@
313 CYGPATH_W = @CYGPATH_W@
314 DATADIRNAME = @DATADIRNAME@
315 DBUS1_CFLAGS = @DBUS1_CFLAGS@
316 DBUS1_LIBS = @DBUS1_LIBS@
317 DEFS = @DEFS@
318 DEPDIR = @DEPDIR@
319 DLLTOOL = @DLLTOOL@
320 DSYMUTIL = @DSYMUTIL@
321 DTRACE = @DTRACE@
322 DUMPBIN = @DUMPBIN@
323 ECHO_C = @ECHO_C@
324 ECHO_N = @ECHO_N@
325 ECHO_T = @ECHO_T@
326 EGREP = @EGREP@
327 ELF_LIBS = @ELF_LIBS@
328 EXEEXT = @EXEEXT@
329 FAM_LIBS = @FAM_LIBS@
330 FGREP = @FGREP@
331 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
332 GIO = @GIO@
333 GIO_MODULE_DIR = @GIO_MODULE_DIR@
334 GLIBC21 = @GLIBC21@
335 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
336 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
337 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
338 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
339 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
340 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
341 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
342 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
343 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
344 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
345 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
346 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
347 GLIB_VERSION = @GLIB_VERSION@
348 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
349 GMOFILES = @GMOFILES@
350 GMSGFMT = @GMSGFMT@
351 GREP = @GREP@
352 GSPAWN = @GSPAWN@
353 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
354 GTKDOC_CHECK = @GTKDOC_CHECK@
355 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
356 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
357 GTKDOC_MKPDF = @GTKDOC_MKPDF@
358 GTKDOC_REBASE = @GTKDOC_REBASE@
359 G_LIBS_EXTRA = @G_LIBS_EXTRA@
360 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
361 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
362 G_MODULE_IMPL = @G_MODULE_IMPL@
363 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
364 G_MODULE_LIBS = @G_MODULE_LIBS@
365 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
366 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
367 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
368 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
369 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
370 G_THREAD_LIBS = @G_THREAD_LIBS@
371 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
372 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
373 HTML_DIR = @HTML_DIR@
374 ICONV_LIBS = @ICONV_LIBS@
375 INDENT = @INDENT@
376 INSTALL = @INSTALL@
377 INSTALL_DATA = @INSTALL_DATA@
378 INSTALL_PROGRAM = @INSTALL_PROGRAM@
379 INSTALL_SCRIPT = @INSTALL_SCRIPT@
380 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
381 INSTOBJEXT = @INSTOBJEXT@
382 INTLLIBS = @INTLLIBS@
383 LD = @LD@
384 LDFLAGS = @LDFLAGS@
385 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
386 LIBFFI_LIBS = @LIBFFI_LIBS@
387 LIBOBJS = @LIBOBJS@
388 LIBS = @LIBS@
389 LIBTOOL = @LIBTOOL@
390 LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
391 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
392 LIPO = @LIPO@
393 LN_S = @LN_S@
394 LTLIBOBJS = @LTLIBOBJS@
395 LTP = @LTP@
396 LTP_GENHTML = @LTP_GENHTML@
397 LT_AGE = @LT_AGE@
398 LT_CURRENT = @LT_CURRENT@
399 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
400 LT_RELEASE = @LT_RELEASE@
401 LT_REVISION = @LT_REVISION@
402 MAINT = @MAINT@
403 MAKEINFO = @MAKEINFO@
404 MANIFEST_TOOL = @MANIFEST_TOOL@
405 MKDIR_P = @MKDIR_P@
406 MKINSTALLDIRS = @MKINSTALLDIRS@
407 MSGFMT = @MSGFMT@
408 MSGFMT_OPTS = @MSGFMT_OPTS@
409 NETWORK_LIBS = @NETWORK_LIBS@
410 NM = @NM@
411 NMEDIT = @NMEDIT@
412 OBJDUMP = @OBJDUMP@
413 OBJEXT = @OBJEXT@
414 OTOOL = @OTOOL@
415 OTOOL64 = @OTOOL64@
416 PACKAGE = @PACKAGE@
417 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
418 PACKAGE_NAME = @PACKAGE_NAME@
419 PACKAGE_STRING = @PACKAGE_STRING@
420 PACKAGE_TARNAME = @PACKAGE_TARNAME@
421 PACKAGE_URL = @PACKAGE_URL@
422 PACKAGE_VERSION = @PACKAGE_VERSION@
423 PATH_SEPARATOR = @PATH_SEPARATOR@
424 PCRE_CFLAGS = @PCRE_CFLAGS@
425 PCRE_LIBS = @PCRE_LIBS@
426 PCRE_REQUIRES = @PCRE_REQUIRES@
427 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
428 PERL = @PERL@
429 PERL_PATH = @PERL_PATH@
430 PKG_CONFIG = @PKG_CONFIG@
431 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
432 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
433 PLATFORMDEP = @PLATFORMDEP@
434 POFILES = @POFILES@
435 POSUB = @POSUB@
436 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
437 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
438 PYTHON = @PYTHON@
439 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
440 PYTHON_PLATFORM = @PYTHON_PLATFORM@
441 PYTHON_PREFIX = @PYTHON_PREFIX@
442 PYTHON_VERSION = @PYTHON_VERSION@
443 RANLIB = @RANLIB@
444 REBUILD = @REBUILD@
445 SED = @SED@
446 SELINUX_LIBS = @SELINUX_LIBS@
447 SET_MAKE = @SET_MAKE@
448 SHELL = @SHELL@
449 SHTOOL = @SHTOOL@
450 STRIP = @STRIP@
451 USE_NLS = @USE_NLS@
452 VERSION = @VERSION@
453 WINDRES = @WINDRES@
454 XATTR_LIBS = @XATTR_LIBS@
455 XGETTEXT = @XGETTEXT@
456 XMLCATALOG = @XMLCATALOG@
457 XML_CATALOG_FILE = @XML_CATALOG_FILE@
458 XSLTPROC = @XSLTPROC@
459 ZLIB_CFLAGS = @ZLIB_CFLAGS@
460 ZLIB_LIBS = @ZLIB_LIBS@
461 abs_builddir = @abs_builddir@
462 abs_srcdir = @abs_srcdir@
463 abs_top_builddir = @abs_top_builddir@
464 abs_top_srcdir = @abs_top_srcdir@
465 ac_ct_AR = @ac_ct_AR@
466 ac_ct_CC = @ac_ct_CC@
467 ac_ct_CXX = @ac_ct_CXX@
468 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
469 am__include = @am__include@
470 am__leading_dot = @am__leading_dot@
471 am__quote = @am__quote@
472 am__tar = @am__tar@
473 am__untar = @am__untar@
474 bindir = @bindir@
475 build = @build@
476 build_alias = @build_alias@
477 build_cpu = @build_cpu@
478 build_os = @build_os@
479 build_vendor = @build_vendor@
480 builddir = @builddir@
481 config_h_INCLUDES = @config_h_INCLUDES@
482 datadir = @datadir@
483 datarootdir = @datarootdir@
484 docdir = @docdir@
485 dvidir = @dvidir@
486 exec_prefix = @exec_prefix@
487 gio_INCLUDES = @gio_INCLUDES@
488 glib_INCLUDES = @glib_INCLUDES@
489 gmodule_INCLUDES = @gmodule_INCLUDES@
490 gobject_INCLUDES = @gobject_INCLUDES@
491 gthread_INCLUDES = @gthread_INCLUDES@
492 host = @host@
493 host_alias = @host_alias@
494 host_cpu = @host_cpu@
495 host_os = @host_os@
496 host_vendor = @host_vendor@
497 htmldir = @htmldir@
498 includedir = @includedir@
499 infodir = @infodir@
500 install_sh = @install_sh@
501 libdir = @libdir@
502 libexecdir = @libexecdir@
503 localedir = @localedir@
504 localstatedir = @localstatedir@
505 mandir = @mandir@
506 mkdir_p = @mkdir_p@
507 ms_librarian = @ms_librarian@
508 oldincludedir = @oldincludedir@
509 pdfdir = @pdfdir@
510 pkgpyexecdir = @pkgpyexecdir@
511 pkgpythondir = @pkgpythondir@
512 prefix = @prefix@
513 program_transform_name = @program_transform_name@
514 psdir = @psdir@
515 pyexecdir = @pyexecdir@
516 pythondir = @pythondir@
517 sbindir = @sbindir@
518 sharedstatedir = @sharedstatedir@
519 srcdir = @srcdir@
520 sysconfdir = @sysconfdir@
521 target_alias = @target_alias@
522 top_build_prefix = @top_build_prefix@
523 top_builddir = @top_builddir@
524 top_srcdir = @top_srcdir@
525
526 #GTESTER = gtester                      # for non-GLIB packages
527 GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
528 GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
529
530 # initialize variables for unconditional += appending
531
532 # The compilation of GRegex can be disabled, but the source files must
533 # be distributed.
534 EXTRA_DIST = makefile.msc.in glib.rc.in gen-iswide-table.py \
535         gen-unicode-tables.pl gen-script-table.pl \
536         glibconfig.h.win32.in abicheck.sh glib.symbols gregex.c \
537         gregex.h win_iconv.c libglib-gdb.py.in docs.c gconstructor.h \
538         $(MIRRORING_TAB_SOURCE) $(am__append_7) $(am__append_11)
539 TEST_PROGS = 
540 BUILT_SOURCES = glibconfig-stamp $(am__append_4)
541
542 #
543 # Generate glibconfig.h
544 #
545 # The timestamp of the stamp file is used to indicate if glibconfig.h is
546 # up to date with respect to config.status.  In the usual case, changes
547 # to config.status will not result in changes to glibconfig.h so we
548 # avoid touching its timestamp (in order not to rebuild the whole tree).
549 #
550 DISTCLEANFILES = glibconfig-stamp glibconfig.h
551 CLEANFILES = glib-public-headers.txt $(am__append_5)
552 configexecincludedir = $(libdir)/glib-2.0/include
553 nodist_configexecinclude_HEADERS = glibconfig.h
554 @HAVE_GOOD_PRINTF_FALSE@PRINTF_SUBDIR = gnulib
555 @HAVE_GOOD_PRINTF_FALSE@printf_la = gnulib/libgnulib.la
556 @USE_SYSTEM_PCRE_FALSE@MAYBE_PCRE = pcre 
557 SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
558 DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
559 AM_CPPFLAGS = \
560         $(glib_INCLUDES)                \
561         $(pcre_inc)                     \
562         -DG_LOG_DOMAIN=\"GLib\"         \
563         $(GLIB_DEBUG_FLAGS)             \
564         -DGLIB_COMPILATION              \
565         -DPCRE_STATIC
566
567 @HAVE_GNUC_VISIBILITY_TRUE@@OS_LINUX_TRUE@TESTS_ENVIRONMENT = GLIB_DEBUG_FLAGS="$(GLIB_DEBUG_FLAGS)"
568 @HAVE_GNUC_VISIBILITY_TRUE@@OS_LINUX_TRUE@TESTS = abicheck.sh
569 MIRRORING_TAB_SOURCE = \
570         glib-mirroring-tab/Makefile             \
571         glib-mirroring-tab/gen-mirroring-tab.c  \
572         glib-mirroring-tab/packtab.h            \
573         glib-mirroring-tab/packtab.c
574
575
576 # These may be in the builddir too
577 BUILT_EXTRA_DIST = \
578         makefile.msc            \
579         glibconfig.h.win32      \
580         glib.rc
581
582 lib_LTLIBRARIES = libglib-2.0.la
583 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@noinst_DATA = glib-2.0.lib
584 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) glib-2.0.lib $(DESTDIR)$(libdir)
585 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/glib-2.0.lib
586 deprecated_sources = \
587         deprecated/gallocator.c         \
588         deprecated/gcache.c             \
589         deprecated/gcompletion.c        \
590         deprecated/grel.c               \
591         deprecated/gthread-deprecated.c
592
593 libglib_2_0_la_SOURCES = $(deprecated_sources) glib_probes.d garray.c \
594         gasyncqueue.c gasyncqueueprivate.h gatomic.c gbacktrace.c \
595         gbase64.c gbitlock.c gbookmarkfile.c gbsearcharray.h gbytes.c \
596         gbytes.h gcharset.c gchecksum.c gconvert.c gdataset.c \
597         gdatasetprivate.h gdate.c gdatetime.c gdir.c genviron.c \
598         gerror.c gfileutils.c ggettext.c ghash.c ghmac.c ghook.c \
599         ghostutils.c giochannel.c gkeyfile.c glibintl.h glib_trace.h \
600         glib-init.h glib-init.c glib-private.h glib-private.c glist.c \
601         gmain-internal.h gmain.c gmappedfile.c gmarkup.c gmem.c \
602         gmessages.c gmirroringtable.h gnode.c goption.c gpattern.c \
603         gpoll.c gprimes.c gqsort.c gqueue.c grand.c gregex.c \
604         gscanner.c gscripttable.h gsequence.c gshell.c gslice.c \
605         gslist.c gstdio.c gstrfuncs.c gstring.c gstringchunk.c \
606         gtestutils.c gthread.c gthreadprivate.h gthreadpool.c gtimer.c \
607         gtimezone.c gtrashstack.c gtree.c guniprop.c gutf8.c \
608         gunibreak.h gunibreak.c gunichartables.h gunicollate.c \
609         gunicomp.h gunidecomp.h gunidecomp.c gunicodeprivate.h \
610         gurifuncs.c gutils.c gvariant.h gvariant.c gvariant-core.h \
611         gvariant-core.c gvariant-internal.h gvariant-parser.c \
612         gvariant-serialiser.h gvariant-serialiser.c gvarianttypeinfo.h \
613         gvarianttypeinfo.c gvarianttype.c gversion.c gwakeup.h \
614         gwakeup.c gprintf.c gprintfint.h $(am__append_1) \
615         $(am__append_2) $(am__append_3)
616 EXTRA_libglib_2_0_la_SOURCES = \
617         giounix.c       \
618         giowin32.c      \
619         gspawn.c        \
620         gspawn-win32.c  \
621         gwin32.c
622
623 glibincludedir = $(includedir)/glib-2.0
624 glibinclude_HEADERS = \
625         glib-unix.h     \
626         glib-object.h   \
627         glib.h
628
629 deprecatedincludedir = $(includedir)/glib-2.0/glib/deprecated
630 deprecatedinclude_HEADERS = \
631         deprecated/gallocator.h         \
632         deprecated/gcache.h             \
633         deprecated/gcompletion.h        \
634         deprecated/gmain.h              \
635         deprecated/grel.h               \
636         deprecated/gthread.h
637
638 glibsubincludedir = $(includedir)/glib-2.0/glib
639 glibsubinclude_HEADERS = \
640         galloca.h       \
641         garray.h        \
642         gasyncqueue.h   \
643         gatomic.h       \
644         gbacktrace.h    \
645         gbase64.h       \
646         gbitlock.h      \
647         gbookmarkfile.h \
648         gbytes.h        \
649         gcharset.h      \
650         gchecksum.h     \
651         gconvert.h      \
652         gdataset.h      \
653         gdate.h         \
654         gdatetime.h     \
655         gdir.h          \
656         genviron.h      \
657         gerror.h        \
658         gfileutils.h    \
659         ggettext.h      \
660         ghash.h         \
661         ghmac.h         \
662         ghook.h         \
663         ghostutils.h    \
664         gi18n.h         \
665         gi18n-lib.h     \
666         giochannel.h    \
667         gkeyfile.h      \
668         glist.h         \
669         gmacros.h       \
670         gmain.h         \
671         gmappedfile.h   \
672         gmarkup.h       \
673         gmem.h          \
674         gmessages.h     \
675         gnode.h         \
676         goption.h       \
677         gpattern.h      \
678         gpoll.h         \
679         gprimes.h       \
680         gqsort.h        \
681         gquark.h        \
682         gqueue.h        \
683         grand.h         \
684         gregex.h        \
685         gscanner.h      \
686         gsequence.h     \
687         gshell.h        \
688         gslice.h        \
689         gslist.h        \
690         gspawn.h        \
691         gstdio.h        \
692         gstrfuncs.h     \
693         gtestutils.h    \
694         gstring.h       \
695         gstringchunk.h  \
696         gthread.h       \
697         gthreadpool.h   \
698         gtimer.h        \
699         gtimezone.h     \
700         gtrashstack.h   \
701         gtree.h         \
702         gtypes.h        \
703         gunicode.h      \
704         gurifuncs.h     \
705         gutils.h        \
706         gvarianttype.h  \
707         gvariant.h      \
708         gversion.h      \
709         gversionmacros.h \
710         gwin32.h        \
711         gprintf.h
712
713 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
714 @OS_WIN32_AND_DLL_COMPILATION_FALSE@export_symbols = $(LIBTOOL_EXPORT_OPTIONS)
715 @OS_WIN32_AND_DLL_COMPILATION_TRUE@export_symbols = -export-symbols glib.def
716 @OS_WIN32_AND_DLL_COMPILATION_TRUE@glib_win32_res = glib-win32-res.o
717 @OS_WIN32_AND_DLL_COMPILATION_TRUE@glib_win32_res_ldflag = -Wl,$(glib_win32_res)
718 @OS_WIN32_AND_DLL_COMPILATION_TRUE@glib_def = glib.def
719 @USE_SYSTEM_PCRE_FALSE@pcre_lib = pcre/libpcre.la
720 @USE_SYSTEM_PCRE_TRUE@pcre_lib = $(PCRE_LIBS)
721 @USE_SYSTEM_PCRE_FALSE@pcre_inc = 
722 @USE_SYSTEM_PCRE_TRUE@pcre_inc = $(PCRE_CFLAGS)
723 libglib_2_0_la_LIBADD = libcharset/libcharset.la $(printf_la) @GIO@ \
724         @GSPAWN@ @PLATFORMDEP@ @ICONV_LIBS@ @G_LIBS_EXTRA@ $(pcre_lib) \
725         $(G_THREAD_LIBS_EXTRA) $(G_THREAD_LIBS_FOR_GTHREAD) \
726         $(am__append_6)
727 libglib_2_0_la_DEPENDENCIES = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ $(glib_win32_res) $(glib_def)
728 libglib_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
729          $(glib_win32_res_ldflag) \
730         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
731         -export-dynamic $(no_undefined) $(export_symbols)
732
733 INSTALL_PROGS = $(am__append_8) $(am__append_9) $(am__append_10)
734 @ENABLE_SYSTEMTAP_TRUE@tapset_in_files = glib.stp.in
735 @ENABLE_SYSTEMTAP_TRUE@tapsetdir = @ABS_TAPSET_DIR@
736 @ENABLE_SYSTEMTAP_TRUE@tapset_DATA = $(tapset_in_files:.stp.in=.stp)
737 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_LDADD = libglib-2.0.la
738 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_LDFLAGS = -mwindows
739 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_console_LDADD = libglib-2.0.la
740 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_LDADD = libglib-2.0.la
741 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_LDFLAGS = -mwindows
742 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_console_LDADD = libglib-2.0.la
743 @OS_UNIX_TRUE@gtester_SOURCES = gtester.c
744 @OS_UNIX_TRUE@gtester_LDADD = libglib-2.0.la 
745 @OS_UNIX_TRUE@auto_config_binscripts = gtester-report
746 @OS_UNIX_TRUE@bin_SCRIPTS = ${auto_config_binscripts}
747 @OS_UNIX_TRUE@CONFIGVARS = \
748 @OS_UNIX_TRUE@  "bindir"        : "${bindir}",          \
749 @OS_UNIX_TRUE@  "glib-version"  : "${GLIB_VERSION}"
750
751
752 # install gdb scripts
753 gdbdir = $(datadir)/glib-2.0/gdb
754 dist_gdb_SCRIPTS = glib.py
755 all: $(BUILT_SOURCES)
756         $(MAKE) $(AM_MAKEFLAGS) all-recursive
757
758 .SUFFIXES:
759 .SUFFIXES: .c .lo .o .obj
760 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
761         @for dep in $?; do \
762           case '$(am__configure_deps)' in \
763             *$$dep*) \
764               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
765                 && { if test -f $@; then exit 0; else break; fi; }; \
766               exit 1;; \
767           esac; \
768         done; \
769         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu glib/Makefile'; \
770         $(am__cd) $(top_srcdir) && \
771           $(AUTOMAKE) --gnu glib/Makefile
772 .PRECIOUS: Makefile
773 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
774         @case '$?' in \
775           *config.status*) \
776             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
777           *) \
778             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
779             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
780         esac;
781 $(top_srcdir)/Makefile.decl:
782
783 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
784         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
785
786 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
787         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
788 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
789         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
790 $(am__aclocal_m4_deps):
791 glib.stp: $(top_builddir)/config.status $(srcdir)/glib.stp.in
792         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
793 glibconfig.h.win32: $(top_builddir)/config.status $(srcdir)/glibconfig.h.win32.in
794         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
795 makefile.msc: $(top_builddir)/config.status $(srcdir)/makefile.msc.in
796         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
797 glib.rc: $(top_builddir)/config.status $(srcdir)/glib.rc.in
798         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
799 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
800         @$(NORMAL_INSTALL)
801         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
802         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
803         list2=; for p in $$list; do \
804           if test -f $$p; then \
805             list2="$$list2 $$p"; \
806           else :; fi; \
807         done; \
808         test -z "$$list2" || { \
809           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
810           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
811         }
812
813 uninstall-libLTLIBRARIES:
814         @$(NORMAL_UNINSTALL)
815         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
816         for p in $$list; do \
817           $(am__strip_dir) \
818           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
819           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
820         done
821
822 clean-libLTLIBRARIES:
823         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
824         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
825           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
826           test "$$dir" != "$$p" || dir=.; \
827           echo "rm -f \"$${dir}/so_locations\""; \
828           rm -f "$${dir}/so_locations"; \
829         done
830 libglib-2.0.la: $(libglib_2_0_la_OBJECTS) $(libglib_2_0_la_DEPENDENCIES) $(EXTRA_libglib_2_0_la_DEPENDENCIES) 
831         $(AM_V_CCLD)$(libglib_2_0_la_LINK) -rpath $(libdir) $(libglib_2_0_la_OBJECTS) $(libglib_2_0_la_LIBADD) $(LIBS)
832 install-binPROGRAMS: $(bin_PROGRAMS)
833         @$(NORMAL_INSTALL)
834         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
835         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
836         for p in $$list; do echo "$$p $$p"; done | \
837         sed 's/$(EXEEXT)$$//' | \
838         while read p p1; do if test -f $$p || test -f $$p1; \
839           then echo "$$p"; echo "$$p"; else :; fi; \
840         done | \
841         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
842             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
843         sed 'N;N;N;s,\n, ,g' | \
844         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
845           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
846             if ($$2 == $$4) files[d] = files[d] " " $$1; \
847             else { print "f", $$3 "/" $$4, $$1; } } \
848           END { for (d in files) print "f", d, files[d] }' | \
849         while read type dir files; do \
850             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
851             test -z "$$files" || { \
852             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
853             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
854             } \
855         ; done
856
857 uninstall-binPROGRAMS:
858         @$(NORMAL_UNINSTALL)
859         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
860         files=`for p in $$list; do echo "$$p"; done | \
861           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
862               -e 's/$$/$(EXEEXT)/' `; \
863         test -n "$$list" || exit 0; \
864         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
865         cd "$(DESTDIR)$(bindir)" && rm -f $$files
866
867 clean-binPROGRAMS:
868         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
869         echo " rm -f" $$list; \
870         rm -f $$list || exit $$?; \
871         test -n "$(EXEEXT)" || exit 0; \
872         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
873         echo " rm -f" $$list; \
874         rm -f $$list
875 gspawn-win32-helper$(EXEEXT): $(gspawn_win32_helper_OBJECTS) $(gspawn_win32_helper_DEPENDENCIES) $(EXTRA_gspawn_win32_helper_DEPENDENCIES) 
876         @rm -f gspawn-win32-helper$(EXEEXT)
877         $(AM_V_CCLD)$(gspawn_win32_helper_LINK) $(gspawn_win32_helper_OBJECTS) $(gspawn_win32_helper_LDADD) $(LIBS)
878 gspawn-win32-helper-console$(EXEEXT): $(gspawn_win32_helper_console_OBJECTS) $(gspawn_win32_helper_console_DEPENDENCIES) $(EXTRA_gspawn_win32_helper_console_DEPENDENCIES) 
879         @rm -f gspawn-win32-helper-console$(EXEEXT)
880         $(AM_V_CCLD)$(LINK) $(gspawn_win32_helper_console_OBJECTS) $(gspawn_win32_helper_console_LDADD) $(LIBS)
881 gspawn-win64-helper$(EXEEXT): $(gspawn_win64_helper_OBJECTS) $(gspawn_win64_helper_DEPENDENCIES) $(EXTRA_gspawn_win64_helper_DEPENDENCIES) 
882         @rm -f gspawn-win64-helper$(EXEEXT)
883         $(AM_V_CCLD)$(gspawn_win64_helper_LINK) $(gspawn_win64_helper_OBJECTS) $(gspawn_win64_helper_LDADD) $(LIBS)
884 gspawn-win64-helper-console$(EXEEXT): $(gspawn_win64_helper_console_OBJECTS) $(gspawn_win64_helper_console_DEPENDENCIES) $(EXTRA_gspawn_win64_helper_console_DEPENDENCIES) 
885         @rm -f gspawn-win64-helper-console$(EXEEXT)
886         $(AM_V_CCLD)$(LINK) $(gspawn_win64_helper_console_OBJECTS) $(gspawn_win64_helper_console_LDADD) $(LIBS)
887 gtester$(EXEEXT): $(gtester_OBJECTS) $(gtester_DEPENDENCIES) $(EXTRA_gtester_DEPENDENCIES) 
888         @rm -f gtester$(EXEEXT)
889         $(AM_V_CCLD)$(LINK) $(gtester_OBJECTS) $(gtester_LDADD) $(LIBS)
890 install-binSCRIPTS: $(bin_SCRIPTS)
891         @$(NORMAL_INSTALL)
892         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
893         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
894         for p in $$list; do \
895           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
896           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
897         done | \
898         sed -e 'p;s,.*/,,;n' \
899             -e 'h;s|.*|.|' \
900             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
901         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
902           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
903             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
904               if (++n[d] == $(am__install_max)) { \
905                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
906             else { print "f", d "/" $$4, $$1 } } \
907           END { for (d in files) print "f", d, files[d] }' | \
908         while read type dir files; do \
909              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
910              test -z "$$files" || { \
911                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
912                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
913              } \
914         ; done
915
916 uninstall-binSCRIPTS:
917         @$(NORMAL_UNINSTALL)
918         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
919         files=`for p in $$list; do echo "$$p"; done | \
920                sed -e 's,.*/,,;$(transform)'`; \
921         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
922 install-dist_gdbSCRIPTS: $(dist_gdb_SCRIPTS)
923         @$(NORMAL_INSTALL)
924         test -z "$(gdbdir)" || $(MKDIR_P) "$(DESTDIR)$(gdbdir)"
925         @list='$(dist_gdb_SCRIPTS)'; test -n "$(gdbdir)" || list=; \
926         for p in $$list; do \
927           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
928           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
929         done | \
930         sed -e 'p;s,.*/,,;n' \
931             -e 'h;s|.*|.|' \
932             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
933         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
934           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
935             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
936               if (++n[d] == $(am__install_max)) { \
937                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
938             else { print "f", d "/" $$4, $$1 } } \
939           END { for (d in files) print "f", d, files[d] }' | \
940         while read type dir files; do \
941              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
942              test -z "$$files" || { \
943                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(gdbdir)$$dir'"; \
944                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(gdbdir)$$dir" || exit $$?; \
945              } \
946         ; done
947
948 uninstall-dist_gdbSCRIPTS:
949         @$(NORMAL_UNINSTALL)
950         @list='$(dist_gdb_SCRIPTS)'; test -n "$(gdbdir)" || exit 0; \
951         files=`for p in $$list; do echo "$$p"; done | \
952                sed -e 's,.*/,,;$(transform)'`; \
953         dir='$(DESTDIR)$(gdbdir)'; $(am__uninstall_files_from_dir)
954
955 mostlyclean-compile:
956         -rm -f *.$(OBJEXT)
957
958 distclean-compile:
959         -rm -f *.tab.c
960
961 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gallocator.Plo@am__quote@
962 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garray.Plo@am__quote@
963 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gasyncqueue.Plo@am__quote@
964 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gatomic.Plo@am__quote@
965 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbacktrace.Plo@am__quote@
966 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbase64.Plo@am__quote@
967 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbitlock.Plo@am__quote@
968 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbookmarkfile.Plo@am__quote@
969 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbytes.Plo@am__quote@
970 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcache.Plo@am__quote@
971 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcharset.Plo@am__quote@
972 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gchecksum.Plo@am__quote@
973 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcompletion.Plo@am__quote@
974 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconvert.Plo@am__quote@
975 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdataset.Plo@am__quote@
976 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdate.Plo@am__quote@
977 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdatetime.Plo@am__quote@
978 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdir.Plo@am__quote@
979 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genviron.Plo@am__quote@
980 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gerror.Plo@am__quote@
981 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gfileutils.Plo@am__quote@
982 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ggettext.Plo@am__quote@
983 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghash.Plo@am__quote@
984 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghmac.Plo@am__quote@
985 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghook.Plo@am__quote@
986 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghostutils.Plo@am__quote@
987 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/giochannel.Plo@am__quote@
988 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/giounix.Plo@am__quote@
989 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/giowin32.Plo@am__quote@
990 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gkeyfile.Plo@am__quote@
991 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-init.Plo@am__quote@
992 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-private.Plo@am__quote@
993 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-unix.Plo@am__quote@
994 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glist.Plo@am__quote@
995 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmain.Plo@am__quote@
996 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmappedfile.Plo@am__quote@
997 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmarkup.Plo@am__quote@
998 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmem.Plo@am__quote@
999 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmessages.Plo@am__quote@
1000 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnode.Plo@am__quote@
1001 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/goption.Plo@am__quote@
1002 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpattern.Plo@am__quote@
1003 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpoll.Plo@am__quote@
1004 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gprimes.Plo@am__quote@
1005 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gprintf.Plo@am__quote@
1006 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gqsort.Plo@am__quote@
1007 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gqueue.Plo@am__quote@
1008 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grand.Plo@am__quote@
1009 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gregex.Plo@am__quote@
1010 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grel.Plo@am__quote@
1011 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gscanner.Plo@am__quote@
1012 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsequence.Plo@am__quote@
1013 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gshell.Plo@am__quote@
1014 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gslice.Plo@am__quote@
1015 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gslist.Plo@am__quote@
1016 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win32-helper-console.Po@am__quote@
1017 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win32-helper.Po@am__quote@
1018 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win32.Plo@am__quote@
1019 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win64-helper-console.Po@am__quote@
1020 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win64-helper.Po@am__quote@
1021 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn.Plo@am__quote@
1022 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gstdio.Plo@am__quote@
1023 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gstrfuncs.Plo@am__quote@
1024 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gstring.Plo@am__quote@
1025 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gstringchunk.Plo@am__quote@
1026 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtester.Po@am__quote@
1027 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtestutils.Plo@am__quote@
1028 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gthread-deprecated.Plo@am__quote@
1029 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gthread-posix.Plo@am__quote@
1030 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gthread-win32.Plo@am__quote@
1031 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gthread.Plo@am__quote@
1032 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gthreadpool.Plo@am__quote@
1033 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtimer.Plo@am__quote@
1034 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtimezone.Plo@am__quote@
1035 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtrashstack.Plo@am__quote@
1036 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtree.Plo@am__quote@
1037 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gunibreak.Plo@am__quote@
1038 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gunicollate.Plo@am__quote@
1039 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gunidecomp.Plo@am__quote@
1040 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guniprop.Plo@am__quote@
1041 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gurifuncs.Plo@am__quote@
1042 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gutf8.Plo@am__quote@
1043 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gutils.Plo@am__quote@
1044 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvariant-core.Plo@am__quote@
1045 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvariant-parser.Plo@am__quote@
1046 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvariant-serialiser.Plo@am__quote@
1047 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvariant.Plo@am__quote@
1048 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvarianttype.Plo@am__quote@
1049 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvarianttypeinfo.Plo@am__quote@
1050 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gversion.Plo@am__quote@
1051 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gwakeup.Plo@am__quote@
1052 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gwin32.Plo@am__quote@
1053
1054 .c.o:
1055 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1056 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1057 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1058 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1059 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1060
1061 .c.obj:
1062 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1063 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1064 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1065 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1066 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1067
1068 .c.lo:
1069 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1070 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1071 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1072 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1073 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1074
1075 gallocator.lo: deprecated/gallocator.c
1076 @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 gallocator.lo -MD -MP -MF $(DEPDIR)/gallocator.Tpo -c -o gallocator.lo `test -f 'deprecated/gallocator.c' || echo '$(srcdir)/'`deprecated/gallocator.c
1077 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gallocator.Tpo $(DEPDIR)/gallocator.Plo
1078 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/gallocator.c' object='gallocator.lo' libtool=yes @AMDEPBACKSLASH@
1079 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1080 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gallocator.lo `test -f 'deprecated/gallocator.c' || echo '$(srcdir)/'`deprecated/gallocator.c
1081
1082 gcache.lo: deprecated/gcache.c
1083 @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 gcache.lo -MD -MP -MF $(DEPDIR)/gcache.Tpo -c -o gcache.lo `test -f 'deprecated/gcache.c' || echo '$(srcdir)/'`deprecated/gcache.c
1084 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gcache.Tpo $(DEPDIR)/gcache.Plo
1085 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/gcache.c' object='gcache.lo' libtool=yes @AMDEPBACKSLASH@
1086 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1087 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gcache.lo `test -f 'deprecated/gcache.c' || echo '$(srcdir)/'`deprecated/gcache.c
1088
1089 gcompletion.lo: deprecated/gcompletion.c
1090 @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 gcompletion.lo -MD -MP -MF $(DEPDIR)/gcompletion.Tpo -c -o gcompletion.lo `test -f 'deprecated/gcompletion.c' || echo '$(srcdir)/'`deprecated/gcompletion.c
1091 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gcompletion.Tpo $(DEPDIR)/gcompletion.Plo
1092 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/gcompletion.c' object='gcompletion.lo' libtool=yes @AMDEPBACKSLASH@
1093 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1094 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gcompletion.lo `test -f 'deprecated/gcompletion.c' || echo '$(srcdir)/'`deprecated/gcompletion.c
1095
1096 grel.lo: deprecated/grel.c
1097 @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 grel.lo -MD -MP -MF $(DEPDIR)/grel.Tpo -c -o grel.lo `test -f 'deprecated/grel.c' || echo '$(srcdir)/'`deprecated/grel.c
1098 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/grel.Tpo $(DEPDIR)/grel.Plo
1099 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/grel.c' object='grel.lo' libtool=yes @AMDEPBACKSLASH@
1100 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1101 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o grel.lo `test -f 'deprecated/grel.c' || echo '$(srcdir)/'`deprecated/grel.c
1102
1103 gthread-deprecated.lo: deprecated/gthread-deprecated.c
1104 @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 gthread-deprecated.lo -MD -MP -MF $(DEPDIR)/gthread-deprecated.Tpo -c -o gthread-deprecated.lo `test -f 'deprecated/gthread-deprecated.c' || echo '$(srcdir)/'`deprecated/gthread-deprecated.c
1105 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gthread-deprecated.Tpo $(DEPDIR)/gthread-deprecated.Plo
1106 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/gthread-deprecated.c' object='gthread-deprecated.lo' libtool=yes @AMDEPBACKSLASH@
1107 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1108 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gthread-deprecated.lo `test -f 'deprecated/gthread-deprecated.c' || echo '$(srcdir)/'`deprecated/gthread-deprecated.c
1109
1110 mostlyclean-libtool:
1111         -rm -f *.lo
1112
1113 clean-libtool:
1114         -rm -rf .libs _libs
1115 install-tapsetDATA: $(tapset_DATA)
1116         @$(NORMAL_INSTALL)
1117         test -z "$(tapsetdir)" || $(MKDIR_P) "$(DESTDIR)$(tapsetdir)"
1118         @list='$(tapset_DATA)'; test -n "$(tapsetdir)" || list=; \
1119         for p in $$list; do \
1120           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1121           echo "$$d$$p"; \
1122         done | $(am__base_list) | \
1123         while read files; do \
1124           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tapsetdir)'"; \
1125           $(INSTALL_DATA) $$files "$(DESTDIR)$(tapsetdir)" || exit $$?; \
1126         done
1127
1128 uninstall-tapsetDATA:
1129         @$(NORMAL_UNINSTALL)
1130         @list='$(tapset_DATA)'; test -n "$(tapsetdir)" || list=; \
1131         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1132         dir='$(DESTDIR)$(tapsetdir)'; $(am__uninstall_files_from_dir)
1133 install-deprecatedincludeHEADERS: $(deprecatedinclude_HEADERS)
1134         @$(NORMAL_INSTALL)
1135         test -z "$(deprecatedincludedir)" || $(MKDIR_P) "$(DESTDIR)$(deprecatedincludedir)"
1136         @list='$(deprecatedinclude_HEADERS)'; test -n "$(deprecatedincludedir)" || list=; \
1137         for p in $$list; do \
1138           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1139           echo "$$d$$p"; \
1140         done | $(am__base_list) | \
1141         while read files; do \
1142           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(deprecatedincludedir)'"; \
1143           $(INSTALL_HEADER) $$files "$(DESTDIR)$(deprecatedincludedir)" || exit $$?; \
1144         done
1145
1146 uninstall-deprecatedincludeHEADERS:
1147         @$(NORMAL_UNINSTALL)
1148         @list='$(deprecatedinclude_HEADERS)'; test -n "$(deprecatedincludedir)" || list=; \
1149         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1150         dir='$(DESTDIR)$(deprecatedincludedir)'; $(am__uninstall_files_from_dir)
1151 install-glibincludeHEADERS: $(glibinclude_HEADERS)
1152         @$(NORMAL_INSTALL)
1153         test -z "$(glibincludedir)" || $(MKDIR_P) "$(DESTDIR)$(glibincludedir)"
1154         @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \
1155         for p in $$list; do \
1156           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1157           echo "$$d$$p"; \
1158         done | $(am__base_list) | \
1159         while read files; do \
1160           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(glibincludedir)'"; \
1161           $(INSTALL_HEADER) $$files "$(DESTDIR)$(glibincludedir)" || exit $$?; \
1162         done
1163
1164 uninstall-glibincludeHEADERS:
1165         @$(NORMAL_UNINSTALL)
1166         @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \
1167         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1168         dir='$(DESTDIR)$(glibincludedir)'; $(am__uninstall_files_from_dir)
1169 install-glibsubincludeHEADERS: $(glibsubinclude_HEADERS)
1170         @$(NORMAL_INSTALL)
1171         test -z "$(glibsubincludedir)" || $(MKDIR_P) "$(DESTDIR)$(glibsubincludedir)"
1172         @list='$(glibsubinclude_HEADERS)'; test -n "$(glibsubincludedir)" || list=; \
1173         for p in $$list; do \
1174           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1175           echo "$$d$$p"; \
1176         done | $(am__base_list) | \
1177         while read files; do \
1178           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(glibsubincludedir)'"; \
1179           $(INSTALL_HEADER) $$files "$(DESTDIR)$(glibsubincludedir)" || exit $$?; \
1180         done
1181
1182 uninstall-glibsubincludeHEADERS:
1183         @$(NORMAL_UNINSTALL)
1184         @list='$(glibsubinclude_HEADERS)'; test -n "$(glibsubincludedir)" || list=; \
1185         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1186         dir='$(DESTDIR)$(glibsubincludedir)'; $(am__uninstall_files_from_dir)
1187 install-nodist_configexecincludeHEADERS: $(nodist_configexecinclude_HEADERS)
1188         @$(NORMAL_INSTALL)
1189         test -z "$(configexecincludedir)" || $(MKDIR_P) "$(DESTDIR)$(configexecincludedir)"
1190         @list='$(nodist_configexecinclude_HEADERS)'; test -n "$(configexecincludedir)" || list=; \
1191         for p in $$list; do \
1192           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1193           echo "$$d$$p"; \
1194         done | $(am__base_list) | \
1195         while read files; do \
1196           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(configexecincludedir)'"; \
1197           $(INSTALL_HEADER) $$files "$(DESTDIR)$(configexecincludedir)" || exit $$?; \
1198         done
1199
1200 uninstall-nodist_configexecincludeHEADERS:
1201         @$(NORMAL_UNINSTALL)
1202         @list='$(nodist_configexecinclude_HEADERS)'; test -n "$(configexecincludedir)" || list=; \
1203         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1204         dir='$(DESTDIR)$(configexecincludedir)'; $(am__uninstall_files_from_dir)
1205
1206 # This directory's subdirectories are mostly independent; you can cd
1207 # into them and run `make' without going through this Makefile.
1208 # To change the values of `make' variables: instead of editing Makefiles,
1209 # (1) if the variable is set in `config.status', edit `config.status'
1210 #     (which will cause the Makefiles to be regenerated when you run `make');
1211 # (2) otherwise, pass the desired values on the `make' command line.
1212 $(RECURSIVE_TARGETS):
1213         @fail= failcom='exit 1'; \
1214         for f in x $$MAKEFLAGS; do \
1215           case $$f in \
1216             *=* | --[!k]*);; \
1217             *k*) failcom='fail=yes';; \
1218           esac; \
1219         done; \
1220         dot_seen=no; \
1221         target=`echo $@ | sed s/-recursive//`; \
1222         list='$(SUBDIRS)'; for subdir in $$list; do \
1223           echo "Making $$target in $$subdir"; \
1224           if test "$$subdir" = "."; then \
1225             dot_seen=yes; \
1226             local_target="$$target-am"; \
1227           else \
1228             local_target="$$target"; \
1229           fi; \
1230           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1231           || eval $$failcom; \
1232         done; \
1233         if test "$$dot_seen" = "no"; then \
1234           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1235         fi; test -z "$$fail"
1236
1237 $(RECURSIVE_CLEAN_TARGETS):
1238         @fail= failcom='exit 1'; \
1239         for f in x $$MAKEFLAGS; do \
1240           case $$f in \
1241             *=* | --[!k]*);; \
1242             *k*) failcom='fail=yes';; \
1243           esac; \
1244         done; \
1245         dot_seen=no; \
1246         case "$@" in \
1247           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1248           *) list='$(SUBDIRS)' ;; \
1249         esac; \
1250         rev=''; for subdir in $$list; do \
1251           if test "$$subdir" = "."; then :; else \
1252             rev="$$subdir $$rev"; \
1253           fi; \
1254         done; \
1255         rev="$$rev ."; \
1256         target=`echo $@ | sed s/-recursive//`; \
1257         for subdir in $$rev; do \
1258           echo "Making $$target in $$subdir"; \
1259           if test "$$subdir" = "."; then \
1260             local_target="$$target-am"; \
1261           else \
1262             local_target="$$target"; \
1263           fi; \
1264           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1265           || eval $$failcom; \
1266         done && test -z "$$fail"
1267 tags-recursive:
1268         list='$(SUBDIRS)'; for subdir in $$list; do \
1269           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1270         done
1271 ctags-recursive:
1272         list='$(SUBDIRS)'; for subdir in $$list; do \
1273           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1274         done
1275
1276 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1277         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1278         unique=`for i in $$list; do \
1279             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1280           done | \
1281           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1282               END { if (nonempty) { for (i in files) print i; }; }'`; \
1283         mkid -fID $$unique
1284 tags: TAGS
1285
1286 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1287                 $(TAGS_FILES) $(LISP)
1288         set x; \
1289         here=`pwd`; \
1290         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1291           include_option=--etags-include; \
1292           empty_fix=.; \
1293         else \
1294           include_option=--include; \
1295           empty_fix=; \
1296         fi; \
1297         list='$(SUBDIRS)'; for subdir in $$list; do \
1298           if test "$$subdir" = .; then :; else \
1299             test ! -f $$subdir/TAGS || \
1300               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1301           fi; \
1302         done; \
1303         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1304         unique=`for i in $$list; do \
1305             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1306           done | \
1307           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1308               END { if (nonempty) { for (i in files) print i; }; }'`; \
1309         shift; \
1310         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1311           test -n "$$unique" || unique=$$empty_fix; \
1312           if test $$# -gt 0; then \
1313             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1314               "$$@" $$unique; \
1315           else \
1316             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1317               $$unique; \
1318           fi; \
1319         fi
1320 ctags: CTAGS
1321 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1322                 $(TAGS_FILES) $(LISP)
1323         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1324         unique=`for i in $$list; do \
1325             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1326           done | \
1327           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1328               END { if (nonempty) { for (i in files) print i; }; }'`; \
1329         test -z "$(CTAGS_ARGS)$$unique" \
1330           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1331              $$unique
1332
1333 GTAGS:
1334         here=`$(am__cd) $(top_builddir) && pwd` \
1335           && $(am__cd) $(top_srcdir) \
1336           && gtags -i $(GTAGS_ARGS) "$$here"
1337
1338 distclean-tags:
1339         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1340
1341 check-TESTS: $(TESTS)
1342         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1343         srcdir=$(srcdir); export srcdir; \
1344         list=' $(TESTS) '; \
1345         $(am__tty_colors); \
1346         if test -n "$$list"; then \
1347           for tst in $$list; do \
1348             if test -f ./$$tst; then dir=./; \
1349             elif test -f $$tst; then dir=; \
1350             else dir="$(srcdir)/"; fi; \
1351             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1352               all=`expr $$all + 1`; \
1353               case " $(XFAIL_TESTS) " in \
1354               *[\ \     ]$$tst[\ \      ]*) \
1355                 xpass=`expr $$xpass + 1`; \
1356                 failed=`expr $$failed + 1`; \
1357                 col=$$red; res=XPASS; \
1358               ;; \
1359               *) \
1360                 col=$$grn; res=PASS; \
1361               ;; \
1362               esac; \
1363             elif test $$? -ne 77; then \
1364               all=`expr $$all + 1`; \
1365               case " $(XFAIL_TESTS) " in \
1366               *[\ \     ]$$tst[\ \      ]*) \
1367                 xfail=`expr $$xfail + 1`; \
1368                 col=$$lgn; res=XFAIL; \
1369               ;; \
1370               *) \
1371                 failed=`expr $$failed + 1`; \
1372                 col=$$red; res=FAIL; \
1373               ;; \
1374               esac; \
1375             else \
1376               skip=`expr $$skip + 1`; \
1377               col=$$blu; res=SKIP; \
1378             fi; \
1379             echo "$${col}$$res$${std}: $$tst"; \
1380           done; \
1381           if test "$$all" -eq 1; then \
1382             tests="test"; \
1383             All=""; \
1384           else \
1385             tests="tests"; \
1386             All="All "; \
1387           fi; \
1388           if test "$$failed" -eq 0; then \
1389             if test "$$xfail" -eq 0; then \
1390               banner="$$All$$all $$tests passed"; \
1391             else \
1392               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1393               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1394             fi; \
1395           else \
1396             if test "$$xpass" -eq 0; then \
1397               banner="$$failed of $$all $$tests failed"; \
1398             else \
1399               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1400               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1401             fi; \
1402           fi; \
1403           dashes="$$banner"; \
1404           skipped=""; \
1405           if test "$$skip" -ne 0; then \
1406             if test "$$skip" -eq 1; then \
1407               skipped="($$skip test was not run)"; \
1408             else \
1409               skipped="($$skip tests were not run)"; \
1410             fi; \
1411             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1412               dashes="$$skipped"; \
1413           fi; \
1414           report=""; \
1415           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1416             report="Please report to $(PACKAGE_BUGREPORT)"; \
1417             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1418               dashes="$$report"; \
1419           fi; \
1420           dashes=`echo "$$dashes" | sed s/./=/g`; \
1421           if test "$$failed" -eq 0; then \
1422             col="$$grn"; \
1423           else \
1424             col="$$red"; \
1425           fi; \
1426           echo "$${col}$$dashes$${std}"; \
1427           echo "$${col}$$banner$${std}"; \
1428           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
1429           test -z "$$report" || echo "$${col}$$report$${std}"; \
1430           echo "$${col}$$dashes$${std}"; \
1431           test "$$failed" -eq 0; \
1432         else :; fi
1433
1434 distdir: $(DISTFILES)
1435         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1436         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1437         list='$(DISTFILES)'; \
1438           dist_files=`for file in $$list; do echo $$file; done | \
1439           sed -e "s|^$$srcdirstrip/||;t" \
1440               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1441         case $$dist_files in \
1442           */*) $(MKDIR_P) `echo "$$dist_files" | \
1443                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1444                            sort -u` ;; \
1445         esac; \
1446         for file in $$dist_files; do \
1447           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1448           if test -d $$d/$$file; then \
1449             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1450             if test -d "$(distdir)/$$file"; then \
1451               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1452             fi; \
1453             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1454               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1455               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1456             fi; \
1457             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1458           else \
1459             test -f "$(distdir)/$$file" \
1460             || cp -p $$d/$$file "$(distdir)/$$file" \
1461             || exit 1; \
1462           fi; \
1463         done
1464         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1465           if test "$$subdir" = .; then :; else \
1466             test -d "$(distdir)/$$subdir" \
1467             || $(MKDIR_P) "$(distdir)/$$subdir" \
1468             || exit 1; \
1469           fi; \
1470         done
1471         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1472           if test "$$subdir" = .; then :; else \
1473             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1474             $(am__relativize); \
1475             new_distdir=$$reldir; \
1476             dir1=$$subdir; dir2="$(top_distdir)"; \
1477             $(am__relativize); \
1478             new_top_distdir=$$reldir; \
1479             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1480             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1481             ($(am__cd) $$subdir && \
1482               $(MAKE) $(AM_MAKEFLAGS) \
1483                 top_distdir="$$new_top_distdir" \
1484                 distdir="$$new_distdir" \
1485                 am__remove_distdir=: \
1486                 am__skip_length_check=: \
1487                 am__skip_mode_fix=: \
1488                 distdir) \
1489               || exit 1; \
1490           fi; \
1491         done
1492         $(MAKE) $(AM_MAKEFLAGS) \
1493           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1494           dist-hook
1495 check-am: all-am
1496         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1497 check: $(BUILT_SOURCES)
1498         $(MAKE) $(AM_MAKEFLAGS) check-recursive
1499 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1500                 $(HEADERS) all-local
1501 install-binPROGRAMS: install-libLTLIBRARIES
1502
1503 installdirs: installdirs-recursive
1504 installdirs-am:
1505         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(gdbdir)" "$(DESTDIR)$(tapsetdir)" "$(DESTDIR)$(deprecatedincludedir)" "$(DESTDIR)$(glibincludedir)" "$(DESTDIR)$(glibsubincludedir)" "$(DESTDIR)$(configexecincludedir)"; do \
1506           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1507         done
1508 install: $(BUILT_SOURCES)
1509         $(MAKE) $(AM_MAKEFLAGS) install-recursive
1510 install-exec: install-exec-recursive
1511 install-data: install-data-recursive
1512 uninstall: uninstall-recursive
1513
1514 install-am: all-am
1515         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1516
1517 installcheck: installcheck-recursive
1518 install-strip:
1519         if test -z '$(STRIP)'; then \
1520           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1521             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1522               install; \
1523         else \
1524           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1525             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1526             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1527         fi
1528 mostlyclean-generic:
1529
1530 clean-generic:
1531         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1532
1533 distclean-generic:
1534         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1535         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1536         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1537
1538 maintainer-clean-generic:
1539         @echo "This command is intended for maintainers to use"
1540         @echo "it deletes files that may require special tools to rebuild."
1541         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1542 @OS_UNIX_FALSE@install-exec-hook:
1543 clean: clean-recursive
1544
1545 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1546         clean-libtool mostlyclean-am
1547
1548 distclean: distclean-recursive
1549         -rm -rf ./$(DEPDIR)
1550         -rm -f Makefile
1551 distclean-am: clean-am distclean-compile distclean-generic \
1552         distclean-local distclean-tags
1553
1554 dvi: dvi-recursive
1555
1556 dvi-am:
1557
1558 html: html-recursive
1559
1560 html-am:
1561
1562 info: info-recursive
1563
1564 info-am:
1565
1566 install-data-am: install-data-local install-deprecatedincludeHEADERS \
1567         install-dist_gdbSCRIPTS install-glibincludeHEADERS \
1568         install-glibsubincludeHEADERS install-tapsetDATA
1569         @$(NORMAL_INSTALL)
1570         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1571 install-dvi: install-dvi-recursive
1572
1573 install-dvi-am:
1574
1575 install-exec-am: install-binPROGRAMS install-binSCRIPTS \
1576         install-libLTLIBRARIES install-nodist_configexecincludeHEADERS
1577         @$(NORMAL_INSTALL)
1578         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1579 install-html: install-html-recursive
1580
1581 install-html-am:
1582
1583 install-info: install-info-recursive
1584
1585 install-info-am:
1586
1587 install-man:
1588
1589 install-pdf: install-pdf-recursive
1590
1591 install-pdf-am:
1592
1593 install-ps: install-ps-recursive
1594
1595 install-ps-am:
1596
1597 installcheck-am:
1598
1599 maintainer-clean: maintainer-clean-recursive
1600         -rm -rf ./$(DEPDIR)
1601         -rm -f Makefile
1602 maintainer-clean-am: distclean-am maintainer-clean-generic
1603
1604 mostlyclean: mostlyclean-recursive
1605
1606 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1607         mostlyclean-libtool
1608
1609 pdf: pdf-recursive
1610
1611 pdf-am:
1612
1613 ps: ps-recursive
1614
1615 ps-am:
1616
1617 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
1618         uninstall-deprecatedincludeHEADERS uninstall-dist_gdbSCRIPTS \
1619         uninstall-glibincludeHEADERS uninstall-glibsubincludeHEADERS \
1620         uninstall-libLTLIBRARIES uninstall-local \
1621         uninstall-nodist_configexecincludeHEADERS uninstall-tapsetDATA
1622
1623 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1624         check-am ctags-recursive install install-am install-data-am \
1625         install-exec-am install-strip tags-recursive
1626
1627 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1628         all all-am all-local check check-TESTS check-am check-local \
1629         clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1630         clean-libtool ctags ctags-recursive dist-hook distclean \
1631         distclean-compile distclean-generic distclean-libtool \
1632         distclean-local distclean-tags distdir dvi dvi-am html html-am \
1633         info info-am install install-am install-binPROGRAMS \
1634         install-binSCRIPTS install-data install-data-am \
1635         install-data-hook install-data-local \
1636         install-deprecatedincludeHEADERS install-dist_gdbSCRIPTS \
1637         install-dvi install-dvi-am install-exec install-exec-am \
1638         install-exec-hook install-glibincludeHEADERS \
1639         install-glibsubincludeHEADERS install-html install-html-am \
1640         install-info install-info-am install-libLTLIBRARIES \
1641         install-man install-nodist_configexecincludeHEADERS \
1642         install-pdf install-pdf-am install-ps install-ps-am \
1643         install-strip install-tapsetDATA installcheck installcheck-am \
1644         installdirs installdirs-am maintainer-clean \
1645         maintainer-clean-generic mostlyclean mostlyclean-compile \
1646         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1647         tags tags-recursive uninstall uninstall-am \
1648         uninstall-binPROGRAMS uninstall-binSCRIPTS \
1649         uninstall-deprecatedincludeHEADERS uninstall-dist_gdbSCRIPTS \
1650         uninstall-glibincludeHEADERS uninstall-glibsubincludeHEADERS \
1651         uninstall-libLTLIBRARIES uninstall-local \
1652         uninstall-nodist_configexecincludeHEADERS uninstall-tapsetDATA
1653
1654
1655 ### testing rules
1656
1657 # test: run all tests in cwd and subdirs
1658 test: test-nonrecursive
1659 @OS_UNIX_TRUE@  @ for subdir in $(SUBDIRS) . ; do \
1660 @OS_UNIX_TRUE@      test "$$subdir" = "." -o "$$subdir" = "po" || \
1661 @OS_UNIX_TRUE@      ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
1662 @OS_UNIX_TRUE@    done
1663
1664 # test-nonrecursive: run tests only in cwd
1665 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
1666 @OS_UNIX_TRUE@  @test -z "${TEST_PROGS}" || G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
1667 @OS_UNIX_FALSE@test-nonrecursive:
1668
1669 # test-report: run tests in subdirs and generate report
1670 # perf-report: run tests in subdirs with -m perf and generate report
1671 # full-report: like test-report: with -m perf and -m slow
1672 test-report perf-report full-report:    ${TEST_PROGS}
1673         @test -z "${TEST_PROGS}" || { \
1674           case $@ in \
1675           test-report) test_options="-k";; \
1676           perf-report) test_options="-k -m=perf";; \
1677           full-report) test_options="-k -m=perf -m=slow";; \
1678           esac ; \
1679           if test -z "$$GTESTER_LOGDIR" ; then  \
1680             ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
1681           elif test -n "${TEST_PROGS}" ; then \
1682             ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
1683           fi ; \
1684         }
1685         @ ignore_logdir=true ; \
1686           if test -z "$$GTESTER_LOGDIR" ; then \
1687             GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
1688             ignore_logdir=false ; \
1689           fi ; \
1690           if test -d "$(top_srcdir)/.git" ; then \
1691             REVISION=`git describe` ; \
1692           else \
1693             REVISION=$(VERSION) ; \
1694           fi ; \
1695           for subdir in $(SUBDIRS) . ; do \
1696             test "$$subdir" = "." -o "$$subdir" = "po" || \
1697             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
1698           done ; \
1699           $$ignore_logdir || { \
1700             echo '<?xml version="1.0"?>'              > $@.xml ; \
1701             echo '<report-collection>'               >> $@.xml ; \
1702             echo '<info>'                            >> $@.xml ; \
1703             echo '  <package>$(PACKAGE)</package>'   >> $@.xml ; \
1704             echo '  <version>$(VERSION)</version>'   >> $@.xml ; \
1705             echo "  <revision>$$REVISION</revision>" >> $@.xml ; \
1706             echo '</info>'                           >> $@.xml ; \
1707             for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
1708               sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
1709             done ; \
1710             echo >> $@.xml ; \
1711             echo '</report-collection>' >> $@.xml ; \
1712             rm -rf "$$GTESTER_LOGDIR"/ ; \
1713             ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
1714           }
1715 .PHONY: test test-report perf-report full-report test-nonrecursive
1716
1717 .PHONY: lcov genlcov lcov-clean
1718 # use recursive makes in order to ignore errors during check
1719 lcov:
1720         -$(MAKE) $(AM_MAKEFLAGS) -k check
1721         $(MAKE) $(AM_MAKEFLAGS) genlcov
1722
1723 # we have to massage the lcov.info file slightly to hide the effect of libtool
1724 # placing the objects files in the .libs/ directory separate from the *.c
1725 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
1726 genlcov:
1727         rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda
1728         $(LTP) --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool
1729         LANG=C $(LTP_GENHTML) --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --show-details glib-lcov.info
1730         @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
1731
1732 lcov-clean:
1733         -$(LTP) --directory $(top_builddir) -z
1734         -rm -rf glib-lcov.info glib-lcov
1735         -find -name '*.gcda' -print | xargs rm
1736
1737 # run tests in cwd as part of make check
1738 check-local: test-nonrecursive
1739 glibconfig-stamp: ../config.status
1740         $(AM_V_GEN) cd $(top_builddir) && \
1741           $(SHELL) ./config.status glib/glibconfig.h
1742         @touch glibconfig-stamp
1743
1744 glib.def: glib.symbols
1745         $(AM_V_GEN) (echo EXPORTS; $(CPP) -P -DG_OS_WIN32 - <$(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/  /') > glib.def
1746
1747 install-ms-lib:
1748         $(install_ms_lib_cmd)
1749
1750 uninstall-ms-lib:
1751         $(uninstall_ms_lib_cmd)
1752
1753 # This is read by gobject-introspection/misc/ and gtk-doc
1754 glib-public-headers.txt: Makefile
1755         echo $(glibinclude_HEADERS) $(glibsubinclude_HEADERS) > $@.tmp && mv $@.tmp $@
1756
1757 all-local: glib-public-headers.txt
1758
1759 install-data-local: install-ms-lib install-def-file
1760         @if test -f $(glibincludedir)/glist.h ; then                                    \
1761           echo "*** Old headers found in $(glibincludedir). You should remove the" ;    \
1762           echo "*** contents of this directory and type 'make install' again." ;        \
1763           false ;                                                                       \
1764         fi
1765
1766 uninstall-local: uninstall-ms-lib uninstall-def-file
1767
1768 @OS_WIN32_AND_DLL_COMPILATION_TRUE@install-def-file:
1769 @OS_WIN32_AND_DLL_COMPILATION_TRUE@     $(INSTALL) glib.def $(DESTDIR)$(libdir)/glib-2.0.def
1770
1771 @OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall-def-file:
1772 @OS_WIN32_AND_DLL_COMPILATION_TRUE@     -rm $(DESTDIR)$(libdir)/glib-2.0.def
1773 @OS_WIN32_AND_DLL_COMPILATION_FALSE@install-def-file:
1774 @OS_WIN32_AND_DLL_COMPILATION_FALSE@uninstall-def-file:
1775
1776 @ENABLE_DTRACE_TRUE@glib_probes.h: glib_probes.d Makefile
1777 @ENABLE_DTRACE_TRUE@    $(AM_V_GEN) $(DTRACE) -C -h -s $< -o $@.tmp
1778 @ENABLE_DTRACE_TRUE@    @$(SED) -e "s,define STAP_HAS_SEMAPHORES 1,undef STAP_HAS_SEMAPHORES," < $@.tmp > $@ && rm -f $@.tmp
1779 @ENABLE_DTRACE_TRUE@glib_probes.o: glib_probes.d Makefile
1780 @ENABLE_DTRACE_TRUE@    $(AM_V_GEN) $(DTRACE) -G -s $< -o $@
1781
1782 gspawn-win32-helper-console.c:
1783         echo '#define HELPER_CONSOLE' >$@
1784         echo '#include "gspawn-win32-helper.c"' >>$@
1785
1786 gspawn-win64-helper.c:
1787         echo '#include "gspawn-win32-helper.c"' >$@
1788
1789 gspawn-win64-helper-console.c:
1790         echo '#define HELPER_CONSOLE' >$@
1791         echo '#include "gspawn-win32-helper.c"' >>$@
1792
1793 glib-win32-res.o: glib.rc
1794         $(WINDRES) glib.rc $@
1795
1796 @OS_UNIX_TRUE@install-exec-hook:
1797 @OS_UNIX_TRUE@  for sf in ${auto_config_binscripts} ; do \
1798 @OS_UNIX_TRUE@    mv -f "$(DESTDIR)$(bindir)/$$sf" "$(DESTDIR)$(bindir)/$$sf".tmp \
1799 @OS_UNIX_TRUE@    && sed < "$(DESTDIR)$(bindir)/$$sf".tmp > "$(DESTDIR)$(bindir)/$$sf" \
1800 @OS_UNIX_TRUE@      -e '1,24s|^ *#@PKGINSTALL_CONFIGVARS_IN24LINES@|  ${CONFIGVARS}|' \
1801 @OS_UNIX_TRUE@      -e '1,1s|#! /usr/bin/env python\([0-9]\+\(\.[0-9]\+\)\?\)\?|#!${PYTHON}|' \
1802 @OS_UNIX_TRUE@    || exit $$? ; \
1803 @OS_UNIX_TRUE@    chmod a+x $(DESTDIR)$(bindir)/$$sf ; \
1804 @OS_UNIX_TRUE@    rm -f "$(DESTDIR)$(bindir)/$$sf".tmp ; \
1805 @OS_UNIX_TRUE@  done
1806
1807 glib-2.0.lib: libglib-2.0.la glib.def
1808         lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libglib-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:glib.def -out:$@
1809
1810 dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/glib.vcproj ../build/win32/vs10/glib.vcxproj ../build/win32/vs10/glib.vcxproj.filters
1811         files='$(BUILT_EXTRA_DIST)'; \
1812         for f in $$files; do \
1813           if test -f $$f; then d=.; else d=$(srcdir); fi; \
1814           cp $$d/$$f $(distdir) || exit 1; done
1815
1816 ../build/win32/vs9/glib.vcproj: $(top_srcdir)/build/win32/vs9/glib.vcprojin
1817         for F in `echo $(libglib_2_0_la_SOURCES) | tr '/' '\\'`; do \
1818                 case $$F in \
1819                 *-unix.c|gthread-*.c) \
1820                         ;; \
1821                 *.c)    echo '   <File RelativePath="..\..\..\glib\'$$F'" />' \
1822                         ;; \
1823                 esac; \
1824         done >libglib.sourcefiles
1825         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/glib.vcprojin >$@
1826         rm libglib.sourcefiles
1827
1828 ../build/win32/vs10/glib.vcxproj: $(top_srcdir)/build/win32/vs10/glib.vcxprojin
1829         for F in `echo $(libglib_2_0_la_SOURCES) | tr '/' '\\'`; do \
1830                 case $$F in \
1831                 *-unix.c|gthread-*.c) \
1832                         ;; \
1833                 *.c) echo '    <ClCompile Include="..\..\..\glib\'$$F'" />' \
1834                      ;; \
1835                 esac; \
1836         done >libglib.vs10.sourcefiles
1837         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/glib.vcxprojin >$@
1838         rm libglib.vs10.sourcefiles
1839
1840 ../build/win32/vs10/glib.vcxproj.filters: $(top_srcdir)/build/win32/vs10/glib.vcxproj.filtersin
1841         for F in `echo $(libglib_2_0_la_SOURCES) | tr '/' '\\'`; do \
1842                 case $$F in \
1843                 *-unix.c|gthread-*.c) \
1844                         ;; \
1845                 *.c) echo '    <ClCompile Include="..\..\..\glib\'$$F'"><Filter>Source Files</Filter></ClCompile>' \
1846                      ;; \
1847                 esac; \
1848         done >libglib.vs10.sourcefiles.filters
1849         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/glib.vcxproj.filtersin >$@  
1850         rm libglib.vs10.sourcefiles.filters
1851
1852 distclean-local:
1853         if test $(srcdir) = .; then :; else \
1854             rm -f libglib-gdb.py; \
1855         fi
1856
1857 libglib-gdb.py: libglib-gdb.py.in
1858         $(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > libglib-gdb.py
1859
1860 install-data-hook: libglib-gdb.py
1861         mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)
1862         $(INSTALL) libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py
1863 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
1864 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
1865 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
1866 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ rm -f $(DESTDIR)$(libdir)/libglib-2.0.so
1867 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ ln -s $(GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libglib-2.0.so
1868
1869 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1870 # Otherwise a system limit (for SysV at least) may be exceeded.
1871 .NOEXPORT: