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