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