Tizen 2.1 base
[platform/upstream/glib2.0.git] / gmodule / 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 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 DIST_COMMON = $(glibinclude_HEADERS) $(srcdir)/Makefile.am \
42         $(srcdir)/Makefile.in $(srcdir)/gmodule.rc.in \
43         $(srcdir)/gmoduleconf.h.in $(srcdir)/makefile.msc.in \
44         $(top_srcdir)/Makefile.decl AUTHORS COPYING ChangeLog
45 subdir = gmodule
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
48         $(top_srcdir)/m4macros/libtool.m4 \
49         $(top_srcdir)/m4macros/ltoptions.m4 \
50         $(top_srcdir)/m4macros/ltsugar.m4 \
51         $(top_srcdir)/m4macros/ltversion.m4 \
52         $(top_srcdir)/m4macros/lt~obsolete.m4 \
53         $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
54         $(top_srcdir)/glib/libcharset/codeset.m4 \
55         $(top_srcdir)/glib/libcharset/glibc21.m4 \
56         $(top_srcdir)/m4macros/glib-gettext.m4 \
57         $(top_srcdir)/configure.ac
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59         $(ACLOCAL_M4)
60 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61 CONFIG_HEADER = $(top_builddir)/config.h
62 CONFIG_CLEAN_FILES = gmoduleconf.h makefile.msc gmodule.rc
63 CONFIG_CLEAN_VPATH_FILES =
64 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65 am__vpath_adj = case $$p in \
66     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67     *) f=$$p;; \
68   esac;
69 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70 am__install_max = 40
71 am__nobase_strip_setup = \
72   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73 am__nobase_strip = \
74   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75 am__nobase_list = $(am__nobase_strip_setup); \
76   for p in $$list; do echo "$$p $$p"; done | \
77   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79     if (++n[$$2] == $(am__install_max)) \
80       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81     END { for (dir in files) print dir, files[dir] }'
82 am__base_list = \
83   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85 am__uninstall_files_from_dir = { \
86   test -z "$$files" \
87     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
88     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
89          $(am__cd) "$$dir" && rm -f $$files; }; \
90   }
91 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(glibincludedir)"
92 LTLIBRARIES = $(lib_LTLIBRARIES)
93 am__DEPENDENCIES_1 =
94 am_libgmodule_2_0_la_OBJECTS = gmodule.lo
95 libgmodule_2_0_la_OBJECTS = $(am_libgmodule_2_0_la_OBJECTS)
96 AM_V_lt = $(am__v_lt_@AM_V@)
97 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
98 am__v_lt_0 = --silent
99 libgmodule_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
100         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
101         $(AM_CFLAGS) $(CFLAGS) $(libgmodule_2_0_la_LDFLAGS) $(LDFLAGS) \
102         -o $@
103 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
104 depcomp = $(SHELL) $(top_srcdir)/depcomp
105 am__depfiles_maybe = depfiles
106 am__mv = mv -f
107 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
108         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
110         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
111         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
112         $(AM_CFLAGS) $(CFLAGS)
113 AM_V_CC = $(am__v_CC_@AM_V@)
114 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
115 am__v_CC_0 = @echo "  CC    " $@;
116 AM_V_at = $(am__v_at_@AM_V@)
117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118 am__v_at_0 = @
119 CCLD = $(CC)
120 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
121         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
122         $(AM_LDFLAGS) $(LDFLAGS) -o $@
123 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
124 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
125 am__v_CCLD_0 = @echo "  CCLD  " $@;
126 AM_V_GEN = $(am__v_GEN_@AM_V@)
127 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128 am__v_GEN_0 = @echo "  GEN   " $@;
129 SOURCES = $(libgmodule_2_0_la_SOURCES)
130 DIST_SOURCES = $(libgmodule_2_0_la_SOURCES)
131 DATA = $(noinst_DATA)
132 HEADERS = $(glibinclude_HEADERS)
133 ETAGS = etags
134 CTAGS = ctags
135 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136 ABS_GLIB_RUNTIME_LIBDIR = @ABS_GLIB_RUNTIME_LIBDIR@
137 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
138 ACLOCAL = @ACLOCAL@
139 ALLOCA = @ALLOCA@
140 AMTAR = @AMTAR@
141 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
142 AR = @AR@
143 AS = @AS@
144 AUTOCONF = @AUTOCONF@
145 AUTOHEADER = @AUTOHEADER@
146 AUTOMAKE = @AUTOMAKE@
147 AWK = @AWK@
148 CATALOGS = @CATALOGS@
149 CATOBJEXT = @CATOBJEXT@
150 CC = @CC@
151 CCDEPMODE = @CCDEPMODE@
152 CFLAGS = @CFLAGS@
153 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
154 CPP = @CPP@
155 CPPFLAGS = @CPPFLAGS@
156 CXX = @CXX@
157 CXXCPP = @CXXCPP@
158 CXXDEPMODE = @CXXDEPMODE@
159 CXXFLAGS = @CXXFLAGS@
160 CYGPATH_W = @CYGPATH_W@
161 DATADIRNAME = @DATADIRNAME@
162 DBUS1_CFLAGS = @DBUS1_CFLAGS@
163 DBUS1_LIBS = @DBUS1_LIBS@
164 DEFS = @DEFS@
165 DEPDIR = @DEPDIR@
166 DLLTOOL = @DLLTOOL@
167 DSYMUTIL = @DSYMUTIL@
168 DTRACE = @DTRACE@
169 DUMPBIN = @DUMPBIN@
170 ECHO_C = @ECHO_C@
171 ECHO_N = @ECHO_N@
172 ECHO_T = @ECHO_T@
173 EGREP = @EGREP@
174 EXEEXT = @EXEEXT@
175 FAM_LIBS = @FAM_LIBS@
176 FGREP = @FGREP@
177 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
178 GIO = @GIO@
179 GIO_MODULE_DIR = @GIO_MODULE_DIR@
180 GLIBC21 = @GLIBC21@
181 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
182 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
183 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
184 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
185 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
186 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
187 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
188 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
189 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
190 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
191 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
192 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
193 GLIB_VERSION = @GLIB_VERSION@
194 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
195 GMOFILES = @GMOFILES@
196 GMSGFMT = @GMSGFMT@
197 GREP = @GREP@
198 GSPAWN = @GSPAWN@
199 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
200 GTKDOC_CHECK = @GTKDOC_CHECK@
201 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
202 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
203 GTKDOC_MKPDF = @GTKDOC_MKPDF@
204 GTKDOC_REBASE = @GTKDOC_REBASE@
205 G_LIBS_EXTRA = @G_LIBS_EXTRA@
206 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
207 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
208 G_MODULE_IMPL = @G_MODULE_IMPL@
209 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
210 G_MODULE_LIBS = @G_MODULE_LIBS@
211 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
212 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
213 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
214 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
215 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
216 G_THREAD_LIBS = @G_THREAD_LIBS@
217 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
218 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
219 HTML_DIR = @HTML_DIR@
220 ICONV_LIBS = @ICONV_LIBS@
221 INDENT = @INDENT@
222 INSTALL = @INSTALL@
223 INSTALL_DATA = @INSTALL_DATA@
224 INSTALL_PROGRAM = @INSTALL_PROGRAM@
225 INSTALL_SCRIPT = @INSTALL_SCRIPT@
226 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
227 INSTOBJEXT = @INSTOBJEXT@
228 INTLLIBS = @INTLLIBS@
229 LD = @LD@
230 LDFLAGS = @LDFLAGS@
231 LIBELF_CFLAGS = @LIBELF_CFLAGS@
232 LIBELF_LIBS = @LIBELF_LIBS@
233 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
234 LIBFFI_LIBS = @LIBFFI_LIBS@
235 LIBOBJS = @LIBOBJS@
236 LIBS = @LIBS@
237 LIBTOOL = @LIBTOOL@
238 LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
239 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
240 LIPO = @LIPO@
241 LN_S = @LN_S@
242 LTLIBOBJS = @LTLIBOBJS@
243 LTP = @LTP@
244 LTP_GENHTML = @LTP_GENHTML@
245 LT_AGE = @LT_AGE@
246 LT_CURRENT = @LT_CURRENT@
247 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
248 LT_RELEASE = @LT_RELEASE@
249 LT_REVISION = @LT_REVISION@
250 MAINT = @MAINT@
251 MAKEINFO = @MAKEINFO@
252 MANIFEST_TOOL = @MANIFEST_TOOL@
253 MKDIR_P = @MKDIR_P@
254 MKINSTALLDIRS = @MKINSTALLDIRS@
255 MSGFMT = @MSGFMT@
256 MSGFMT_OPTS = @MSGFMT_OPTS@
257 NETWORK_LIBS = @NETWORK_LIBS@
258 NM = @NM@
259 NMEDIT = @NMEDIT@
260 OBJDUMP = @OBJDUMP@
261 OBJEXT = @OBJEXT@
262 OTOOL = @OTOOL@
263 OTOOL64 = @OTOOL64@
264 PACKAGE = @PACKAGE@
265 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266 PACKAGE_NAME = @PACKAGE_NAME@
267 PACKAGE_STRING = @PACKAGE_STRING@
268 PACKAGE_TARNAME = @PACKAGE_TARNAME@
269 PACKAGE_URL = @PACKAGE_URL@
270 PACKAGE_VERSION = @PACKAGE_VERSION@
271 PATH_SEPARATOR = @PATH_SEPARATOR@
272 PCRE_CFLAGS = @PCRE_CFLAGS@
273 PCRE_LIBS = @PCRE_LIBS@
274 PCRE_REQUIRES = @PCRE_REQUIRES@
275 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
276 PERL = @PERL@
277 PERL_PATH = @PERL_PATH@
278 PKG_CONFIG = @PKG_CONFIG@
279 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
280 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
281 PLATFORMDEP = @PLATFORMDEP@
282 POFILES = @POFILES@
283 POSUB = @POSUB@
284 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
285 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
286 PYTHON = @PYTHON@
287 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
288 PYTHON_PLATFORM = @PYTHON_PLATFORM@
289 PYTHON_PREFIX = @PYTHON_PREFIX@
290 PYTHON_VERSION = @PYTHON_VERSION@
291 RANLIB = @RANLIB@
292 REBUILD = @REBUILD@
293 SED = @SED@
294 SELINUX_LIBS = @SELINUX_LIBS@
295 SET_MAKE = @SET_MAKE@
296 SHELL = @SHELL@
297 SHTOOL = @SHTOOL@
298 STRIP = @STRIP@
299 USE_NLS = @USE_NLS@
300 VERSION = @VERSION@
301 WINDRES = @WINDRES@
302 XATTR_LIBS = @XATTR_LIBS@
303 XGETTEXT = @XGETTEXT@
304 XMLCATALOG = @XMLCATALOG@
305 XML_CATALOG_FILE = @XML_CATALOG_FILE@
306 XSLTPROC = @XSLTPROC@
307 ZLIB_CFLAGS = @ZLIB_CFLAGS@
308 ZLIB_LIBS = @ZLIB_LIBS@
309 abs_builddir = @abs_builddir@
310 abs_srcdir = @abs_srcdir@
311 abs_top_builddir = @abs_top_builddir@
312 abs_top_srcdir = @abs_top_srcdir@
313 ac_ct_AR = @ac_ct_AR@
314 ac_ct_CC = @ac_ct_CC@
315 ac_ct_CXX = @ac_ct_CXX@
316 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317 am__include = @am__include@
318 am__leading_dot = @am__leading_dot@
319 am__quote = @am__quote@
320 am__tar = @am__tar@
321 am__untar = @am__untar@
322 bindir = @bindir@
323 build = @build@
324 build_alias = @build_alias@
325 build_cpu = @build_cpu@
326 build_os = @build_os@
327 build_vendor = @build_vendor@
328 builddir = @builddir@
329 config_h_INCLUDES = @config_h_INCLUDES@
330 datadir = @datadir@
331 datarootdir = @datarootdir@
332 docdir = @docdir@
333 dvidir = @dvidir@
334 exec_prefix = @exec_prefix@
335 gio_INCLUDES = @gio_INCLUDES@
336 glib_INCLUDES = @glib_INCLUDES@
337 gmodule_INCLUDES = @gmodule_INCLUDES@
338 gobject_INCLUDES = @gobject_INCLUDES@
339 gthread_INCLUDES = @gthread_INCLUDES@
340 host = @host@
341 host_alias = @host_alias@
342 host_cpu = @host_cpu@
343 host_os = @host_os@
344 host_vendor = @host_vendor@
345 htmldir = @htmldir@
346 includedir = @includedir@
347 infodir = @infodir@
348 install_sh = @install_sh@
349 libdir = @libdir@
350 libexecdir = @libexecdir@
351 localedir = @localedir@
352 localstatedir = @localstatedir@
353 mandir = @mandir@
354 mkdir_p = @mkdir_p@
355 ms_librarian = @ms_librarian@
356 oldincludedir = @oldincludedir@
357 pdfdir = @pdfdir@
358 pkgpyexecdir = @pkgpyexecdir@
359 pkgpythondir = @pkgpythondir@
360 prefix = @prefix@
361 program_transform_name = @program_transform_name@
362 psdir = @psdir@
363 pyexecdir = @pyexecdir@
364 pythondir = @pythondir@
365 sbindir = @sbindir@
366 sharedstatedir = @sharedstatedir@
367 srcdir = @srcdir@
368 sysconfdir = @sysconfdir@
369 target_alias = @target_alias@
370 top_build_prefix = @top_build_prefix@
371 top_builddir = @top_builddir@
372 top_srcdir = @top_srcdir@
373
374 #GTESTER = gtester                      # for non-GLIB packages
375 GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
376 GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
377
378 # initialize variables for unconditional += appending
379 EXTRA_DIST = makefile.msc.in gmoduleconf.h.in gmodule.symbols \
380         gmodule-dl.c gmodule-dld.c gmodule-dyld.c gmodule-os2.c \
381         gmodule-win32.c gmodule-beos.c gmodule-ar.c \
382         gmoduleconf.h.win32 gmodule.rc.in
383 TEST_PROGS = 
384 AM_CPPFLAGS = \
385         $(glib_INCLUDES)                \
386         -DG_LOG_DOMAIN=\"GModule\"      \
387         @GLIB_DEBUG_FLAGS@              \
388         -DG_DISABLE_DEPRECATED
389
390 BUILT_EXTRA_DIST = \
391                 makefile.msc    \
392                 gmodule.rc
393
394 BUILT_SOURCES = gmoduleconf.h
395 glibincludedir = $(includedir)/glib-2.0
396 glibinclude_HEADERS = \
397                 gmodule.h
398
399 libglib = $(top_builddir)/glib/libglib-2.0.la
400 top_builddir_full = `cd \$(top_builddir); pwd`
401 lib_LTLIBRARIES = libgmodule-2.0.la
402 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@noinst_DATA = gmodule-2.0.lib
403 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) gmodule-2.0.lib $(DESTDIR)$(libdir)
404 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gmodule-2.0.lib
405 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
406 @OS_WIN32_AND_DLL_COMPILATION_TRUE@export_symbols = -export-symbols $(builddir)/gmodule.def
407 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gmodule_def = gmodule.def
408 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gmodule_win32_res = gmodule-win32-res.o
409 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gmodule_win32_res_ldflag = -Wl,$(gmodule_win32_res)
410 libgmodule_2_0_la_SOURCES = gmodule.c
411 libgmodule_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
412         $(gmodule_win32_res_ldflag) \
413         $(G_MODULE_LDFLAGS) \
414         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
415         -export-dynamic $(no_undefined) $(export_symbols)
416
417 libgmodule_2_0_la_LIBADD = $(G_MODULE_LIBS_EXTRA) $(G_MODULE_LIBS) $(libglib)
418 libgmodule_2_0_la_DEPENDENCIES = $(gmodule_win32_res) $(gmodule_def)
419 all: $(BUILT_SOURCES)
420         $(MAKE) $(AM_MAKEFLAGS) all-am
421
422 .SUFFIXES:
423 .SUFFIXES: .c .lo .o .obj
424 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
425         @for dep in $?; do \
426           case '$(am__configure_deps)' in \
427             *$$dep*) \
428               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
429                 && { if test -f $@; then exit 0; else break; fi; }; \
430               exit 1;; \
431           esac; \
432         done; \
433         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gmodule/Makefile'; \
434         $(am__cd) $(top_srcdir) && \
435           $(AUTOMAKE) --gnu gmodule/Makefile
436 .PRECIOUS: Makefile
437 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
438         @case '$?' in \
439           *config.status*) \
440             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
441           *) \
442             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
443             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
444         esac;
445 $(top_srcdir)/Makefile.decl:
446
447 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
448         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
450 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
451         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
453         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454 $(am__aclocal_m4_deps):
455 gmoduleconf.h: $(top_builddir)/config.status $(srcdir)/gmoduleconf.h.in
456         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
457 makefile.msc: $(top_builddir)/config.status $(srcdir)/makefile.msc.in
458         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
459 gmodule.rc: $(top_builddir)/config.status $(srcdir)/gmodule.rc.in
460         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
461 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
462         @$(NORMAL_INSTALL)
463         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
464         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
465         list2=; for p in $$list; do \
466           if test -f $$p; then \
467             list2="$$list2 $$p"; \
468           else :; fi; \
469         done; \
470         test -z "$$list2" || { \
471           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
472           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
473         }
474
475 uninstall-libLTLIBRARIES:
476         @$(NORMAL_UNINSTALL)
477         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
478         for p in $$list; do \
479           $(am__strip_dir) \
480           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
481           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
482         done
483
484 clean-libLTLIBRARIES:
485         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
486         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
487           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
488           test "$$dir" != "$$p" || dir=.; \
489           echo "rm -f \"$${dir}/so_locations\""; \
490           rm -f "$${dir}/so_locations"; \
491         done
492 libgmodule-2.0.la: $(libgmodule_2_0_la_OBJECTS) $(libgmodule_2_0_la_DEPENDENCIES) $(EXTRA_libgmodule_2_0_la_DEPENDENCIES) 
493         $(AM_V_CCLD)$(libgmodule_2_0_la_LINK) -rpath $(libdir) $(libgmodule_2_0_la_OBJECTS) $(libgmodule_2_0_la_LIBADD) $(LIBS)
494
495 mostlyclean-compile:
496         -rm -f *.$(OBJEXT)
497
498 distclean-compile:
499         -rm -f *.tab.c
500
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmodule.Plo@am__quote@
502
503 .c.o:
504 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
505 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
506 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
509
510 .c.obj:
511 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
512 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
513 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
516
517 .c.lo:
518 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
519 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
520 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
523
524 mostlyclean-libtool:
525         -rm -f *.lo
526
527 clean-libtool:
528         -rm -rf .libs _libs
529 install-glibincludeHEADERS: $(glibinclude_HEADERS)
530         @$(NORMAL_INSTALL)
531         test -z "$(glibincludedir)" || $(MKDIR_P) "$(DESTDIR)$(glibincludedir)"
532         @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \
533         for p in $$list; do \
534           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
535           echo "$$d$$p"; \
536         done | $(am__base_list) | \
537         while read files; do \
538           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(glibincludedir)'"; \
539           $(INSTALL_HEADER) $$files "$(DESTDIR)$(glibincludedir)" || exit $$?; \
540         done
541
542 uninstall-glibincludeHEADERS:
543         @$(NORMAL_UNINSTALL)
544         @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \
545         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
546         dir='$(DESTDIR)$(glibincludedir)'; $(am__uninstall_files_from_dir)
547
548 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
549         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
550         unique=`for i in $$list; do \
551             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552           done | \
553           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
554               END { if (nonempty) { for (i in files) print i; }; }'`; \
555         mkid -fID $$unique
556 tags: TAGS
557
558 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
559                 $(TAGS_FILES) $(LISP)
560         set x; \
561         here=`pwd`; \
562         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
563         unique=`for i in $$list; do \
564             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
565           done | \
566           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
567               END { if (nonempty) { for (i in files) print i; }; }'`; \
568         shift; \
569         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
570           test -n "$$unique" || unique=$$empty_fix; \
571           if test $$# -gt 0; then \
572             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
573               "$$@" $$unique; \
574           else \
575             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576               $$unique; \
577           fi; \
578         fi
579 ctags: CTAGS
580 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
581                 $(TAGS_FILES) $(LISP)
582         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
583         unique=`for i in $$list; do \
584             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
585           done | \
586           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
587               END { if (nonempty) { for (i in files) print i; }; }'`; \
588         test -z "$(CTAGS_ARGS)$$unique" \
589           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
590              $$unique
591
592 GTAGS:
593         here=`$(am__cd) $(top_builddir) && pwd` \
594           && $(am__cd) $(top_srcdir) \
595           && gtags -i $(GTAGS_ARGS) "$$here"
596
597 distclean-tags:
598         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
599
600 distdir: $(DISTFILES)
601         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
602         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
603         list='$(DISTFILES)'; \
604           dist_files=`for file in $$list; do echo $$file; done | \
605           sed -e "s|^$$srcdirstrip/||;t" \
606               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
607         case $$dist_files in \
608           */*) $(MKDIR_P) `echo "$$dist_files" | \
609                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
610                            sort -u` ;; \
611         esac; \
612         for file in $$dist_files; do \
613           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
614           if test -d $$d/$$file; then \
615             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
616             if test -d "$(distdir)/$$file"; then \
617               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
618             fi; \
619             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
620               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
621               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
622             fi; \
623             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
624           else \
625             test -f "$(distdir)/$$file" \
626             || cp -p $$d/$$file "$(distdir)/$$file" \
627             || exit 1; \
628           fi; \
629         done
630         $(MAKE) $(AM_MAKEFLAGS) \
631           top_distdir="$(top_distdir)" distdir="$(distdir)" \
632           dist-hook
633 check-am: all-am
634         $(MAKE) $(AM_MAKEFLAGS) check-local
635 check: $(BUILT_SOURCES)
636         $(MAKE) $(AM_MAKEFLAGS) check-am
637 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
638 installdirs:
639         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(glibincludedir)"; do \
640           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
641         done
642 install: $(BUILT_SOURCES)
643         $(MAKE) $(AM_MAKEFLAGS) install-am
644 install-exec: install-exec-am
645 install-data: install-data-am
646 uninstall: uninstall-am
647
648 install-am: all-am
649         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
650
651 installcheck: installcheck-am
652 install-strip:
653         if test -z '$(STRIP)'; then \
654           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
655             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
656               install; \
657         else \
658           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
659             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
661         fi
662 mostlyclean-generic:
663
664 clean-generic:
665
666 distclean-generic:
667         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
668         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
669
670 maintainer-clean-generic:
671         @echo "This command is intended for maintainers to use"
672         @echo "it deletes files that may require special tools to rebuild."
673         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
674 @HAVE_GLIB_RUNTIME_LIBDIR_FALSE@install-data-hook:
675 clean: clean-am
676
677 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
678         mostlyclean-am
679
680 distclean: distclean-am
681         -rm -rf ./$(DEPDIR)
682         -rm -f Makefile
683 distclean-am: clean-am distclean-compile distclean-generic \
684         distclean-tags
685
686 dvi: dvi-am
687
688 dvi-am:
689
690 html: html-am
691
692 html-am:
693
694 info: info-am
695
696 info-am:
697
698 install-data-am: install-data-local install-glibincludeHEADERS
699         @$(NORMAL_INSTALL)
700         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
701 install-dvi: install-dvi-am
702
703 install-dvi-am:
704
705 install-exec-am: install-libLTLIBRARIES
706
707 install-html: install-html-am
708
709 install-html-am:
710
711 install-info: install-info-am
712
713 install-info-am:
714
715 install-man:
716
717 install-pdf: install-pdf-am
718
719 install-pdf-am:
720
721 install-ps: install-ps-am
722
723 install-ps-am:
724
725 installcheck-am:
726
727 maintainer-clean: maintainer-clean-am
728         -rm -rf ./$(DEPDIR)
729         -rm -f Makefile
730 maintainer-clean-am: distclean-am maintainer-clean-generic
731
732 mostlyclean: mostlyclean-am
733
734 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
735         mostlyclean-libtool
736
737 pdf: pdf-am
738
739 pdf-am:
740
741 ps: ps-am
742
743 ps-am:
744
745 uninstall-am: uninstall-glibincludeHEADERS uninstall-libLTLIBRARIES \
746         uninstall-local
747
748 .MAKE: all check check-am install install-am install-data-am \
749         install-strip
750
751 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
752         clean-generic clean-libLTLIBRARIES clean-libtool ctags \
753         dist-hook distclean distclean-compile distclean-generic \
754         distclean-libtool distclean-tags distdir dvi dvi-am html \
755         html-am info info-am install install-am install-data \
756         install-data-am install-data-hook install-data-local \
757         install-dvi install-dvi-am install-exec install-exec-am \
758         install-glibincludeHEADERS install-html install-html-am \
759         install-info install-info-am install-libLTLIBRARIES \
760         install-man install-pdf install-pdf-am install-ps \
761         install-ps-am install-strip installcheck installcheck-am \
762         installdirs maintainer-clean maintainer-clean-generic \
763         mostlyclean mostlyclean-compile mostlyclean-generic \
764         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
765         uninstall-am uninstall-glibincludeHEADERS \
766         uninstall-libLTLIBRARIES uninstall-local
767
768
769 ### testing rules
770
771 # test: run all tests in cwd and subdirs
772 test: test-nonrecursive
773 @OS_UNIX_TRUE@  @ for subdir in $(SUBDIRS) . ; do \
774 @OS_UNIX_TRUE@      test "$$subdir" = "." -o "$$subdir" = "po" || \
775 @OS_UNIX_TRUE@      ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
776 @OS_UNIX_TRUE@    done
777
778 # test-nonrecursive: run tests only in cwd
779 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
780 @OS_UNIX_TRUE@  @test -z "${TEST_PROGS}" || G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
781 @OS_UNIX_FALSE@test-nonrecursive:
782
783 # test-report: run tests in subdirs and generate report
784 # perf-report: run tests in subdirs with -m perf and generate report
785 # full-report: like test-report: with -m perf and -m slow
786 test-report perf-report full-report:    ${TEST_PROGS}
787         @test -z "${TEST_PROGS}" || { \
788           case $@ in \
789           test-report) test_options="-k";; \
790           perf-report) test_options="-k -m=perf";; \
791           full-report) test_options="-k -m=perf -m=slow";; \
792           esac ; \
793           if test -z "$$GTESTER_LOGDIR" ; then  \
794             ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
795           elif test -n "${TEST_PROGS}" ; then \
796             ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
797           fi ; \
798         }
799         @ ignore_logdir=true ; \
800           if test -z "$$GTESTER_LOGDIR" ; then \
801             GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
802             ignore_logdir=false ; \
803           fi ; \
804           if test -d "$(top_srcdir)/.git" ; then \
805             REVISION=`git describe` ; \
806           else \
807             REVISION=$(VERSION) ; \
808           fi ; \
809           for subdir in $(SUBDIRS) . ; do \
810             test "$$subdir" = "." -o "$$subdir" = "po" || \
811             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
812           done ; \
813           $$ignore_logdir || { \
814             echo '<?xml version="1.0"?>'              > $@.xml ; \
815             echo '<report-collection>'               >> $@.xml ; \
816             echo '<info>'                            >> $@.xml ; \
817             echo '  <package>$(PACKAGE)</package>'   >> $@.xml ; \
818             echo '  <version>$(VERSION)</version>'   >> $@.xml ; \
819             echo "  <revision>$$REVISION</revision>" >> $@.xml ; \
820             echo '</info>'                           >> $@.xml ; \
821             for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
822               sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
823             done ; \
824             echo >> $@.xml ; \
825             echo '</report-collection>' >> $@.xml ; \
826             rm -rf "$$GTESTER_LOGDIR"/ ; \
827             ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
828           }
829 .PHONY: test test-report perf-report full-report test-nonrecursive
830
831 .PHONY: lcov genlcov lcov-clean
832 # use recursive makes in order to ignore errors during check
833 lcov:
834         -$(MAKE) $(AM_MAKEFLAGS) -k check
835         $(MAKE) $(AM_MAKEFLAGS) genlcov
836
837 # we have to massage the lcov.info file slightly to hide the effect of libtool
838 # placing the objects files in the .libs/ directory separate from the *.c
839 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
840 genlcov:
841         rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda
842         $(LTP) --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool
843         LANG=C $(LTP_GENHTML) --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --show-details glib-lcov.info
844         @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
845
846 lcov-clean:
847         -$(LTP) --directory $(top_builddir) -z
848         -rm -rf glib-lcov.info glib-lcov
849         -find -name '*.gcda' -print | xargs rm
850
851 # run tests in cwd as part of make check
852 check-local: test-nonrecursive
853
854 gmodule.def: gmodule.symbols
855         $(AM_V_GEN) (echo EXPORTS; $(CPP) -P - <$(srcdir)/gmodule.symbols | sed -e '/^$$/d' -e 's/^/    /') > $(builddir)/gmodule.def
856 gmoduleconf.h:  gmoduleconf.h.in
857
858 install-ms-lib:
859         $(install_ms_lib_cmd)
860
861 uninstall-ms-lib:
862         $(uninstall_ms_lib_cmd)
863
864 @OS_WIN32_AND_DLL_COMPILATION_TRUE@install-def-file:
865 @OS_WIN32_AND_DLL_COMPILATION_TRUE@     $(INSTALL) $(builddir)/gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
866
867 @OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall-def-file:
868 @OS_WIN32_AND_DLL_COMPILATION_TRUE@     -rm $(DESTDIR)$(libdir)/gmodule-2.0.def
869 @OS_WIN32_AND_DLL_COMPILATION_FALSE@install-def-file:
870 @OS_WIN32_AND_DLL_COMPILATION_FALSE@uninstall-def-file:
871
872 gmodule-win32-res.o: gmodule.rc
873         $(AM_V_GEN) $(WINDRES) gmodule.rc $@
874
875 gmodule-2.0.lib: libgmodule-2.0.la gmodule.def
876         lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/gmodule.def -out:$@
877
878 .PHONY: files release
879
880 files:
881         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
882           echo $$p; \
883         done
884
885 release:
886         $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
887
888 dist-hook: $(BUILT_EXTRA_DIST)
889         @files='$(BUILT_EXTRA_DIST)'; \
890         for f in $$files; do \
891           if test -f $$f; then d=.; else d=$(srcdir); fi; \
892           cp $$d/$$f $(distdir) || exit 1; done
893
894 install-data-local: install-ms-lib install-def-file
895
896 uninstall-local: uninstall-ms-lib uninstall-def-file
897
898 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@install-data-hook:
899 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
900 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgmodule-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
901 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgmodule-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
902 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ rm -f $(DESTDIR)$(libdir)/libgmodule-2.0.so
903 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ ln -s $(GLIB_RUNTIME_LIBDIR)/libgmodule-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libgmodule-2.0.so
904
905 # Tell versions [3.59,3.63) of GNU make to not export all variables.
906 # Otherwise a system limit (for SysV at least) may be exceeded.
907 .NOEXPORT: