[HQ] Add '-Wl,--as-needed' option using autogen.sh
[external/glib2.0.git] / gthread / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # GLIB - Library of useful C routines
18
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 top_builddir = ..
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 INSTALL = @INSTALL@
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43         $(srcdir)/gthread.rc.in $(srcdir)/makefile.msc.in \
44         $(top_srcdir)/Makefile.decl ChangeLog
45 subdir = gthread
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
48         $(top_srcdir)/acglib.m4 \
49         $(top_srcdir)/glib/libcharset/codeset.m4 \
50         $(top_srcdir)/glib/libcharset/glibc21.m4 \
51         $(top_srcdir)/m4macros/glib-gettext.m4 \
52         $(top_srcdir)/configure.in
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54         $(ACLOCAL_M4)
55 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56 CONFIG_HEADER = $(top_builddir)/config.h
57 CONFIG_CLEAN_FILES = makefile.msc gthread.rc
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61     *) f=$$p;; \
62   esac;
63 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
64 am__installdirs = "$(DESTDIR)$(libdir)"
65 libLTLIBRARIES_INSTALL = $(INSTALL)
66 LTLIBRARIES = $(lib_LTLIBRARIES)
67 am__DEPENDENCIES_1 =
68 am__DEPENDENCIES_2 = $(top_builddir)/glib/libglib-2.0.la
69 am_libgthread_2_0_la_OBJECTS = gthread-impl.lo
70 libgthread_2_0_la_OBJECTS = $(am_libgthread_2_0_la_OBJECTS)
71 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
72 depcomp = $(SHELL) $(top_srcdir)/depcomp
73 am__depfiles_maybe = depfiles
74 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
77         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
78         $(AM_CFLAGS) $(CFLAGS)
79 CCLD = $(CC)
80 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81         $(AM_LDFLAGS) $(LDFLAGS) -o $@
82 SOURCES = $(libgthread_2_0_la_SOURCES)
83 DIST_SOURCES = $(libgthread_2_0_la_SOURCES)
84 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
85         html-recursive info-recursive install-data-recursive \
86         install-exec-recursive install-info-recursive \
87         install-recursive installcheck-recursive installdirs-recursive \
88         pdf-recursive ps-recursive uninstall-info-recursive \
89         uninstall-recursive
90 DATA = $(noinst_DATA)
91 ETAGS = etags
92 CTAGS = ctags
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 ABS_GLIB_RUNTIME_LIBDIR = @ABS_GLIB_RUNTIME_LIBDIR@
95 ACLOCAL = @ACLOCAL@
96 ALLOCA = @ALLOCA@
97 AMDEP_FALSE = @AMDEP_FALSE@
98 AMDEP_TRUE = @AMDEP_TRUE@
99 AMTAR = @AMTAR@
100 AR = @AR@
101 AS = @AS@
102 AUTOCONF = @AUTOCONF@
103 AUTOHEADER = @AUTOHEADER@
104 AUTOMAKE = @AUTOMAKE@
105 AWK = @AWK@
106 CATALOGS = @CATALOGS@
107 CATOBJEXT = @CATOBJEXT@
108 CC = @CC@
109 CCDEPMODE = @CCDEPMODE@
110 CFLAGS = @CFLAGS@
111 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
112 CPP = @CPP@
113 CPPFLAGS = @CPPFLAGS@
114 CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
115 CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
116 CXX = @CXX@
117 CXXCPP = @CXXCPP@
118 CXXDEPMODE = @CXXDEPMODE@
119 CXXFLAGS = @CXXFLAGS@
120 CYGPATH_W = @CYGPATH_W@
121 DATADIRNAME = @DATADIRNAME@
122 DEFS = @DEFS@
123 DEPDIR = @DEPDIR@
124 DISABLE_MEM_POOLS = @DISABLE_MEM_POOLS@
125 DLLTOOL = @DLLTOOL@
126 DSYMUTIL = @DSYMUTIL@
127 DUMPBIN = @DUMPBIN@
128 ECHO_C = @ECHO_C@
129 ECHO_N = @ECHO_N@
130 ECHO_T = @ECHO_T@
131 EGREP = @EGREP@
132 ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
133 ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
134 ENABLE_MAN_FALSE = @ENABLE_MAN_FALSE@
135 ENABLE_MAN_TRUE = @ENABLE_MAN_TRUE@
136 ENABLE_REGEX_FALSE = @ENABLE_REGEX_FALSE@
137 ENABLE_REGEX_TRUE = @ENABLE_REGEX_TRUE@
138 ENABLE_TIMELOOP_FALSE = @ENABLE_TIMELOOP_FALSE@
139 ENABLE_TIMELOOP_TRUE = @ENABLE_TIMELOOP_TRUE@
140 EXEEXT = @EXEEXT@
141 FAM_LIBS = @FAM_LIBS@
142 FGREP = @FGREP@
143 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
144 GIO = @GIO@
145 GIO_MODULE_DIR = @GIO_MODULE_DIR@
146 GLIBC21 = @GLIBC21@
147 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
148 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
149 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
150 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
151 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
152 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
153 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
154 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
155 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
156 GLIB_VERSION = @GLIB_VERSION@
157 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
158 GMOFILES = @GMOFILES@
159 GMSGFMT = @GMSGFMT@
160 GREP = @GREP@
161 GSPAWN = @GSPAWN@
162 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
163 GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
164 GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
165 G_LIBS_EXTRA = @G_LIBS_EXTRA@
166 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
167 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
168 G_MODULE_IMPL = @G_MODULE_IMPL@
169 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
170 G_MODULE_LIBS = @G_MODULE_LIBS@
171 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
172 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
173 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
174 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
175 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
176 G_THREAD_LIBS = @G_THREAD_LIBS@
177 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
178 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
179 HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
180 HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
181 HAVE_FAM_FALSE = @HAVE_FAM_FALSE@
182 HAVE_FAM_TRUE = @HAVE_FAM_TRUE@
183 HAVE_FEN_FALSE = @HAVE_FEN_FALSE@
184 HAVE_FEN_TRUE = @HAVE_FEN_TRUE@
185 HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_FALSE = @HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_FALSE@
186 HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_TRUE = @HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_TRUE@
187 HAVE_GLIB_RUNTIME_LIBDIR_FALSE = @HAVE_GLIB_RUNTIME_LIBDIR_FALSE@
188 HAVE_GLIB_RUNTIME_LIBDIR_TRUE = @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@
189 HAVE_GNUC_VISIBILITY_FALSE = @HAVE_GNUC_VISIBILITY_FALSE@
190 HAVE_GNUC_VISIBILITY_TRUE = @HAVE_GNUC_VISIBILITY_TRUE@
191 HAVE_GOOD_PRINTF_FALSE = @HAVE_GOOD_PRINTF_FALSE@
192 HAVE_GOOD_PRINTF_TRUE = @HAVE_GOOD_PRINTF_TRUE@
193 HAVE_INOTIFY_FALSE = @HAVE_INOTIFY_FALSE@
194 HAVE_INOTIFY_TRUE = @HAVE_INOTIFY_TRUE@
195 HAVE_SUNSTUDIO_VISIBILITY_FALSE = @HAVE_SUNSTUDIO_VISIBILITY_FALSE@
196 HAVE_SUNSTUDIO_VISIBILITY_TRUE = @HAVE_SUNSTUDIO_VISIBILITY_TRUE@
197 HAVE_THREADS_FALSE = @HAVE_THREADS_FALSE@
198 HAVE_THREADS_TRUE = @HAVE_THREADS_TRUE@
199 HTML_DIR = @HTML_DIR@
200 ICONV_LIBS = @ICONV_LIBS@
201 INDENT = @INDENT@
202 INSTALL_DATA = @INSTALL_DATA@
203 INSTALL_PROGRAM = @INSTALL_PROGRAM@
204 INSTALL_SCRIPT = @INSTALL_SCRIPT@
205 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
206 INSTOBJEXT = @INSTOBJEXT@
207 INTLLIBS = @INTLLIBS@
208 LD = @LD@
209 LDFLAGS = @LDFLAGS@
210 LIBASYNCNS_LIBADD = @LIBASYNCNS_LIBADD@
211 LIBOBJS = @LIBOBJS@
212 LIBS = @LIBS@
213 LIBTOOL = @LIBTOOL@
214 LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
215 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
216 LIPO = @LIPO@
217 LN_S = @LN_S@
218 LTLIBOBJS = @LTLIBOBJS@
219 LT_AGE = @LT_AGE@
220 LT_CURRENT = @LT_CURRENT@
221 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
222 LT_RELEASE = @LT_RELEASE@
223 LT_REVISION = @LT_REVISION@
224 MAINT = @MAINT@
225 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
226 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
227 MAKEINFO = @MAKEINFO@
228 MKINSTALLDIRS = @MKINSTALLDIRS@
229 MSGFMT = @MSGFMT@
230 MSGFMT_OPTS = @MSGFMT_OPTS@
231 MS_LIB_AVAILABLE_FALSE = @MS_LIB_AVAILABLE_FALSE@
232 MS_LIB_AVAILABLE_TRUE = @MS_LIB_AVAILABLE_TRUE@
233 NM = @NM@
234 NMEDIT = @NMEDIT@
235 OBJDUMP = @OBJDUMP@
236 OBJEXT = @OBJEXT@
237 OS_CARBON_FALSE = @OS_CARBON_FALSE@
238 OS_CARBON_TRUE = @OS_CARBON_TRUE@
239 OS_LINUX_FALSE = @OS_LINUX_FALSE@
240 OS_LINUX_TRUE = @OS_LINUX_TRUE@
241 OS_UNIX_FALSE = @OS_UNIX_FALSE@
242 OS_UNIX_TRUE = @OS_UNIX_TRUE@
243 OS_WIN32_AND_DLL_COMPILATION_FALSE = @OS_WIN32_AND_DLL_COMPILATION_FALSE@
244 OS_WIN32_AND_DLL_COMPILATION_TRUE = @OS_WIN32_AND_DLL_COMPILATION_TRUE@
245 OS_WIN32_FALSE = @OS_WIN32_FALSE@
246 OS_WIN32_TRUE = @OS_WIN32_TRUE@
247 OS_WIN32_X64_FALSE = @OS_WIN32_X64_FALSE@
248 OS_WIN32_X64_TRUE = @OS_WIN32_X64_TRUE@
249 OTOOL = @OTOOL@
250 OTOOL64 = @OTOOL64@
251 PACKAGE = @PACKAGE@
252 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253 PACKAGE_NAME = @PACKAGE_NAME@
254 PACKAGE_STRING = @PACKAGE_STRING@
255 PACKAGE_TARNAME = @PACKAGE_TARNAME@
256 PACKAGE_VERSION = @PACKAGE_VERSION@
257 PATH_SEPARATOR = @PATH_SEPARATOR@
258 PCRE_CFLAGS = @PCRE_CFLAGS@
259 PCRE_LIBS = @PCRE_LIBS@
260 PCRE_REQUIRES = @PCRE_REQUIRES@
261 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
262 PERL = @PERL@
263 PERL_PATH = @PERL_PATH@
264 PKG_CONFIG = @PKG_CONFIG@
265 PLATFORMDEP = @PLATFORMDEP@
266 PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
267 PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
268 POFILES = @POFILES@
269 POSUB = @POSUB@
270 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
271 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
272 PYTHON = @PYTHON@
273 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
274 PYTHON_PLATFORM = @PYTHON_PLATFORM@
275 PYTHON_PREFIX = @PYTHON_PREFIX@
276 PYTHON_VERSION = @PYTHON_VERSION@
277 RANLIB = @RANLIB@
278 REBUILD = @REBUILD@
279 SED = @SED@
280 SELINUX_LIBS = @SELINUX_LIBS@
281 SET_MAKE = @SET_MAKE@
282 SHELL = @SHELL@
283 STRIP = @STRIP@
284 USE_NLS = @USE_NLS@
285 USE_SYSTEM_PCRE_FALSE = @USE_SYSTEM_PCRE_FALSE@
286 USE_SYSTEM_PCRE_TRUE = @USE_SYSTEM_PCRE_TRUE@
287 VERSION = @VERSION@
288 WINDRES = @WINDRES@
289 XATTR_LIBS = @XATTR_LIBS@
290 XGETTEXT = @XGETTEXT@
291 XMLCATALOG = @XMLCATALOG@
292 XML_CATALOG_FILE = @XML_CATALOG_FILE@
293 XSLTPROC = @XSLTPROC@
294 ZLIB_LIBS = @ZLIB_LIBS@
295 ac_ct_CC = @ac_ct_CC@
296 ac_ct_CXX = @ac_ct_CXX@
297 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
298 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
299 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
300 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
301 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
302 am__include = @am__include@
303 am__leading_dot = @am__leading_dot@
304 am__quote = @am__quote@
305 am__tar = @am__tar@
306 am__untar = @am__untar@
307 bindir = @bindir@
308 build = @build@
309 build_alias = @build_alias@
310 build_cpu = @build_cpu@
311 build_os = @build_os@
312 build_vendor = @build_vendor@
313 datadir = @datadir@
314 datarootdir = @datarootdir@
315 docdir = @docdir@
316 dvidir = @dvidir@
317 exec_prefix = @exec_prefix@
318 host = @host@
319 host_alias = @host_alias@
320 host_cpu = @host_cpu@
321 host_os = @host_os@
322 host_vendor = @host_vendor@
323 htmldir = @htmldir@
324 includedir = @includedir@
325 infodir = @infodir@
326 install_sh = @install_sh@
327 libdir = @libdir@
328 libexecdir = @libexecdir@
329 localedir = @localedir@
330 localstatedir = @localstatedir@
331 lt_ECHO = @lt_ECHO@
332 mandir = @mandir@
333 mkdir_p = @mkdir_p@
334 ms_librarian = @ms_librarian@
335 oldincludedir = @oldincludedir@
336 pdfdir = @pdfdir@
337 pkgpyexecdir = @pkgpyexecdir@
338 pkgpythondir = @pkgpythondir@
339 prefix = @prefix@
340 program_transform_name = @program_transform_name@
341 psdir = @psdir@
342 pyexecdir = @pyexecdir@
343 pythondir = @pythondir@
344 sbindir = @sbindir@
345 sharedstatedir = @sharedstatedir@
346 sysconfdir = @sysconfdir@
347 target_alias = @target_alias@
348
349 #GTESTER = gtester                      # for non-GLIB packages
350 GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
351 GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
352
353 # initialize variables for unconditional += appending
354 EXTRA_DIST = makefile.msc.in gthread-posix.c gthread-win32.c \
355         gthread-none.c gthread.def gthread.rc.in
356 TEST_PROGS = 
357 SUBDIRS = . tests
358 DIST_SUBDIRS = tests
359 AM_CPPFLAGS = \
360         -I$(top_srcdir)                 \
361         -I$(top_srcdir)/glib            \
362         -I$(top_srcdir)/gthread         \
363         -DG_LOG_DOMAIN=\"GThread\"      \
364         @GTHREAD_COMPILE_IMPL_DEFINES@  \
365         @GLIB_DEBUG_FLAGS@              \
366         -DG_DISABLE_DEPRECATED
367
368 BUILT_EXTRA_DIST = \
369                 makefile.msc            \
370                 gthread.rc
371
372 libglib = $(top_builddir)/glib/libglib-2.0.la
373 top_builddir_full = `cd \$(top_builddir); pwd`
374 lib_LTLIBRARIES = libgthread-2.0.la
375 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@noinst_DATA = gthread-2.0.lib
376 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) gthread-2.0.lib $(DESTDIR)$(libdir)
377 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gthread-2.0.lib
378 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
379 @OS_WIN32_AND_DLL_COMPILATION_TRUE@export_symbols = -export-symbols $(srcdir)/gthread.def
380 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gthread_def = gthread.def
381 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gthread_win32_res = gthread-win32-res.o
382 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gthread_win32_res_ldflag = -Wl,$(gthread_win32_res)
383 libgthread_2_0_la_SOURCES = gthread-impl.c
384 libgthread_2_0_la_LDFLAGS = \
385         $(gthread_win32_res_ldflag) \
386         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
387         -export-dynamic $(no_undefined) $(export_symbols)
388
389 libgthread_2_0_la_LIBADD = $(G_THREAD_LIBS_EXTRA) $(G_THREAD_LIBS_FOR_GTHREAD) $(libglib)
390 libgthread_2_0_la_DEPENDENCIES = $(gthread_win32_res) $(gthread_def)
391 all: all-recursive
392
393 .SUFFIXES:
394 .SUFFIXES: .c .lo .o .obj
395 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
396         @for dep in $?; do \
397           case '$(am__configure_deps)' in \
398             *$$dep*) \
399               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
400                 && exit 0; \
401               exit 1;; \
402           esac; \
403         done; \
404         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gthread/Makefile'; \
405         cd $(top_srcdir) && \
406           $(AUTOMAKE) --gnu  gthread/Makefile
407 .PRECIOUS: Makefile
408 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
409         @case '$?' in \
410           *config.status*) \
411             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
412           *) \
413             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
414             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
415         esac;
416
417 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
418         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419
420 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
421         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
423         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424 makefile.msc: $(top_builddir)/config.status $(srcdir)/makefile.msc.in
425         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
426 gthread.rc: $(top_builddir)/config.status $(srcdir)/gthread.rc.in
427         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
428 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
429         @$(NORMAL_INSTALL)
430         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
431         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
432           if test -f $$p; then \
433             f=$(am__strip_dir) \
434             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
435             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
436           else :; fi; \
437         done
438
439 uninstall-libLTLIBRARIES:
440         @$(NORMAL_UNINSTALL)
441         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
442           p=$(am__strip_dir) \
443           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
444           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
445         done
446
447 clean-libLTLIBRARIES:
448         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
449         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
450           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
451           test "$$dir" != "$$p" || dir=.; \
452           echo "rm -f \"$${dir}/so_locations\""; \
453           rm -f "$${dir}/so_locations"; \
454         done
455 libgthread-2.0.la: $(libgthread_2_0_la_OBJECTS) $(libgthread_2_0_la_DEPENDENCIES) 
456         $(LINK) -rpath $(libdir) $(libgthread_2_0_la_LDFLAGS) $(libgthread_2_0_la_OBJECTS) $(libgthread_2_0_la_LIBADD) $(LIBS)
457
458 mostlyclean-compile:
459         -rm -f *.$(OBJEXT)
460
461 distclean-compile:
462         -rm -f *.tab.c
463
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gthread-impl.Plo@am__quote@
465
466 .c.o:
467 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
468 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
472
473 .c.obj:
474 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
475 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
477 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
479
480 .c.lo:
481 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
482 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
486
487 mostlyclean-libtool:
488         -rm -f *.lo
489
490 clean-libtool:
491         -rm -rf .libs _libs
492
493 distclean-libtool:
494         -rm -f libtool
495 uninstall-info-am:
496
497 # This directory's subdirectories are mostly independent; you can cd
498 # into them and run `make' without going through this Makefile.
499 # To change the values of `make' variables: instead of editing Makefiles,
500 # (1) if the variable is set in `config.status', edit `config.status'
501 #     (which will cause the Makefiles to be regenerated when you run `make');
502 # (2) otherwise, pass the desired values on the `make' command line.
503 $(RECURSIVE_TARGETS):
504         @failcom='exit 1'; \
505         for f in x $$MAKEFLAGS; do \
506           case $$f in \
507             *=* | --[!k]*);; \
508             *k*) failcom='fail=yes';; \
509           esac; \
510         done; \
511         dot_seen=no; \
512         target=`echo $@ | sed s/-recursive//`; \
513         list='$(SUBDIRS)'; for subdir in $$list; do \
514           echo "Making $$target in $$subdir"; \
515           if test "$$subdir" = "."; then \
516             dot_seen=yes; \
517             local_target="$$target-am"; \
518           else \
519             local_target="$$target"; \
520           fi; \
521           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
522           || eval $$failcom; \
523         done; \
524         if test "$$dot_seen" = "no"; then \
525           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
526         fi; test -z "$$fail"
527
528 mostlyclean-recursive clean-recursive distclean-recursive \
529 maintainer-clean-recursive:
530         @failcom='exit 1'; \
531         for f in x $$MAKEFLAGS; do \
532           case $$f in \
533             *=* | --[!k]*);; \
534             *k*) failcom='fail=yes';; \
535           esac; \
536         done; \
537         dot_seen=no; \
538         case "$@" in \
539           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
540           *) list='$(SUBDIRS)' ;; \
541         esac; \
542         rev=''; for subdir in $$list; do \
543           if test "$$subdir" = "."; then :; else \
544             rev="$$subdir $$rev"; \
545           fi; \
546         done; \
547         rev="$$rev ."; \
548         target=`echo $@ | sed s/-recursive//`; \
549         for subdir in $$rev; do \
550           echo "Making $$target in $$subdir"; \
551           if test "$$subdir" = "."; then \
552             local_target="$$target-am"; \
553           else \
554             local_target="$$target"; \
555           fi; \
556           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
557           || eval $$failcom; \
558         done && test -z "$$fail"
559 tags-recursive:
560         list='$(SUBDIRS)'; for subdir in $$list; do \
561           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
562         done
563 ctags-recursive:
564         list='$(SUBDIRS)'; for subdir in $$list; do \
565           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
566         done
567
568 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
569         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
570         unique=`for i in $$list; do \
571             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
572           done | \
573           $(AWK) '    { files[$$0] = 1; } \
574                END { for (i in files) print i; }'`; \
575         mkid -fID $$unique
576 tags: TAGS
577
578 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
579                 $(TAGS_FILES) $(LISP)
580         tags=; \
581         here=`pwd`; \
582         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
583           include_option=--etags-include; \
584           empty_fix=.; \
585         else \
586           include_option=--include; \
587           empty_fix=; \
588         fi; \
589         list='$(SUBDIRS)'; for subdir in $$list; do \
590           if test "$$subdir" = .; then :; else \
591             test ! -f $$subdir/TAGS || \
592               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
593           fi; \
594         done; \
595         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
596         unique=`for i in $$list; do \
597             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
598           done | \
599           $(AWK) '    { files[$$0] = 1; } \
600                END { for (i in files) print i; }'`; \
601         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
602           test -n "$$unique" || unique=$$empty_fix; \
603           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
604             $$tags $$unique; \
605         fi
606 ctags: CTAGS
607 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
608                 $(TAGS_FILES) $(LISP)
609         tags=; \
610         here=`pwd`; \
611         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
612         unique=`for i in $$list; do \
613             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
614           done | \
615           $(AWK) '    { files[$$0] = 1; } \
616                END { for (i in files) print i; }'`; \
617         test -z "$(CTAGS_ARGS)$$tags$$unique" \
618           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
619              $$tags $$unique
620
621 GTAGS:
622         here=`$(am__cd) $(top_builddir) && pwd` \
623           && cd $(top_srcdir) \
624           && gtags -i $(GTAGS_ARGS) $$here
625
626 distclean-tags:
627         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
628
629 distdir: $(DISTFILES)
630         $(mkdir_p) $(distdir)/..
631         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
632         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
633         list='$(DISTFILES)'; for file in $$list; do \
634           case $$file in \
635             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
636             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
637           esac; \
638           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
639           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
640           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
641             dir="/$$dir"; \
642             $(mkdir_p) "$(distdir)$$dir"; \
643           else \
644             dir=''; \
645           fi; \
646           if test -d $$d/$$file; then \
647             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
648               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
649             fi; \
650             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
651           else \
652             test -f $(distdir)/$$file \
653             || cp -p $$d/$$file $(distdir)/$$file \
654             || exit 1; \
655           fi; \
656         done
657         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
658           if test "$$subdir" = .; then :; else \
659             test -d "$(distdir)/$$subdir" \
660             || $(mkdir_p) "$(distdir)/$$subdir" \
661             || exit 1; \
662             distdir=`$(am__cd) $(distdir) && pwd`; \
663             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
664             (cd $$subdir && \
665               $(MAKE) $(AM_MAKEFLAGS) \
666                 top_distdir="$$top_distdir" \
667                 distdir="$$distdir/$$subdir" \
668                 distdir) \
669               || exit 1; \
670           fi; \
671         done
672         $(MAKE) $(AM_MAKEFLAGS) \
673           top_distdir="$(top_distdir)" distdir="$(distdir)" \
674           dist-hook
675 check-am: all-am
676         $(MAKE) $(AM_MAKEFLAGS) check-local
677 check: check-recursive
678 all-am: Makefile $(LTLIBRARIES) $(DATA)
679 installdirs: installdirs-recursive
680 installdirs-am:
681         for dir in "$(DESTDIR)$(libdir)"; do \
682           test -z "$$dir" || $(mkdir_p) "$$dir"; \
683         done
684 install: install-recursive
685 install-exec: install-exec-recursive
686 install-data: install-data-recursive
687 uninstall: uninstall-recursive
688
689 install-am: all-am
690         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
691
692 installcheck: installcheck-recursive
693 install-strip:
694         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
695           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
696           `test -z '$(STRIP)' || \
697             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
698 mostlyclean-generic:
699
700 clean-generic:
701
702 distclean-generic:
703         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
704
705 maintainer-clean-generic:
706         @echo "This command is intended for maintainers to use"
707         @echo "it deletes files that may require special tools to rebuild."
708 @HAVE_GLIB_RUNTIME_LIBDIR_FALSE@install-data-hook:
709 clean: clean-recursive
710
711 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
712         mostlyclean-am
713
714 distclean: distclean-recursive
715         -rm -rf ./$(DEPDIR)
716         -rm -f Makefile
717 distclean-am: clean-am distclean-compile distclean-generic \
718         distclean-libtool distclean-tags
719
720 dvi: dvi-recursive
721
722 dvi-am:
723
724 html: html-recursive
725
726 info: info-recursive
727
728 info-am:
729
730 install-data-am: install-data-local
731         @$(NORMAL_INSTALL)
732         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
733
734 install-exec-am: install-libLTLIBRARIES
735
736 install-info: install-info-recursive
737
738 install-man:
739
740 installcheck-am:
741
742 maintainer-clean: maintainer-clean-recursive
743         -rm -rf ./$(DEPDIR)
744         -rm -f Makefile
745 maintainer-clean-am: distclean-am maintainer-clean-generic
746
747 mostlyclean: mostlyclean-recursive
748
749 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
750         mostlyclean-libtool
751
752 pdf: pdf-recursive
753
754 pdf-am:
755
756 ps: ps-recursive
757
758 ps-am:
759
760 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
761         uninstall-local
762
763 uninstall-info: uninstall-info-recursive
764
765 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
766         check-local clean clean-generic clean-libLTLIBRARIES \
767         clean-libtool clean-recursive ctags ctags-recursive dist-hook \
768         distclean distclean-compile distclean-generic \
769         distclean-libtool distclean-recursive distclean-tags distdir \
770         dvi dvi-am html html-am info info-am install install-am \
771         install-data install-data-am install-data-hook \
772         install-data-local install-exec install-exec-am install-info \
773         install-info-am install-libLTLIBRARIES install-man \
774         install-strip installcheck installcheck-am installdirs \
775         installdirs-am maintainer-clean maintainer-clean-generic \
776         maintainer-clean-recursive mostlyclean mostlyclean-compile \
777         mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
778         pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
779         uninstall-info-am uninstall-libLTLIBRARIES uninstall-local
780
781
782 ### testing rules
783
784 # test: run all tests in cwd and subdirs
785 test:   ${TEST_PROGS}
786 @OS_UNIX_TRUE@  @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
787 @OS_UNIX_TRUE@  @ for subdir in $(SUBDIRS) . ; do \
788 @OS_UNIX_TRUE@      test "$$subdir" = "." -o "$$subdir" = "po" || \
789 @OS_UNIX_TRUE@      ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
790 @OS_UNIX_TRUE@    done
791
792 # test-report: run tests in subdirs and generate report
793 # perf-report: run tests in subdirs with -m perf and generate report
794 # full-report: like test-report: with -m perf and -m slow
795 test-report perf-report full-report:    ${TEST_PROGS}
796         @test -z "${TEST_PROGS}" || { \
797           case $@ in \
798           test-report) test_options="-k";; \
799           perf-report) test_options="-k -m=perf";; \
800           full-report) test_options="-k -m=perf -m=slow";; \
801           esac ; \
802           if test -z "$$GTESTER_LOGDIR" ; then  \
803             ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
804           elif test -n "${TEST_PROGS}" ; then \
805             ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
806           fi ; \
807         }
808         @ ignore_logdir=true ; \
809           if test -z "$$GTESTER_LOGDIR" ; then \
810             GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
811             ignore_logdir=false ; \
812           fi ; \
813           for subdir in $(SUBDIRS) . ; do \
814             test "$$subdir" = "." -o "$$subdir" = "po" || \
815             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
816           done ; \
817           $$ignore_logdir || { \
818             echo '<?xml version="1.0"?>' > $@.xml ; \
819             echo '<report-collection>'  >> $@.xml ; \
820             for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
821               sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
822             done ; \
823             echo >> $@.xml ; \
824             echo '</report-collection>' >> $@.xml ; \
825             rm -rf "$$GTESTER_LOGDIR"/ ; \
826             ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
827           }
828 .PHONY: test test-report perf-report full-report
829 # run make test as part of make check
830 check-local: test
831
832 install-ms-lib:
833         $(install_ms_lib_cmd)
834
835 uninstall-ms-lib:
836         $(uninstall_ms_lib_cmd)
837
838 @OS_WIN32_AND_DLL_COMPILATION_TRUE@install-def-file:
839 @OS_WIN32_AND_DLL_COMPILATION_TRUE@     $(INSTALL) $(srcdir)/gthread.def $(DESTDIR)$(libdir)/gthread-2.0.def
840
841 @OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall-def-file:
842 @OS_WIN32_AND_DLL_COMPILATION_TRUE@     -rm $(DESTDIR)$(libdir)/gthread-2.0.def
843 @OS_WIN32_AND_DLL_COMPILATION_FALSE@install-def-file:
844 @OS_WIN32_AND_DLL_COMPILATION_FALSE@uninstall-def-file:
845
846 gthread-win32-res.o: gthread.rc
847         $(WINDRES) gthread.rc $@
848
849 gthread-2.0.lib: libgthread-2.0.la gthread.def
850         lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgthread-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(srcdir)/gthread.def -out:$@
851
852 dist-hook: $(BUILT_EXTRA_DIST)
853         files='$(BUILT_EXTRA_DIST)'; \
854         for f in $$files; do \
855           if test -f $$f; then d=.; else d=$(srcdir); fi; \
856           cp $$d/$$f $(distdir) || exit 1; done
857
858 install-data-local: install-ms-lib install-def-file
859
860 uninstall-local: uninstall-ms-lib uninstall-def-file
861
862 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@install-data-hook:
863 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
864 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgthread-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
865 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgthread-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
866 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ rm -f $(DESTDIR)$(libdir)/libgthread-2.0.so
867 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ ln -s $(GLIB_RUNTIME_LIBDIR)/libgthread-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libgthread-2.0.so
868 # Tell versions [3.59,3.63) of GNU make to not export all variables.
869 # Otherwise a system limit (for SysV at least) may be exceeded.
870 .NOEXPORT: