]> git.ipfire.org Git - thirdparty/gcc.git/blob - libitm/Makefile.in
Update configure deps, remove stray \xA0 in picflag.m4, regenerate
[thirdparty/gcc.git] / libitm / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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
19 VPATH = @srcdir@
20 am__make_dryrun = \
21 { \
22 am__dry=no; \
23 case $$MAKEFLAGS in \
24 *\\[\ \ ]*) \
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27 *) \
28 for am__flg in $$MAKEFLAGS; do \
29 case $$am__flg in \
30 *=*|--*) ;; \
31 *n*) am__dry=yes; break;; \
32 esac; \
33 done;; \
34 esac; \
35 test $$am__dry = yes; \
36 }
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 target_triplet = @target@
56 @ARCH_ARM_TRUE@am__append_1 = hwcap.cc
57 @ARCH_X86_TRUE@am__append_2 = x86_sse.cc x86_avx.cc
58 @ARCH_FUTEX_TRUE@am__append_3 = futex.cc
59 subdir = .
60 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
61 $(top_srcdir)/configure $(am__configure_deps) \
62 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
63 $(srcdir)/libitm.spec.in $(srcdir)/../depcomp
64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
66 $(top_srcdir)/../config/asmcfi.m4 \
67 $(top_srcdir)/../config/depstand.m4 \
68 $(top_srcdir)/../config/enable.m4 \
69 $(top_srcdir)/../config/futex.m4 \
70 $(top_srcdir)/../config/hwcaps.m4 \
71 $(top_srcdir)/../config/lead-dot.m4 \
72 $(top_srcdir)/../config/mmap.m4 \
73 $(top_srcdir)/../config/multi.m4 \
74 $(top_srcdir)/../config/override.m4 \
75 $(top_srcdir)/../config/stdint.m4 \
76 $(top_srcdir)/../config/tls.m4 \
77 $(top_srcdir)/../config/weakref.m4 \
78 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
79 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
80 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
81 $(top_srcdir)/configure.ac
82 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83 $(ACLOCAL_M4)
84 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
85 configure.lineno config.status.lineno
86 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
87 CONFIG_HEADER = config.h
88 CONFIG_CLEAN_FILES = libitm.spec
89 CONFIG_CLEAN_VPATH_FILES =
90 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
91 am__vpath_adj = case $$p in \
92 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
93 *) f=$$p;; \
94 esac;
95 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
96 am__install_max = 40
97 am__nobase_strip_setup = \
98 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
99 am__nobase_strip = \
100 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
101 am__nobase_list = $(am__nobase_strip_setup); \
102 for p in $$list; do echo "$$p $$p"; done | \
103 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
104 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
105 if (++n[$$2] == $(am__install_max)) \
106 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
107 END { for (dir in files) print dir, files[dir] }'
108 am__base_list = \
109 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
110 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
111 am__uninstall_files_from_dir = { \
112 test -z "$$files" \
113 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
114 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
115 $(am__cd) "$$dir" && rm -f $$files; }; \
116 }
117 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" \
118 "$(DESTDIR)$(toolexeclibdir)"
119 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
120 libitm_la_LIBADD =
121 @ARCH_ARM_TRUE@am__objects_1 = hwcap.lo
122 @ARCH_X86_TRUE@am__objects_2 = x86_sse.lo x86_avx.lo
123 @ARCH_FUTEX_TRUE@am__objects_3 = futex.lo
124 am_libitm_la_OBJECTS = aatree.lo alloc.lo alloc_c.lo alloc_cpp.lo \
125 barrier.lo beginend.lo clone.lo eh_cpp.lo local.lo query.lo \
126 retry.lo rwlock.lo useraction.lo util.lo sjlj.lo tls.lo \
127 method-serial.lo method-gl.lo method-ml.lo $(am__objects_1) \
128 $(am__objects_2) $(am__objects_3)
129 libitm_la_OBJECTS = $(am_libitm_la_OBJECTS)
130 DEFAULT_INCLUDES = -I.@am__isrc@
131 depcomp = $(SHELL) $(top_srcdir)/../depcomp
132 am__depfiles_maybe = depfiles
133 am__mv = mv -f
134 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
135 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
136 LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
137 --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
138 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
139 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
140 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
141 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
142 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
143 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
144 CXXLD = $(CXX)
145 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
146 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
147 $(LDFLAGS) -o $@
148 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
149 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
151 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
152 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153 CCLD = $(CC)
154 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
155 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
156 $(LDFLAGS) -o $@
157 SOURCES = $(libitm_la_SOURCES)
158 MULTISRCTOP =
159 MULTIBUILDTOP =
160 MULTIDIRS =
161 MULTISUBDIR =
162 MULTIDO = true
163 MULTICLEAN = true
164 INFO_DEPS = libitm.info
165 am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
166 DVIS = libitm.dvi
167 PDFS = libitm.pdf
168 PSS = libitm.ps
169 HTMLS = libitm.html
170 TEXINFOS = libitm.texi
171 TEXI2DVI = texi2dvi
172 TEXI2PDF = $(TEXI2DVI) --pdf --batch
173 MAKEINFOHTML = $(MAKEINFO) --html
174 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
175 DVIPS = dvips
176 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
177 html-recursive info-recursive install-data-recursive \
178 install-dvi-recursive install-exec-recursive \
179 install-html-recursive install-info-recursive \
180 install-pdf-recursive install-ps-recursive install-recursive \
181 installcheck-recursive installdirs-recursive pdf-recursive \
182 ps-recursive uninstall-recursive
183 am__can_run_installinfo = \
184 case $$AM_UPDATE_INFO_DIR in \
185 n|no|NO) false;; \
186 *) (install-info --version) >/dev/null 2>&1;; \
187 esac
188 HEADERS = $(nodist_toolexeclib_HEADERS)
189 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
190 distclean-recursive maintainer-clean-recursive
191 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
192 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
193 ETAGS = etags
194 CTAGS = ctags
195 DIST_SUBDIRS = $(SUBDIRS)
196 ACLOCAL = @ACLOCAL@
197 AMTAR = @AMTAR@
198 AR = @AR@
199 AUTOCONF = @AUTOCONF@
200 AUTOHEADER = @AUTOHEADER@
201 AUTOMAKE = @AUTOMAKE@
202 AWK = @AWK@
203 CC = @CC@
204 CCAS = @CCAS@
205 CCASDEPMODE = @CCASDEPMODE@
206 CCASFLAGS = @CCASFLAGS@
207 CCDEPMODE = @CCDEPMODE@
208 CFLAGS = @CFLAGS@
209 CPP = @CPP@
210 CPPFLAGS = @CPPFLAGS@
211 CXX = @CXX@
212 CXXCPP = @CXXCPP@
213 CXXDEPMODE = @CXXDEPMODE@
214 CXXFLAGS = @CXXFLAGS@
215 CYGPATH_W = @CYGPATH_W@
216 DEFS = @DEFS@
217 DEPDIR = @DEPDIR@
218 DSYMUTIL = @DSYMUTIL@
219 DUMPBIN = @DUMPBIN@
220 ECHO_C = @ECHO_C@
221 ECHO_N = @ECHO_N@
222 ECHO_T = @ECHO_T@
223 EGREP = @EGREP@
224 EXEEXT = @EXEEXT@
225 FGREP = @FGREP@
226 GREP = @GREP@
227 HWCAP_LDFLAGS = @HWCAP_LDFLAGS@
228 INSTALL = @INSTALL@
229 INSTALL_DATA = @INSTALL_DATA@
230 INSTALL_PROGRAM = @INSTALL_PROGRAM@
231 INSTALL_SCRIPT = @INSTALL_SCRIPT@
232 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
233 LD = @LD@
234 LDFLAGS = @LDFLAGS@
235 LIBOBJS = @LIBOBJS@
236 LIBS = @LIBS@
237 LIBTOOL = @LIBTOOL@
238 LIPO = @LIPO@
239 LN_S = @LN_S@
240 LTLIBOBJS = @LTLIBOBJS@
241 MAINT = @MAINT@
242 MAKEINFO = @MAKEINFO@
243 MKDIR_P = @MKDIR_P@
244 NM = @NM@
245 NMEDIT = @NMEDIT@
246 OBJDUMP = @OBJDUMP@
247 OBJEXT = @OBJEXT@
248 OPT_LDFLAGS = @OPT_LDFLAGS@
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_URL = @PACKAGE_URL@
257 PACKAGE_VERSION = @PACKAGE_VERSION@
258 PATH_SEPARATOR = @PATH_SEPARATOR@
259 PERL = @PERL@
260 RANLIB = @RANLIB@
261 SECTION_LDFLAGS = @SECTION_LDFLAGS@
262 SED = @SED@
263 SET_MAKE = @SET_MAKE@
264 SHELL = @SHELL@
265 STRIP = @STRIP@
266 VERSION = @VERSION@
267 XCFLAGS = @XCFLAGS@
268 XLDFLAGS = @XLDFLAGS@
269 abs_builddir = @abs_builddir@
270 abs_srcdir = @abs_srcdir@
271 abs_top_builddir = @abs_top_builddir@
272 abs_top_srcdir = @abs_top_srcdir@
273 ac_ct_CC = @ac_ct_CC@
274 ac_ct_CXX = @ac_ct_CXX@
275 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276 am__include = @am__include@
277 am__leading_dot = @am__leading_dot@
278 am__quote = @am__quote@
279 am__tar = @am__tar@
280 am__untar = @am__untar@
281 bindir = @bindir@
282 build = @build@
283 build_alias = @build_alias@
284 build_cpu = @build_cpu@
285 build_os = @build_os@
286 build_vendor = @build_vendor@
287 builddir = @builddir@
288 config_path = @config_path@
289 datadir = @datadir@
290 datarootdir = @datarootdir@
291 docdir = @docdir@
292 dvidir = @dvidir@
293 enable_shared = @enable_shared@
294 enable_static = @enable_static@
295 exec_prefix = @exec_prefix@
296 host = @host@
297 host_alias = @host_alias@
298 host_cpu = @host_cpu@
299 host_os = @host_os@
300 host_vendor = @host_vendor@
301 htmldir = @htmldir@
302 includedir = @includedir@
303 infodir = @infodir@
304 install_sh = @install_sh@
305 libdir = @libdir@
306 libexecdir = @libexecdir@
307 libtool_VERSION = @libtool_VERSION@
308 link_itm = @link_itm@
309 localedir = @localedir@
310 localstatedir = @localstatedir@
311 mandir = @mandir@
312 mkdir_p = @mkdir_p@
313 multi_basedir = @multi_basedir@
314 oldincludedir = @oldincludedir@
315 pdfdir = @pdfdir@
316 prefix = @prefix@
317 program_transform_name = @program_transform_name@
318 psdir = @psdir@
319 sbindir = @sbindir@
320 sharedstatedir = @sharedstatedir@
321 srcdir = @srcdir@
322 sysconfdir = @sysconfdir@
323 target = @target@
324 target_alias = @target_alias@
325 target_cpu = @target_cpu@
326 target_os = @target_os@
327 target_vendor = @target_vendor@
328 toolexecdir = @toolexecdir@
329 toolexeclibdir = @toolexeclibdir@
330 top_build_prefix = @top_build_prefix@
331 top_builddir = @top_builddir@
332 top_srcdir = @top_srcdir@
333 ACLOCAL_AMFLAGS = -I .. -I ../config
334 SUBDIRS = testsuite
335 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
336 abi_version = -fabi-version=4
337 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)
338 fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/finclude
339 libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
340 AM_CPPFLAGS = $(addprefix -I, $(search_path))
341 AM_CFLAGS = $(XCFLAGS)
342 AM_CXXFLAGS = $(XCFLAGS) -std=gnu++0x -funwind-tables -fno-exceptions \
343 -fno-rtti $(abi_version)
344
345 AM_CCASFLAGS = $(XCFLAGS)
346 AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS) $(HWCAP_LDFLAGS)
347 toolexeclib_LTLIBRARIES = libitm.la
348 nodist_toolexeclib_HEADERS = libitm.spec
349 @LIBITM_BUILD_VERSIONED_SHLIB_FALSE@libitm_version_script =
350 @LIBITM_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm_version_script = -Wl,--version-script,$(top_srcdir)/libitm.map
351 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm_version_script = -Wl,-M,libitm.map-sun
352 @LIBITM_BUILD_VERSIONED_SHLIB_FALSE@libitm_version_dep =
353 @LIBITM_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm_version_dep = $(top_srcdir)/libitm.map
354 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm_version_dep = libitm.map-sun
355 libitm_version_info = -version-info $(libtool_VERSION)
356
357 # Force link with C, not C++. For now, while we're using C++ we don't
358 # want or need libstdc++.
359 libitm_la_DEPENDENCIES = $(libitm_version_dep)
360 libitm_la_LINK = $(LINK) $(libitm_la_LDFLAGS)
361 libitm_la_LDFLAGS = $(libitm_version_info) $(libitm_version_script)
362 libitm_la_SOURCES = aatree.cc alloc.cc alloc_c.cc alloc_cpp.cc \
363 barrier.cc beginend.cc clone.cc eh_cpp.cc local.cc query.cc \
364 retry.cc rwlock.cc useraction.cc util.cc sjlj.S tls.cc \
365 method-serial.cc method-gl.cc method-ml.cc $(am__append_1) \
366 $(am__append_2) $(am__append_3)
367
368 # Automake Documentation:
369 # If your package has Texinfo files in many directories, you can use the
370 # variable TEXINFO_TEX to tell Automake where to find the canonical
371 # `texinfo.tex' for your package. The value of this variable should be
372 # the relative path from the current `Makefile.am' to `texinfo.tex'.
373 TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
374
375 # Defines info, dvi, pdf and html targets
376 MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
377 info_TEXINFOS = libitm.texi
378 @GENINSRC_FALSE@STAMP_GENINSRC =
379
380 # AM_CONDITIONAL on configure option --generated-files-in-srcdir
381 @GENINSRC_TRUE@STAMP_GENINSRC = stamp-geninsrc
382 @BUILD_INFO_FALSE@STAMP_BUILD_INFO =
383
384 # AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
385 @BUILD_INFO_TRUE@STAMP_BUILD_INFO = stamp-build-info
386 CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO) libitm.info
387 MAINTAINERCLEANFILES = $(srcdir)/libitm.info
388 all: config.h
389 $(MAKE) $(AM_MAKEFLAGS) all-recursive
390
391 .SUFFIXES:
392 .SUFFIXES: .S .cc .dvi .lo .o .obj .ps
393 am--refresh: Makefile
394 @:
395 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
396 @for dep in $?; do \
397 case '$(am__configure_deps)' in \
398 *$$dep*) \
399 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
400 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
401 && exit 0; \
402 exit 1;; \
403 esac; \
404 done; \
405 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
406 $(am__cd) $(top_srcdir) && \
407 $(AUTOMAKE) --foreign Makefile
408 .PRECIOUS: Makefile
409 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
410 @case '$?' in \
411 *config.status*) \
412 echo ' $(SHELL) ./config.status'; \
413 $(SHELL) ./config.status;; \
414 *) \
415 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
416 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
417 esac;
418
419 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
420 $(SHELL) ./config.status --recheck
421
422 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
423 $(am__cd) $(srcdir) && $(AUTOCONF)
424 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
425 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
426 $(am__aclocal_m4_deps):
427
428 config.h: stamp-h1
429 @if test ! -f $@; then rm -f stamp-h1; else :; fi
430 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
431
432 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
433 @rm -f stamp-h1
434 cd $(top_builddir) && $(SHELL) ./config.status config.h
435 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
436 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
437 rm -f stamp-h1
438 touch $@
439
440 distclean-hdr:
441 -rm -f config.h stamp-h1
442 libitm.spec: $(top_builddir)/config.status $(srcdir)/libitm.spec.in
443 cd $(top_builddir) && $(SHELL) ./config.status $@
444 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
445 @$(NORMAL_INSTALL)
446 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
447 list2=; for p in $$list; do \
448 if test -f $$p; then \
449 list2="$$list2 $$p"; \
450 else :; fi; \
451 done; \
452 test -z "$$list2" || { \
453 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
454 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
455 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
456 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
457 }
458
459 uninstall-toolexeclibLTLIBRARIES:
460 @$(NORMAL_UNINSTALL)
461 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
462 for p in $$list; do \
463 $(am__strip_dir) \
464 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
465 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
466 done
467
468 clean-toolexeclibLTLIBRARIES:
469 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
470 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
471 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
472 test "$$dir" != "$$p" || dir=.; \
473 echo "rm -f \"$${dir}/so_locations\""; \
474 rm -f "$${dir}/so_locations"; \
475 done
476 libitm.la: $(libitm_la_OBJECTS) $(libitm_la_DEPENDENCIES) $(EXTRA_libitm_la_DEPENDENCIES)
477 $(libitm_la_LINK) -rpath $(toolexeclibdir) $(libitm_la_OBJECTS) $(libitm_la_LIBADD) $(LIBS)
478
479 mostlyclean-compile:
480 -rm -f *.$(OBJEXT)
481
482 distclean-compile:
483 -rm -f *.tab.c
484
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aatree.Plo@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_c.Plo@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_cpp.Plo@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barrier.Plo@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/beginend.Plo@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clone.Plo@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh_cpp.Plo@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/futex.Plo@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwcap.Plo@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Plo@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method-gl.Plo@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method-ml.Plo@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method-serial.Plo@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query.Plo@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/retry.Plo@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwlock.Plo@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sjlj.Plo@am__quote@
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls.Plo@am__quote@
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/useraction.Plo@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_avx.Plo@am__quote@
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_sse.Plo@am__quote@
508
509 .S.o:
510 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
511 @am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
512 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
515
516 .S.obj:
517 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
518 @am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
519 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
520 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
522
523 .S.lo:
524 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
525 @am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
526 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
527 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528 @am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
529
530 .cc.o:
531 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
532 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
533 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
536
537 .cc.obj:
538 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
539 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
543
544 .cc.lo:
545 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
546 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
547 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
548 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
550
551 mostlyclean-libtool:
552 -rm -f *.lo
553
554 clean-libtool:
555 -rm -rf .libs _libs
556
557 distclean-libtool:
558 -rm -f libtool config.lt
559
560 # GNU Make needs to see an explicit $(MAKE) variable in the command it
561 # runs to enable its job server during parallel builds. Hence the
562 # comments below.
563 all-multi:
564 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
565 install-multi:
566 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
567
568 mostlyclean-multi:
569 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
570 clean-multi:
571 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
572 distclean-multi:
573 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
574 maintainer-clean-multi:
575 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
576
577 libitm.dvi: libitm.texi
578 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
579 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
580 $(TEXI2DVI) -o $@ `test -f 'libitm.texi' || echo '$(srcdir)/'`libitm.texi
581
582 libitm.pdf: libitm.texi
583 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
584 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
585 $(TEXI2PDF) -o $@ `test -f 'libitm.texi' || echo '$(srcdir)/'`libitm.texi
586
587 libitm.html: libitm.texi
588 rm -rf $(@:.html=.htp)
589 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
590 -o $(@:.html=.htp) `test -f 'libitm.texi' || echo '$(srcdir)/'`libitm.texi; \
591 then \
592 rm -rf $@; \
593 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
594 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
595 else \
596 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
597 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
598 exit 1; \
599 fi
600 .dvi.ps:
601 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
602 $(DVIPS) -o $@ $<
603
604 uninstall-dvi-am:
605 @$(NORMAL_UNINSTALL)
606 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
607 for p in $$list; do \
608 $(am__strip_dir) \
609 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
610 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
611 done
612
613 uninstall-html-am:
614 @$(NORMAL_UNINSTALL)
615 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
616 for p in $$list; do \
617 $(am__strip_dir) \
618 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
619 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
620 done
621
622 uninstall-info-am:
623 @$(PRE_UNINSTALL)
624 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
625 list='$(INFO_DEPS)'; \
626 for file in $$list; do \
627 relfile=`echo "$$file" | sed 's|^.*/||'`; \
628 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
629 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
630 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
631 done; \
632 else :; fi
633 @$(NORMAL_UNINSTALL)
634 @list='$(INFO_DEPS)'; \
635 for file in $$list; do \
636 relfile=`echo "$$file" | sed 's|^.*/||'`; \
637 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
638 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
639 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
640 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
641 else :; fi); \
642 done
643
644 uninstall-pdf-am:
645 @$(NORMAL_UNINSTALL)
646 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
647 for p in $$list; do \
648 $(am__strip_dir) \
649 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
650 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
651 done
652
653 uninstall-ps-am:
654 @$(NORMAL_UNINSTALL)
655 @list='$(PSS)'; test -n "$(psdir)" || list=; \
656 for p in $$list; do \
657 $(am__strip_dir) \
658 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
659 rm -f "$(DESTDIR)$(psdir)/$$f"; \
660 done
661
662 dist-info: $(INFO_DEPS)
663 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
664 list='$(INFO_DEPS)'; \
665 for base in $$list; do \
666 case $$base in \
667 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
668 esac; \
669 if test -f $$base; then d=.; else d=$(srcdir); fi; \
670 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
671 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
672 if test -f $$file; then \
673 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
674 test -f "$(distdir)/$$relfile" || \
675 cp -p $$file "$(distdir)/$$relfile"; \
676 else :; fi; \
677 done; \
678 done
679
680 mostlyclean-aminfo:
681 -rm -rf libitm.aux libitm.cp libitm.cps libitm.fn libitm.fns libitm.ky \
682 libitm.kys libitm.log libitm.pg libitm.pgs libitm.tmp \
683 libitm.toc libitm.tp libitm.tps libitm.vr libitm.vrs
684
685 clean-aminfo:
686 -test -z "libitm.dvi libitm.pdf libitm.ps libitm.html" \
687 || rm -rf libitm.dvi libitm.pdf libitm.ps libitm.html
688
689 maintainer-clean-aminfo:
690 @list='$(INFO_DEPS)'; for i in $$list; do \
691 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
692 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
693 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
694 done
695 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
696 @$(NORMAL_INSTALL)
697 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
698 if test -n "$$list"; then \
699 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
700 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
701 fi; \
702 for p in $$list; do \
703 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
704 echo "$$d$$p"; \
705 done | $(am__base_list) | \
706 while read files; do \
707 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
708 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
709 done
710
711 uninstall-nodist_toolexeclibHEADERS:
712 @$(NORMAL_UNINSTALL)
713 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
714 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
715 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
716
717 # This directory's subdirectories are mostly independent; you can cd
718 # into them and run `make' without going through this Makefile.
719 # To change the values of `make' variables: instead of editing Makefiles,
720 # (1) if the variable is set in `config.status', edit `config.status'
721 # (which will cause the Makefiles to be regenerated when you run `make');
722 # (2) otherwise, pass the desired values on the `make' command line.
723 $(RECURSIVE_TARGETS):
724 @fail= failcom='exit 1'; \
725 for f in x $$MAKEFLAGS; do \
726 case $$f in \
727 *=* | --[!k]*);; \
728 *k*) failcom='fail=yes';; \
729 esac; \
730 done; \
731 dot_seen=no; \
732 target=`echo $@ | sed s/-recursive//`; \
733 list='$(SUBDIRS)'; for subdir in $$list; do \
734 echo "Making $$target in $$subdir"; \
735 if test "$$subdir" = "."; then \
736 dot_seen=yes; \
737 local_target="$$target-am"; \
738 else \
739 local_target="$$target"; \
740 fi; \
741 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
742 || eval $$failcom; \
743 done; \
744 if test "$$dot_seen" = "no"; then \
745 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
746 fi; test -z "$$fail"
747
748 $(RECURSIVE_CLEAN_TARGETS):
749 @fail= failcom='exit 1'; \
750 for f in x $$MAKEFLAGS; do \
751 case $$f in \
752 *=* | --[!k]*);; \
753 *k*) failcom='fail=yes';; \
754 esac; \
755 done; \
756 dot_seen=no; \
757 case "$@" in \
758 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
759 *) list='$(SUBDIRS)' ;; \
760 esac; \
761 rev=''; for subdir in $$list; do \
762 if test "$$subdir" = "."; then :; else \
763 rev="$$subdir $$rev"; \
764 fi; \
765 done; \
766 rev="$$rev ."; \
767 target=`echo $@ | sed s/-recursive//`; \
768 for subdir in $$rev; do \
769 echo "Making $$target in $$subdir"; \
770 if test "$$subdir" = "."; then \
771 local_target="$$target-am"; \
772 else \
773 local_target="$$target"; \
774 fi; \
775 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
776 || eval $$failcom; \
777 done && test -z "$$fail"
778 tags-recursive:
779 list='$(SUBDIRS)'; for subdir in $$list; do \
780 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
781 done
782 ctags-recursive:
783 list='$(SUBDIRS)'; for subdir in $$list; do \
784 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
785 done
786
787 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
788 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
789 unique=`for i in $$list; do \
790 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
791 done | \
792 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
793 END { if (nonempty) { for (i in files) print i; }; }'`; \
794 mkid -fID $$unique
795 tags: TAGS
796
797 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
798 $(TAGS_FILES) $(LISP)
799 set x; \
800 here=`pwd`; \
801 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
802 include_option=--etags-include; \
803 empty_fix=.; \
804 else \
805 include_option=--include; \
806 empty_fix=; \
807 fi; \
808 list='$(SUBDIRS)'; for subdir in $$list; do \
809 if test "$$subdir" = .; then :; else \
810 test ! -f $$subdir/TAGS || \
811 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
812 fi; \
813 done; \
814 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
815 unique=`for i in $$list; do \
816 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
817 done | \
818 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
819 END { if (nonempty) { for (i in files) print i; }; }'`; \
820 shift; \
821 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
822 test -n "$$unique" || unique=$$empty_fix; \
823 if test $$# -gt 0; then \
824 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
825 "$$@" $$unique; \
826 else \
827 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
828 $$unique; \
829 fi; \
830 fi
831 ctags: CTAGS
832 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
833 $(TAGS_FILES) $(LISP)
834 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
835 unique=`for i in $$list; do \
836 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
837 done | \
838 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
839 END { if (nonempty) { for (i in files) print i; }; }'`; \
840 test -z "$(CTAGS_ARGS)$$unique" \
841 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
842 $$unique
843
844 GTAGS:
845 here=`$(am__cd) $(top_builddir) && pwd` \
846 && $(am__cd) $(top_srcdir) \
847 && gtags -i $(GTAGS_ARGS) "$$here"
848
849 distclean-tags:
850 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
851 check-am: all-am
852 check: check-recursive
853 all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) all-multi $(HEADERS) \
854 config.h all-local
855 installdirs: installdirs-recursive
856 installdirs-am:
857 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(toolexeclibdir)"; do \
858 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
859 done
860 install: install-recursive
861 install-exec: install-exec-recursive
862 install-data: install-data-recursive
863 uninstall: uninstall-recursive
864
865 install-am: all-am
866 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
867
868 installcheck: installcheck-recursive
869 install-strip:
870 if test -z '$(STRIP)'; then \
871 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
872 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
873 install; \
874 else \
875 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
876 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
877 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
878 fi
879 mostlyclean-generic:
880
881 clean-generic:
882 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
883
884 distclean-generic:
885 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
886 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
887
888 maintainer-clean-generic:
889 @echo "This command is intended for maintainers to use"
890 @echo "it deletes files that may require special tools to rebuild."
891 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
892 clean: clean-multi clean-recursive
893
894 clean-am: clean-aminfo clean-generic clean-libtool \
895 clean-toolexeclibLTLIBRARIES mostlyclean-am
896
897 distclean: distclean-multi distclean-recursive
898 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
899 -rm -rf ./$(DEPDIR)
900 -rm -f Makefile
901 distclean-am: clean-am distclean-compile distclean-generic \
902 distclean-hdr distclean-libtool distclean-tags
903
904 dvi: dvi-recursive
905
906 dvi-am: $(DVIS)
907
908 html: html-recursive
909
910 html-am: $(HTMLS)
911
912 info: info-recursive
913
914 info-am: $(INFO_DEPS)
915
916 install-data-am: install-info-am
917
918 install-dvi: install-dvi-recursive
919
920 install-dvi-am: $(DVIS)
921 @$(NORMAL_INSTALL)
922 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
923 if test -n "$$list"; then \
924 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
925 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
926 fi; \
927 for p in $$list; do \
928 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
929 echo "$$d$$p"; \
930 done | $(am__base_list) | \
931 while read files; do \
932 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
933 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
934 done
935 install-exec-am: install-multi install-nodist_toolexeclibHEADERS \
936 install-toolexeclibLTLIBRARIES
937
938 install-html: install-html-recursive
939
940 install-html-am: $(HTMLS)
941 @$(NORMAL_INSTALL)
942 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
943 if test -n "$$list"; then \
944 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
945 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
946 fi; \
947 for p in $$list; do \
948 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
949 $(am__strip_dir) \
950 d2=$$d$$p; \
951 if test -d "$$d2"; then \
952 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
953 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
954 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
955 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
956 else \
957 list2="$$list2 $$d2"; \
958 fi; \
959 done; \
960 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
961 while read files; do \
962 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
963 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
964 done; }
965 install-info: install-info-recursive
966
967 install-info-am: $(INFO_DEPS)
968 @$(NORMAL_INSTALL)
969 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
970 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
971 if test -n "$$list"; then \
972 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
973 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
974 fi; \
975 for file in $$list; do \
976 case $$file in \
977 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
978 esac; \
979 if test -f $$file; then d=.; else d=$(srcdir); fi; \
980 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
981 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
982 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
983 if test -f $$ifile; then \
984 echo "$$ifile"; \
985 else : ; fi; \
986 done; \
987 done | $(am__base_list) | \
988 while read files; do \
989 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
990 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
991 @$(POST_INSTALL)
992 @if $(am__can_run_installinfo); then \
993 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
994 for file in $$list; do \
995 relfile=`echo "$$file" | sed 's|^.*/||'`; \
996 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
997 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
998 done; \
999 else : ; fi
1000 install-man:
1001
1002 install-pdf: install-pdf-recursive
1003
1004 install-pdf-am: $(PDFS)
1005 @$(NORMAL_INSTALL)
1006 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1007 if test -n "$$list"; then \
1008 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1009 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1010 fi; \
1011 for p in $$list; do \
1012 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1013 echo "$$d$$p"; \
1014 done | $(am__base_list) | \
1015 while read files; do \
1016 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1017 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1018 install-ps: install-ps-recursive
1019
1020 install-ps-am: $(PSS)
1021 @$(NORMAL_INSTALL)
1022 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1023 if test -n "$$list"; then \
1024 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1025 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1026 fi; \
1027 for p in $$list; do \
1028 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1029 echo "$$d$$p"; \
1030 done | $(am__base_list) | \
1031 while read files; do \
1032 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1033 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1034 installcheck-am:
1035
1036 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
1037 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1038 -rm -rf $(top_srcdir)/autom4te.cache
1039 -rm -rf ./$(DEPDIR)
1040 -rm -f Makefile
1041 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
1042 maintainer-clean-generic
1043
1044 mostlyclean: mostlyclean-multi mostlyclean-recursive
1045
1046 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
1047 mostlyclean-generic mostlyclean-libtool
1048
1049 pdf: pdf-recursive
1050
1051 pdf-am: $(PDFS)
1052
1053 ps: ps-recursive
1054
1055 ps-am: $(PSS)
1056
1057 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
1058 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1059 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1060
1061 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
1062 clean-multi ctags-recursive distclean-multi install-am \
1063 install-multi install-strip maintainer-clean-multi \
1064 mostlyclean-multi tags-recursive
1065
1066 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1067 all all-am all-local all-multi am--refresh check check-am \
1068 clean clean-aminfo clean-generic clean-libtool clean-multi \
1069 clean-toolexeclibLTLIBRARIES ctags ctags-recursive dist-info \
1070 distclean distclean-compile distclean-generic distclean-hdr \
1071 distclean-libtool distclean-multi distclean-tags dvi dvi-am \
1072 html html-am info info-am install install-am install-data \
1073 install-data-am install-dvi install-dvi-am install-exec \
1074 install-exec-am install-html install-html-am install-info \
1075 install-info-am install-man install-multi \
1076 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
1077 install-ps install-ps-am install-strip \
1078 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
1079 installdirs installdirs-am maintainer-clean \
1080 maintainer-clean-aminfo maintainer-clean-generic \
1081 maintainer-clean-multi mostlyclean mostlyclean-aminfo \
1082 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1083 mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \
1084 uninstall uninstall-am uninstall-dvi-am uninstall-html-am \
1085 uninstall-info-am uninstall-nodist_toolexeclibHEADERS \
1086 uninstall-pdf-am uninstall-ps-am \
1087 uninstall-toolexeclibLTLIBRARIES
1088
1089
1090 vpath % $(strip $(search_path))
1091 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm.map-sun : $(top_srcdir)/libitm.map \
1092 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/../contrib/make_sunver.pl \
1093 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(libitm_la_OBJECTS) $(libitm_la_LIBADD)
1094 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ perl $(top_srcdir)/../contrib/make_sunver.pl \
1095 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/libitm.map \
1096 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(libitm_la_OBJECTS:%.lo=.libs/%.o) \
1097 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ `echo $(libitm_la_LIBADD) | \
1098 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
1099 @LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ > $@ || (rm -f $@ ; exit 1)
1100 # Make sure -msse is appended at the end.
1101 @ARCH_X86_TRUE@x86_sse.lo : override CXXFLAGS += -msse
1102 # Make sure -mavx is appended at the end.
1103 @ARCH_X86_AVX_TRUE@x86_avx.lo : override CXXFLAGS += -mavx
1104
1105 all-local: $(STAMP_GENINSRC)
1106
1107 stamp-geninsrc: libitm.info
1108 cp -p $(top_builddir)/libitm.info $(srcdir)/libitm.info
1109 @touch $@
1110
1111 libitm.info: $(STAMP_BUILD_INFO)
1112
1113 stamp-build-info: libitm.texi
1114 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libitm.info $(srcdir)/libitm.texi
1115 @touch $@
1116
1117 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1118 # Otherwise a system limit (for SysV at least) may be exceeded.
1119 .NOEXPORT: