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