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