]> git.ipfire.org Git - thirdparty/gcc.git/blame - libitm/Makefile.in
rs6000: build constant via li/lis;rldicl/rldicr
[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)
4e3dcf20
ML
233AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
234am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
235am__v_DVIPS_0 = @echo " DVIPS " $@;
236am__v_DVIPS_1 =
237AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
238am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
239am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
240am__v_MAKEINFO_1 =
241AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
242am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
243am__v_INFOHTML_0 = @echo " INFOHTML" $@;
244am__v_INFOHTML_1 =
245AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
246am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
247am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
248am__v_TEXI2DVI_1 =
249AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
250am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
251am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
252am__v_TEXI2PDF_1 =
253AM_V_texinfo = $(am__v_texinfo_@AM_V@)
254am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
255am__v_texinfo_0 = -q
256am__v_texinfo_1 =
257AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
258am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
259am__v_texidevnull_0 = > /dev/null
260am__v_texidevnull_1 =
261INFO_DEPS = libitm.info
262am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
263DVIS = libitm.dvi
264PDFS = libitm.pdf
265PSS = libitm.ps
266HTMLS = libitm.html
267TEXINFOS = libitm.texi
268TEXI2DVI = texi2dvi
269TEXI2PDF = $(TEXI2DVI) --pdf --batch
270MAKEINFOHTML = $(MAKEINFO) --html
271AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
272DVIPS = dvips
22e05272
JM
273RECURSIVE_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
503902f9
MH
281am__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
0a35513e
AH
286HEADERS = $(nodist_toolexeclib_HEADERS)
287RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
288 distclean-recursive maintainer-clean-recursive
22e05272
JM
289am__recursive_targets = \
290 $(RECURSIVE_TARGETS) \
291 $(RECURSIVE_CLEAN_TARGETS) \
292 $(am__extra_recursive_targets)
293AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
294 cscope
295am__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.
300am__uniquify_input = $(AWK) '\
301 BEGIN { nonempty = 0; } \
302 { items[$$0] = 1; nonempty = 1; } \
303 END { if (nonempty) { for (i in items) print i; }; } \
304'
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.
308am__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)`
0a35513e
AH
313ETAGS = etags
314CTAGS = ctags
22e05272 315CSCOPE = cscope
0a35513e 316DIST_SUBDIRS = $(SUBDIRS)
0a35513e
AH
317ACLOCAL = @ACLOCAL@
318AMTAR = @AMTAR@
22e05272 319AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
0a35513e
AH
320AR = @AR@
321AUTOCONF = @AUTOCONF@
322AUTOHEADER = @AUTOHEADER@
323AUTOMAKE = @AUTOMAKE@
324AWK = @AWK@
325CC = @CC@
326CCAS = @CCAS@
327CCASDEPMODE = @CCASDEPMODE@
328CCASFLAGS = @CCASFLAGS@
329CCDEPMODE = @CCDEPMODE@
330CFLAGS = @CFLAGS@
331CPP = @CPP@
332CPPFLAGS = @CPPFLAGS@
333CXX = @CXX@
334CXXCPP = @CXXCPP@
335CXXDEPMODE = @CXXDEPMODE@
336CXXFLAGS = @CXXFLAGS@
337CYGPATH_W = @CYGPATH_W@
338DEFS = @DEFS@
339DEPDIR = @DEPDIR@
340DSYMUTIL = @DSYMUTIL@
341DUMPBIN = @DUMPBIN@
342ECHO_C = @ECHO_C@
343ECHO_N = @ECHO_N@
344ECHO_T = @ECHO_T@
345EGREP = @EGREP@
346EXEEXT = @EXEEXT@
0a35513e
AH
347FGREP = @FGREP@
348GREP = @GREP@
9ce91011 349HWCAP_LDFLAGS = @HWCAP_LDFLAGS@
0a35513e
AH
350INSTALL = @INSTALL@
351INSTALL_DATA = @INSTALL_DATA@
352INSTALL_PROGRAM = @INSTALL_PROGRAM@
353INSTALL_SCRIPT = @INSTALL_SCRIPT@
354INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
355LD = @LD@
356LDFLAGS = @LDFLAGS@
357LIBOBJS = @LIBOBJS@
358LIBS = @LIBS@
359LIBTOOL = @LIBTOOL@
360LIPO = @LIPO@
361LN_S = @LN_S@
362LTLIBOBJS = @LTLIBOBJS@
363MAINT = @MAINT@
4e3dcf20 364MAKEINFO = @MAKEINFO@
0a35513e
AH
365MKDIR_P = @MKDIR_P@
366NM = @NM@
367NMEDIT = @NMEDIT@
368OBJDUMP = @OBJDUMP@
369OBJEXT = @OBJEXT@
370OPT_LDFLAGS = @OPT_LDFLAGS@
371OTOOL = @OTOOL@
372OTOOL64 = @OTOOL64@
373PACKAGE = @PACKAGE@
374PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
375PACKAGE_NAME = @PACKAGE_NAME@
376PACKAGE_STRING = @PACKAGE_STRING@
377PACKAGE_TARNAME = @PACKAGE_TARNAME@
378PACKAGE_URL = @PACKAGE_URL@
379PACKAGE_VERSION = @PACKAGE_VERSION@
380PATH_SEPARATOR = @PATH_SEPARATOR@
0a35513e
AH
381RANLIB = @RANLIB@
382SECTION_LDFLAGS = @SECTION_LDFLAGS@
383SED = @SED@
384SET_MAKE = @SET_MAKE@
385SHELL = @SHELL@
386STRIP = @STRIP@
387VERSION = @VERSION@
388XCFLAGS = @XCFLAGS@
389XLDFLAGS = @XLDFLAGS@
390abs_builddir = @abs_builddir@
391abs_srcdir = @abs_srcdir@
392abs_top_builddir = @abs_top_builddir@
393abs_top_srcdir = @abs_top_srcdir@
394ac_ct_CC = @ac_ct_CC@
395ac_ct_CXX = @ac_ct_CXX@
396ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
0a35513e
AH
397am__include = @am__include@
398am__leading_dot = @am__leading_dot@
399am__quote = @am__quote@
400am__tar = @am__tar@
401am__untar = @am__untar@
402bindir = @bindir@
403build = @build@
404build_alias = @build_alias@
405build_cpu = @build_cpu@
406build_os = @build_os@
407build_vendor = @build_vendor@
408builddir = @builddir@
409config_path = @config_path@
410datadir = @datadir@
411datarootdir = @datarootdir@
412docdir = @docdir@
413dvidir = @dvidir@
414enable_shared = @enable_shared@
415enable_static = @enable_static@
416exec_prefix = @exec_prefix@
3c36aa6b 417get_gcc_base_ver = @get_gcc_base_ver@
0a35513e
AH
418host = @host@
419host_alias = @host_alias@
420host_cpu = @host_cpu@
421host_os = @host_os@
422host_vendor = @host_vendor@
423htmldir = @htmldir@
424includedir = @includedir@
425infodir = @infodir@
426install_sh = @install_sh@
427libdir = @libdir@
428libexecdir = @libexecdir@
429libtool_VERSION = @libtool_VERSION@
430link_itm = @link_itm@
431localedir = @localedir@
432localstatedir = @localstatedir@
433mandir = @mandir@
434mkdir_p = @mkdir_p@
435multi_basedir = @multi_basedir@
436oldincludedir = @oldincludedir@
437pdfdir = @pdfdir@
438prefix = @prefix@
439program_transform_name = @program_transform_name@
440psdir = @psdir@
441sbindir = @sbindir@
442sharedstatedir = @sharedstatedir@
443srcdir = @srcdir@
444sysconfdir = @sysconfdir@
445target = @target@
446target_alias = @target_alias@
447target_cpu = @target_cpu@
448target_os = @target_os@
449target_vendor = @target_vendor@
450toolexecdir = @toolexecdir@
451toolexeclibdir = @toolexeclibdir@
452top_build_prefix = @top_build_prefix@
453top_builddir = @top_builddir@
454top_srcdir = @top_srcdir@
22e05272 455AUTOMAKE_OPTIONS = info-in-builddir
0a35513e
AH
456ACLOCAL_AMFLAGS = -I .. -I ../config
457SUBDIRS = testsuite
3c36aa6b 458gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
0a35513e
AH
459abi_version = -fabi-version=4
460search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir)
0a35513e
AH
461libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
462AM_CPPFLAGS = $(addprefix -I, $(search_path))
463AM_CFLAGS = $(XCFLAGS)
b0f96e35
JJ
464AM_CXXFLAGS = $(XCFLAGS) -std=gnu++0x -funwind-tables -fno-exceptions \
465 -fno-rtti $(abi_version)
0a35513e
AH
466
467AM_CCASFLAGS = $(XCFLAGS)
9ce91011 468AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS) $(HWCAP_LDFLAGS)
0a35513e
AH
469toolexeclib_LTLIBRARIES = libitm.la
470nodist_toolexeclib_HEADERS = libitm.spec
471@LIBITM_BUILD_VERSIONED_SHLIB_FALSE@libitm_version_script =
adcd36bc
RO
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
0a35513e
AH
477libitm_version_info = -version-info $(libtool_VERSION)
478
479# Force link with C, not C++. For now, while we're using C++ we don't
480# want or need libstdc++.
adcd36bc
RO
481libitm_la_DEPENDENCIES = $(libitm_version_dep)
482libitm_la_LINK = $(LINK) $(libitm_la_LDFLAGS)
bd8aaa86 483libitm_la_LDFLAGS = $(libitm_version_info) $(libitm_version_script)
0a35513e 484libitm_la_SOURCES = aatree.cc alloc.cc alloc_c.cc alloc_cpp.cc \
79b1edb6
RH
485 barrier.cc beginend.cc clone.cc eh_cpp.cc local.cc query.cc \
486 retry.cc rwlock.cc useraction.cc util.cc sjlj.S tls.cc \
31772c95 487 method-serial.cc method-gl.cc method-ml.cc $(am__append_1) \
b1de98e3 488 $(am__append_2) $(am__append_3)
0a35513e 489
4e3dcf20
ML
490# Automake Documentation:
491# If your package has Texinfo files in many directories, you can use the
492# variable TEXINFO_TEX to tell Automake where to find the canonical
493# `texinfo.tex' for your package. The value of this variable should be
494# the relative path from the current `Makefile.am' to `texinfo.tex'.
495TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
496
497# Defines info, dvi, pdf and html targets
498MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
499info_TEXINFOS = libitm.texi
500@GENINSRC_FALSE@STAMP_GENINSRC =
501
0a35513e
AH
502# AM_CONDITIONAL on configure option --generated-files-in-srcdir
503@GENINSRC_TRUE@STAMP_GENINSRC = stamp-geninsrc
504@BUILD_INFO_FALSE@STAMP_BUILD_INFO =
505
506# AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
507@BUILD_INFO_TRUE@STAMP_BUILD_INFO = stamp-build-info
22e05272 508CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO)
0a35513e 509MAINTAINERCLEANFILES = $(srcdir)/libitm.info
22e05272
JM
510MULTISRCTOP =
511MULTIBUILDTOP =
512MULTIDIRS =
513MULTISUBDIR =
514MULTIDO = true
515MULTICLEAN = true
0a35513e
AH
516all: config.h
517 $(MAKE) $(AM_MAKEFLAGS) all-recursive
518
519.SUFFIXES:
520.SUFFIXES: .S .cc .dvi .lo .o .obj .ps
503902f9 521am--refresh: Makefile
0a35513e 522 @:
22e05272 523$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
0a35513e
AH
524 @for dep in $?; do \
525 case '$(am__configure_deps)' in \
526 *$$dep*) \
527 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
528 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
529 && exit 0; \
530 exit 1;; \
531 esac; \
532 done; \
533 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
534 $(am__cd) $(top_srcdir) && \
535 $(AUTOMAKE) --foreign Makefile
0a35513e
AH
536Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
537 @case '$?' in \
538 *config.status*) \
539 echo ' $(SHELL) ./config.status'; \
540 $(SHELL) ./config.status;; \
541 *) \
542 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
543 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
544 esac;
22e05272 545$(top_srcdir)/../multilib.am $(am__empty):
0a35513e
AH
546
547$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
548 $(SHELL) ./config.status --recheck
549
550$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
551 $(am__cd) $(srcdir) && $(AUTOCONF)
552$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
553 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
554$(am__aclocal_m4_deps):
555
556config.h: stamp-h1
22e05272
JM
557 @test -f $@ || rm -f stamp-h1
558 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
0a35513e
AH
559
560stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
561 @rm -f stamp-h1
562 cd $(top_builddir) && $(SHELL) ./config.status config.h
563$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
564 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
565 rm -f stamp-h1
566 touch $@
567
568distclean-hdr:
569 -rm -f config.h stamp-h1
570libitm.spec: $(top_builddir)/config.status $(srcdir)/libitm.spec.in
571 cd $(top_builddir) && $(SHELL) ./config.status $@
22e05272 572
0a35513e
AH
573install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
574 @$(NORMAL_INSTALL)
0a35513e
AH
575 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
576 list2=; for p in $$list; do \
577 if test -f $$p; then \
578 list2="$$list2 $$p"; \
579 else :; fi; \
580 done; \
581 test -z "$$list2" || { \
503902f9
MH
582 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
583 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
0a35513e
AH
584 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
585 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
586 }
587
588uninstall-toolexeclibLTLIBRARIES:
589 @$(NORMAL_UNINSTALL)
590 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
591 for p in $$list; do \
592 $(am__strip_dir) \
593 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
594 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
595 done
596
597clean-toolexeclibLTLIBRARIES:
598 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
22e05272
JM
599 @list='$(toolexeclib_LTLIBRARIES)'; \
600 locs=`for p in $$list; do echo $$p; done | \
601 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
602 sort -u`; \
603 test -z "$$locs" || { \
604 echo rm -f $${locs}; \
605 rm -f $${locs}; \
606 }
607
503902f9 608libitm.la: $(libitm_la_OBJECTS) $(libitm_la_DEPENDENCIES) $(EXTRA_libitm_la_DEPENDENCIES)
22e05272 609 $(AM_V_GEN)$(libitm_la_LINK) -rpath $(toolexeclibdir) $(libitm_la_OBJECTS) $(libitm_la_LIBADD) $(LIBS)
0a35513e
AH
610
611mostlyclean-compile:
612 -rm -f *.$(OBJEXT)
613
614distclean-compile:
615 -rm -f *.tab.c
616
617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aatree.Plo@am__quote@
618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_c.Plo@am__quote@
620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_cpp.Plo@am__quote@
621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barrier.Plo@am__quote@
622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/beginend.Plo@am__quote@
0a35513e
AH
623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clone.Plo@am__quote@
624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh_cpp.Plo@am__quote@
625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/futex.Plo@am__quote@
aebac0ca 626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwcap.Plo@am__quote@
0a35513e
AH
627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Plo@am__quote@
628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method-gl.Plo@am__quote@
31772c95 629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method-ml.Plo@am__quote@
0a35513e
AH
630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method-serial.Plo@am__quote@
631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query.Plo@am__quote@
632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/retry.Plo@am__quote@
633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwlock.Plo@am__quote@
634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sjlj.Plo@am__quote@
635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls.Plo@am__quote@
636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/useraction.Plo@am__quote@
637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_avx.Plo@am__quote@
b1de98e3 639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_sse.Plo@am__quote@
0a35513e
AH
640
641.S.o:
22e05272
JM
642@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
643@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
644@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
0a35513e 645@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 646@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
0a35513e
AH
647
648.S.obj:
22e05272
JM
649@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
650@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
651@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
0a35513e 652@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 653@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
0a35513e
AH
654
655.S.lo:
22e05272
JM
656@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
657@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
658@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
0a35513e 659@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 660@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
0a35513e
AH
661
662.cc.o:
22e05272
JM
663@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
664@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
665@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
0a35513e 666@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 667@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
0a35513e
AH
668
669.cc.obj:
22e05272
JM
670@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
671@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
672@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
0a35513e 673@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 674@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
0a35513e
AH
675
676.cc.lo:
22e05272
JM
677@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
678@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
679@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
0a35513e 680@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 681@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
0a35513e
AH
682
683mostlyclean-libtool:
684 -rm -f *.lo
685
686clean-libtool:
687 -rm -rf .libs _libs
688
689distclean-libtool:
690 -rm -f libtool config.lt
691
4e3dcf20
ML
692libitm.dvi: libitm.texi
693 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
694 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
695 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
696 `test -f 'libitm.texi' || echo '$(srcdir)/'`libitm.texi
697
698libitm.pdf: libitm.texi
699 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
700 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
701 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
702 `test -f 'libitm.texi' || echo '$(srcdir)/'`libitm.texi
703
704libitm.html: libitm.texi
705 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
706 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
707 -o $(@:.html=.htp) `test -f 'libitm.texi' || echo '$(srcdir)/'`libitm.texi; \
708 then \
709 rm -rf $@ && mv $(@:.html=.htp) $@; \
710 else \
711 rm -rf $(@:.html=.htp); exit 1; \
712 fi
713.dvi.ps:
714 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
715 $(DVIPS) $(AM_V_texinfo) -o $@ $<
0a35513e 716
4e3dcf20
ML
717uninstall-dvi-am:
718 @$(NORMAL_UNINSTALL)
719 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
720 for p in $$list; do \
721 $(am__strip_dir) \
722 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
723 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
724 done
0a35513e
AH
725
726uninstall-html-am:
727 @$(NORMAL_UNINSTALL)
728 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
729 for p in $$list; do \
730 $(am__strip_dir) \
731 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
732 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
733 done
734
735uninstall-info-am:
736 @$(PRE_UNINSTALL)
503902f9 737 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
0a35513e
AH
738 list='$(INFO_DEPS)'; \
739 for file in $$list; do \
740 relfile=`echo "$$file" | sed 's|^.*/||'`; \
741 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
742 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
743 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
744 done; \
745 else :; fi
746 @$(NORMAL_UNINSTALL)
747 @list='$(INFO_DEPS)'; \
748 for file in $$list; do \
749 relfile=`echo "$$file" | sed 's|^.*/||'`; \
750 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
751 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
752 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]"; \
753 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
754 else :; fi); \
755 done
756
757uninstall-pdf-am:
758 @$(NORMAL_UNINSTALL)
759 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
760 for p in $$list; do \
761 $(am__strip_dir) \
762 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
763 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
764 done
765
766uninstall-ps-am:
767 @$(NORMAL_UNINSTALL)
768 @list='$(PSS)'; test -n "$(psdir)" || list=; \
769 for p in $$list; do \
770 $(am__strip_dir) \
771 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
772 rm -f "$(DESTDIR)$(psdir)/$$f"; \
773 done
774
775dist-info: $(INFO_DEPS)
776 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
777 list='$(INFO_DEPS)'; \
778 for base in $$list; do \
779 case $$base in \
780 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
781 esac; \
782 if test -f $$base; then d=.; else d=$(srcdir); fi; \
783 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
784 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 \
785 if test -f $$file; then \
786 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
787 test -f "$(distdir)/$$relfile" || \
788 cp -p $$file "$(distdir)/$$relfile"; \
789 else :; fi; \
790 done; \
791 done
792
793mostlyclean-aminfo:
22e05272 794 -rm -rf libitm.t2d libitm.t2p
0a35513e
AH
795
796clean-aminfo:
4e3dcf20
ML
797 -test -z "libitm.dvi libitm.pdf libitm.ps libitm.html" \
798 || rm -rf libitm.dvi libitm.pdf libitm.ps libitm.html
0a35513e
AH
799
800maintainer-clean-aminfo:
801 @list='$(INFO_DEPS)'; for i in $$list; do \
802 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
803 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
804 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
805 done
806install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
807 @$(NORMAL_INSTALL)
0a35513e 808 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
503902f9
MH
809 if test -n "$$list"; then \
810 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
811 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
812 fi; \
0a35513e
AH
813 for p in $$list; do \
814 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
815 echo "$$d$$p"; \
816 done | $(am__base_list) | \
817 while read files; do \
818 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
819 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
820 done
821
822uninstall-nodist_toolexeclibHEADERS:
823 @$(NORMAL_UNINSTALL)
824 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
825 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
503902f9 826 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
0a35513e
AH
827
828# This directory's subdirectories are mostly independent; you can cd
22e05272
JM
829# into them and run 'make' without going through this Makefile.
830# To change the values of 'make' variables: instead of editing Makefiles,
831# (1) if the variable is set in 'config.status', edit 'config.status'
832# (which will cause the Makefiles to be regenerated when you run 'make');
833# (2) otherwise, pass the desired values on the 'make' command line.
834$(am__recursive_targets):
835 @fail=; \
836 if $(am__make_keepgoing); then \
837 failcom='fail=yes'; \
838 else \
839 failcom='exit 1'; \
840 fi; \
0a35513e
AH
841 dot_seen=no; \
842 target=`echo $@ | sed s/-recursive//`; \
22e05272
JM
843 case "$@" in \
844 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
845 *) list='$(SUBDIRS)' ;; \
846 esac; \
847 for subdir in $$list; do \
0a35513e
AH
848 echo "Making $$target in $$subdir"; \
849 if test "$$subdir" = "."; then \
850 dot_seen=yes; \
851 local_target="$$target-am"; \
852 else \
853 local_target="$$target"; \
854 fi; \
855 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
856 || eval $$failcom; \
857 done; \
858 if test "$$dot_seen" = "no"; then \
859 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
860 fi; test -z "$$fail"
861
22e05272
JM
862ID: $(am__tagged_files)
863 $(am__define_uniq_tagged_files); mkid -fID $$unique
864tags: tags-recursive
865TAGS: tags
0a35513e 866
22e05272 867tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0a35513e
AH
868 set x; \
869 here=`pwd`; \
870 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
871 include_option=--etags-include; \
872 empty_fix=.; \
873 else \
874 include_option=--include; \
875 empty_fix=; \
876 fi; \
877 list='$(SUBDIRS)'; for subdir in $$list; do \
878 if test "$$subdir" = .; then :; else \
879 test ! -f $$subdir/TAGS || \
880 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
881 fi; \
882 done; \
22e05272 883 $(am__define_uniq_tagged_files); \
0a35513e
AH
884 shift; \
885 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
886 test -n "$$unique" || unique=$$empty_fix; \
887 if test $$# -gt 0; then \
888 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
889 "$$@" $$unique; \
890 else \
891 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
892 $$unique; \
893 fi; \
894 fi
22e05272
JM
895ctags: ctags-recursive
896
897CTAGS: ctags
898ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
899 $(am__define_uniq_tagged_files); \
0a35513e
AH
900 test -z "$(CTAGS_ARGS)$$unique" \
901 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
902 $$unique
903
904GTAGS:
905 here=`$(am__cd) $(top_builddir) && pwd` \
906 && $(am__cd) $(top_srcdir) \
907 && gtags -i $(GTAGS_ARGS) "$$here"
22e05272
JM
908cscope: cscope.files
909 test ! -s cscope.files \
910 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
911clean-cscope:
912 -rm -f cscope.files
913cscope.files: clean-cscope cscopelist
914cscopelist: cscopelist-recursive
915
916cscopelist-am: $(am__tagged_files)
917 list='$(am__tagged_files)'; \
918 case "$(srcdir)" in \
919 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
920 *) sdir=$(subdir)/$(srcdir) ;; \
921 esac; \
922 for i in $$list; do \
923 if test -f "$$i"; then \
924 echo "$(subdir)/$$i"; \
925 else \
926 echo "$$sdir/$$i"; \
927 fi; \
928 done >> $(top_builddir)/cscope.files
0a35513e
AH
929
930distclean-tags:
931 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
22e05272 932 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
0a35513e
AH
933check-am: all-am
934check: check-recursive
22e05272
JM
935all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h \
936 all-local
0a35513e
AH
937installdirs: installdirs-recursive
938installdirs-am:
939 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(toolexeclibdir)"; do \
940 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
941 done
942install: install-recursive
943install-exec: install-exec-recursive
944install-data: install-data-recursive
945uninstall: uninstall-recursive
946
947install-am: all-am
948 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
949
950installcheck: installcheck-recursive
951install-strip:
503902f9
MH
952 if test -z '$(STRIP)'; then \
953 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
954 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
955 install; \
956 else \
957 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
958 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
959 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
960 fi
0a35513e
AH
961mostlyclean-generic:
962
963clean-generic:
964 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
965
966distclean-generic:
967 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
968 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
969
970maintainer-clean-generic:
971 @echo "This command is intended for maintainers to use"
972 @echo "it deletes files that may require special tools to rebuild."
973 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
22e05272 974clean: clean-recursive
0a35513e 975
22e05272 976clean-am: clean-aminfo clean-generic clean-libtool clean-local \
0a35513e
AH
977 clean-toolexeclibLTLIBRARIES mostlyclean-am
978
22e05272 979distclean: distclean-recursive
0a35513e
AH
980 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
981 -rm -rf ./$(DEPDIR)
982 -rm -f Makefile
983distclean-am: clean-am distclean-compile distclean-generic \
22e05272 984 distclean-hdr distclean-libtool distclean-local distclean-tags
0a35513e
AH
985
986dvi: dvi-recursive
987
988dvi-am: $(DVIS)
989
990html: html-recursive
991
992html-am: $(HTMLS)
993
994info: info-recursive
995
996info-am: $(INFO_DEPS)
997
998install-data-am: install-info-am
999
1000install-dvi: install-dvi-recursive
1001
1002install-dvi-am: $(DVIS)
1003 @$(NORMAL_INSTALL)
0a35513e 1004 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
503902f9
MH
1005 if test -n "$$list"; then \
1006 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
1007 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
1008 fi; \
0a35513e
AH
1009 for p in $$list; do \
1010 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1011 echo "$$d$$p"; \
1012 done | $(am__base_list) | \
1013 while read files; do \
1014 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
1015 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
1016 done
22e05272 1017install-exec-am: install-exec-local install-nodist_toolexeclibHEADERS \
0a35513e
AH
1018 install-toolexeclibLTLIBRARIES
1019
1020install-html: install-html-recursive
1021
1022install-html-am: $(HTMLS)
1023 @$(NORMAL_INSTALL)
0a35513e 1024 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
503902f9
MH
1025 if test -n "$$list"; then \
1026 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1027 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1028 fi; \
0a35513e
AH
1029 for p in $$list; do \
1030 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
1031 $(am__strip_dir) \
503902f9
MH
1032 d2=$$d$$p; \
1033 if test -d "$$d2"; then \
0a35513e
AH
1034 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
1035 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
503902f9
MH
1036 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
1037 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
0a35513e 1038 else \
503902f9 1039 list2="$$list2 $$d2"; \
0a35513e
AH
1040 fi; \
1041 done; \
1042 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
1043 while read files; do \
1044 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1045 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1046 done; }
1047install-info: install-info-recursive
1048
1049install-info-am: $(INFO_DEPS)
1050 @$(NORMAL_INSTALL)
0a35513e
AH
1051 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1052 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
503902f9
MH
1053 if test -n "$$list"; then \
1054 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
1055 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
1056 fi; \
0a35513e
AH
1057 for file in $$list; do \
1058 case $$file in \
1059 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1060 esac; \
1061 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1062 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
1063 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1064 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
1065 if test -f $$ifile; then \
1066 echo "$$ifile"; \
1067 else : ; fi; \
1068 done; \
1069 done | $(am__base_list) | \
1070 while read files; do \
1071 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
1072 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
1073 @$(POST_INSTALL)
503902f9 1074 @if $(am__can_run_installinfo); then \
0a35513e
AH
1075 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1076 for file in $$list; do \
1077 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1078 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1079 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1080 done; \
1081 else : ; fi
1082install-man:
1083
1084install-pdf: install-pdf-recursive
1085
1086install-pdf-am: $(PDFS)
1087 @$(NORMAL_INSTALL)
0a35513e 1088 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
503902f9
MH
1089 if test -n "$$list"; then \
1090 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1091 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1092 fi; \
0a35513e
AH
1093 for p in $$list; do \
1094 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1095 echo "$$d$$p"; \
1096 done | $(am__base_list) | \
1097 while read files; do \
1098 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1099 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1100install-ps: install-ps-recursive
1101
1102install-ps-am: $(PSS)
1103 @$(NORMAL_INSTALL)
0a35513e 1104 @list='$(PSS)'; test -n "$(psdir)" || list=; \
503902f9
MH
1105 if test -n "$$list"; then \
1106 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1107 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1108 fi; \
0a35513e
AH
1109 for p in $$list; do \
1110 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1111 echo "$$d$$p"; \
1112 done | $(am__base_list) | \
1113 while read files; do \
1114 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1115 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1116installcheck-am:
1117
22e05272 1118maintainer-clean: maintainer-clean-recursive
0a35513e
AH
1119 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1120 -rm -rf $(top_srcdir)/autom4te.cache
1121 -rm -rf ./$(DEPDIR)
1122 -rm -f Makefile
1123maintainer-clean-am: distclean-am maintainer-clean-aminfo \
22e05272 1124 maintainer-clean-generic maintainer-clean-local
0a35513e 1125
22e05272 1126mostlyclean: mostlyclean-recursive
0a35513e
AH
1127
1128mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
22e05272 1129 mostlyclean-generic mostlyclean-libtool mostlyclean-local
0a35513e
AH
1130
1131pdf: pdf-recursive
1132
1133pdf-am: $(PDFS)
1134
1135ps: ps-recursive
1136
1137ps-am: $(PSS)
1138
1139uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
1140 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1141 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1142
22e05272
JM
1143.MAKE: $(am__recursive_targets) all install-am install-strip
1144
1145.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1146 am--refresh check check-am clean clean-aminfo clean-cscope \
1147 clean-generic clean-libtool clean-local \
1148 clean-toolexeclibLTLIBRARIES cscope cscopelist-am ctags \
1149 ctags-am dist-info distclean distclean-compile \
1150 distclean-generic distclean-hdr distclean-libtool \
1151 distclean-local distclean-tags dvi dvi-am html html-am info \
1152 info-am install install-am install-data install-data-am \
1153 install-dvi install-dvi-am install-exec install-exec-am \
1154 install-exec-local install-html install-html-am install-info \
1155 install-info-am install-man install-nodist_toolexeclibHEADERS \
1156 install-pdf install-pdf-am install-ps install-ps-am \
1157 install-strip install-toolexeclibLTLIBRARIES installcheck \
1158 installcheck-am installdirs installdirs-am maintainer-clean \
0a35513e 1159 maintainer-clean-aminfo maintainer-clean-generic \
22e05272 1160 maintainer-clean-local mostlyclean mostlyclean-aminfo \
0a35513e 1161 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
22e05272
JM
1162 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
1163 uninstall-am uninstall-dvi-am uninstall-html-am \
0a35513e
AH
1164 uninstall-info-am uninstall-nodist_toolexeclibHEADERS \
1165 uninstall-pdf-am uninstall-ps-am \
1166 uninstall-toolexeclibLTLIBRARIES
1167
22e05272
JM
1168.PRECIOUS: Makefile
1169
0a35513e
AH
1170
1171vpath % $(strip $(search_path))
adcd36bc
RO
1172@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm.map-sun : $(top_srcdir)/libitm.map \
1173@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/../contrib/make_sunver.pl \
1174@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(libitm_la_OBJECTS) $(libitm_la_LIBADD)
1175@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ perl $(top_srcdir)/../contrib/make_sunver.pl \
1176@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/libitm.map \
1177@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(libitm_la_OBJECTS:%.lo=.libs/%.o) \
1178@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ `echo $(libitm_la_LIBADD) | \
1179@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
1180@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ > $@ || (rm -f $@ ; exit 1)
b1de98e3
RH
1181# Make sure -msse is appended at the end.
1182@ARCH_X86_TRUE@x86_sse.lo : override CXXFLAGS += -msse
1183# Make sure -mavx is appended at the end.
ed100f5d 1184@ARCH_X86_AVX_TRUE@x86_avx.lo : override CXXFLAGS += -mavx
0a35513e
AH
1185
1186all-local: $(STAMP_GENINSRC)
1187
4e3dcf20 1188stamp-geninsrc: libitm.info
41a45cba 1189 cp -p $(top_builddir)/libitm.info $(srcdir)/libitm.info
0a35513e
AH
1190 @touch $@
1191
4e3dcf20
ML
1192libitm.info: $(STAMP_BUILD_INFO)
1193
1194stamp-build-info: libitm.texi
1195 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libitm.info $(srcdir)/libitm.texi
1196 @touch $@
41a45cba 1197
22e05272
JM
1198# GNU Make needs to see an explicit $(MAKE) variable in the command it
1199# runs to enable its job server during parallel builds. Hence the
1200# comments below.
1201all-multi:
1202 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
1203install-multi:
1204 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
1205mostlyclean-multi:
1206 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
1207clean-multi:
1208 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
1209distclean-multi:
1210 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
1211maintainer-clean-multi:
1212 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
1213
1214.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
1215 install-multi maintainer-clean-multi mostlyclean-multi
1216
1217install-exec-local: install-multi
1218
1219all-local: all-multi
1220mostlyclean-local: mostlyclean-multi
1221clean-local: clean-multi
1222distclean-local: distclean-multi
1223maintainer-clean-local: maintainer-clean-multi
1224
0a35513e
AH
1225# Tell versions [3.59,3.63) of GNU make to not export all variables.
1226# Otherwise a system limit (for SysV at least) may be exceeded.
1227.NOEXPORT: