]> git.ipfire.org Git - thirdparty/gcc.git/blame - libitm/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[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
IS
109 $(top_srcdir)/../config/tls.m4 \
110 $(top_srcdir)/../config/weakref.m4 \
111 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
112 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
113 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
c51081fc 114 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
0a35513e
AH
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
22e05272
JM
117DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
118 $(am__configure_deps)
0a35513e
AH
119am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120 configure.lineno config.status.lineno
121mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
122CONFIG_HEADER = config.h
123CONFIG_CLEAN_FILES = libitm.spec
124CONFIG_CLEAN_VPATH_FILES =
125am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
126am__vpath_adj = case $$p in \
127 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
128 *) f=$$p;; \
129 esac;
130am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
131am__install_max = 40
132am__nobase_strip_setup = \
133 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
134am__nobase_strip = \
135 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
136am__nobase_list = $(am__nobase_strip_setup); \
137 for p in $$list; do echo "$$p $$p"; done | \
138 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
139 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
140 if (++n[$$2] == $(am__install_max)) \
141 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
142 END { for (dir in files) print dir, files[dir] }'
143am__base_list = \
144 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
145 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
503902f9
MH
146am__uninstall_files_from_dir = { \
147 test -z "$$files" \
148 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
149 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
150 $(am__cd) "$$dir" && rm -f $$files; }; \
151 }
0a35513e
AH
152am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" \
153 "$(DESTDIR)$(toolexeclibdir)"
154LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
155libitm_la_LIBADD =
b1de98e3
RH
156@ARCH_ARM_TRUE@am__objects_1 = hwcap.lo
157@ARCH_X86_TRUE@am__objects_2 = x86_sse.lo x86_avx.lo
158@ARCH_FUTEX_TRUE@am__objects_3 = futex.lo
0a35513e 159am_libitm_la_OBJECTS = aatree.lo alloc.lo alloc_c.lo alloc_cpp.lo \
79b1edb6
RH
160 barrier.lo beginend.lo clone.lo eh_cpp.lo local.lo query.lo \
161 retry.lo rwlock.lo useraction.lo util.lo sjlj.lo tls.lo \
31772c95 162 method-serial.lo method-gl.lo method-ml.lo $(am__objects_1) \
b1de98e3 163 $(am__objects_2) $(am__objects_3)
0a35513e 164libitm_la_OBJECTS = $(am_libitm_la_OBJECTS)
22e05272
JM
165AM_V_P = $(am__v_P_@AM_V@)
166am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
167am__v_P_0 = false
168am__v_P_1 = :
169AM_V_GEN = $(am__v_GEN_@AM_V@)
170am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
171am__v_GEN_0 = @echo " GEN " $@;
172am__v_GEN_1 =
173AM_V_at = $(am__v_at_@AM_V@)
174am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
175am__v_at_0 = @
176am__v_at_1 =
0a35513e
AH
177DEFAULT_INCLUDES = -I.@am__isrc@
178depcomp = $(SHELL) $(top_srcdir)/../depcomp
179am__depfiles_maybe = depfiles
180am__mv = mv -f
181CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
182 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
22e05272
JM
183AM_V_lt = $(am__v_lt_@AM_V@)
184am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
185am__v_lt_0 = --silent
186am__v_lt_1 =
187LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
188 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
189 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
190 $(AM_CCASFLAGS) $(CCASFLAGS)
191AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
192am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
193am__v_CPPAS_0 = @echo " CPPAS " $@;
194am__v_CPPAS_1 =
0a35513e
AH
195CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
196 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
22e05272
JM
197LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
199 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
200 $(AM_CXXFLAGS) $(CXXFLAGS)
201AM_V_CXX = $(am__v_CXX_@AM_V@)
202am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
203am__v_CXX_0 = @echo " CXX " $@;
204am__v_CXX_1 =
0a35513e 205CXXLD = $(CXX)
22e05272
JM
206CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
207 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
208 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
209AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
210am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
211am__v_CXXLD_0 = @echo " CXXLD " $@;
212am__v_CXXLD_1 =
0a35513e
AH
213COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
214 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
22e05272
JM
215LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
216 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
217 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
218 $(AM_CFLAGS) $(CFLAGS)
219AM_V_CC = $(am__v_CC_@AM_V@)
220am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
221am__v_CC_0 = @echo " CC " $@;
222am__v_CC_1 =
0a35513e 223CCLD = $(CC)
22e05272
JM
224LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
225 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
226 $(AM_LDFLAGS) $(LDFLAGS) -o $@
227AM_V_CCLD = $(am__v_CCLD_@AM_V@)
228am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
229am__v_CCLD_0 = @echo " CCLD " $@;
230am__v_CCLD_1 =
0a35513e 231SOURCES = $(libitm_la_SOURCES)
22e05272
JM
232AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
233am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
234am__v_DVIPS_0 = @echo " DVIPS " $@;
235am__v_DVIPS_1 =
236AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
237am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
238am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
239am__v_MAKEINFO_1 =
240AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
241am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
242am__v_INFOHTML_0 = @echo " INFOHTML" $@;
243am__v_INFOHTML_1 =
244AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
245am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
246am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
247am__v_TEXI2DVI_1 =
248AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
249am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
250am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
251am__v_TEXI2PDF_1 =
252AM_V_texinfo = $(am__v_texinfo_@AM_V@)
253am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
254am__v_texinfo_0 = -q
255am__v_texinfo_1 =
256AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
257am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
258am__v_texidevnull_0 = > /dev/null
259am__v_texidevnull_1 =
0a35513e
AH
260INFO_DEPS = libitm.info
261am__TEXINFO_TEX_DIR = $(srcdir)/../gcc/doc/include
262DVIS = libitm.dvi
263PDFS = libitm.pdf
264PSS = libitm.ps
265HTMLS = libitm.html
266TEXINFOS = libitm.texi
267TEXI2DVI = texi2dvi
268TEXI2PDF = $(TEXI2DVI) --pdf --batch
269MAKEINFOHTML = $(MAKEINFO) --html
270AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
271DVIPS = dvips
22e05272
JM
272RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
273 ctags-recursive dvi-recursive html-recursive info-recursive \
274 install-data-recursive install-dvi-recursive \
275 install-exec-recursive install-html-recursive \
276 install-info-recursive install-pdf-recursive \
277 install-ps-recursive install-recursive installcheck-recursive \
278 installdirs-recursive pdf-recursive ps-recursive \
279 tags-recursive uninstall-recursive
503902f9
MH
280am__can_run_installinfo = \
281 case $$AM_UPDATE_INFO_DIR in \
282 n|no|NO) false;; \
283 *) (install-info --version) >/dev/null 2>&1;; \
284 esac
0a35513e
AH
285HEADERS = $(nodist_toolexeclib_HEADERS)
286RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
287 distclean-recursive maintainer-clean-recursive
22e05272
JM
288am__recursive_targets = \
289 $(RECURSIVE_TARGETS) \
290 $(RECURSIVE_CLEAN_TARGETS) \
291 $(am__extra_recursive_targets)
292AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
293 cscope
294am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
295 $(LISP)config.h.in
296# Read a list of newline-separated strings from the standard input,
297# and print each of them once, without duplicates. Input order is
298# *not* preserved.
299am__uniquify_input = $(AWK) '\
300 BEGIN { nonempty = 0; } \
301 { items[$$0] = 1; nonempty = 1; } \
302 END { if (nonempty) { for (i in items) print i; }; } \
303'
304# Make sure the list of sources is unique. This is necessary because,
305# e.g., the same source file might be shared among _SOURCES variables
306# for different programs/libraries.
307am__define_uniq_tagged_files = \
308 list='$(am__tagged_files)'; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | $(am__uniquify_input)`
0a35513e
AH
312ETAGS = etags
313CTAGS = ctags
22e05272 314CSCOPE = cscope
0a35513e 315DIST_SUBDIRS = $(SUBDIRS)
0a35513e
AH
316ACLOCAL = @ACLOCAL@
317AMTAR = @AMTAR@
22e05272 318AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
0a35513e
AH
319AR = @AR@
320AUTOCONF = @AUTOCONF@
321AUTOHEADER = @AUTOHEADER@
322AUTOMAKE = @AUTOMAKE@
323AWK = @AWK@
324CC = @CC@
325CCAS = @CCAS@
326CCASDEPMODE = @CCASDEPMODE@
327CCASFLAGS = @CCASFLAGS@
328CCDEPMODE = @CCDEPMODE@
329CFLAGS = @CFLAGS@
330CPP = @CPP@
331CPPFLAGS = @CPPFLAGS@
332CXX = @CXX@
333CXXCPP = @CXXCPP@
334CXXDEPMODE = @CXXDEPMODE@
335CXXFLAGS = @CXXFLAGS@
336CYGPATH_W = @CYGPATH_W@
337DEFS = @DEFS@
338DEPDIR = @DEPDIR@
339DSYMUTIL = @DSYMUTIL@
340DUMPBIN = @DUMPBIN@
341ECHO_C = @ECHO_C@
342ECHO_N = @ECHO_N@
343ECHO_T = @ECHO_T@
344EGREP = @EGREP@
345EXEEXT = @EXEEXT@
0a35513e
AH
346FGREP = @FGREP@
347GREP = @GREP@
9ce91011 348HWCAP_LDFLAGS = @HWCAP_LDFLAGS@
0a35513e
AH
349INSTALL = @INSTALL@
350INSTALL_DATA = @INSTALL_DATA@
351INSTALL_PROGRAM = @INSTALL_PROGRAM@
352INSTALL_SCRIPT = @INSTALL_SCRIPT@
353INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
354LD = @LD@
355LDFLAGS = @LDFLAGS@
356LIBOBJS = @LIBOBJS@
357LIBS = @LIBS@
358LIBTOOL = @LIBTOOL@
359LIPO = @LIPO@
360LN_S = @LN_S@
361LTLIBOBJS = @LTLIBOBJS@
362MAINT = @MAINT@
363MAKEINFO = @MAKEINFO@
364MKDIR_P = @MKDIR_P@
365NM = @NM@
366NMEDIT = @NMEDIT@
367OBJDUMP = @OBJDUMP@
368OBJEXT = @OBJEXT@
369OPT_LDFLAGS = @OPT_LDFLAGS@
370OTOOL = @OTOOL@
371OTOOL64 = @OTOOL64@
372PACKAGE = @PACKAGE@
373PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
374PACKAGE_NAME = @PACKAGE_NAME@
375PACKAGE_STRING = @PACKAGE_STRING@
376PACKAGE_TARNAME = @PACKAGE_TARNAME@
377PACKAGE_URL = @PACKAGE_URL@
378PACKAGE_VERSION = @PACKAGE_VERSION@
379PATH_SEPARATOR = @PATH_SEPARATOR@
380PERL = @PERL@
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)
461fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/finclude
462libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
463AM_CPPFLAGS = $(addprefix -I, $(search_path))
464AM_CFLAGS = $(XCFLAGS)
b0f96e35
JJ
465AM_CXXFLAGS = $(XCFLAGS) -std=gnu++0x -funwind-tables -fno-exceptions \
466 -fno-rtti $(abi_version)
0a35513e
AH
467
468AM_CCASFLAGS = $(XCFLAGS)
9ce91011 469AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS) $(HWCAP_LDFLAGS)
0a35513e
AH
470toolexeclib_LTLIBRARIES = libitm.la
471nodist_toolexeclib_HEADERS = libitm.spec
472@LIBITM_BUILD_VERSIONED_SHLIB_FALSE@libitm_version_script =
adcd36bc
RO
473@LIBITM_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm_version_script = -Wl,--version-script,$(top_srcdir)/libitm.map
474@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm_version_script = -Wl,-M,libitm.map-sun
475@LIBITM_BUILD_VERSIONED_SHLIB_FALSE@libitm_version_dep =
476@LIBITM_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm_version_dep = $(top_srcdir)/libitm.map
477@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm_version_dep = libitm.map-sun
0a35513e
AH
478libitm_version_info = -version-info $(libtool_VERSION)
479
480# Force link with C, not C++. For now, while we're using C++ we don't
481# want or need libstdc++.
adcd36bc
RO
482libitm_la_DEPENDENCIES = $(libitm_version_dep)
483libitm_la_LINK = $(LINK) $(libitm_la_LDFLAGS)
bd8aaa86 484libitm_la_LDFLAGS = $(libitm_version_info) $(libitm_version_script)
0a35513e 485libitm_la_SOURCES = aatree.cc alloc.cc alloc_c.cc alloc_cpp.cc \
79b1edb6
RH
486 barrier.cc beginend.cc clone.cc eh_cpp.cc local.cc query.cc \
487 retry.cc rwlock.cc useraction.cc util.cc sjlj.S tls.cc \
31772c95 488 method-serial.cc method-gl.cc method-ml.cc $(am__append_1) \
b1de98e3 489 $(am__append_2) $(am__append_3)
0a35513e
AH
490
491# Automake Documentation:
492# If your package has Texinfo files in many directories, you can use the
493# variable TEXINFO_TEX to tell Automake where to find the canonical
494# `texinfo.tex' for your package. The value of this variable should be
495# the relative path from the current `Makefile.am' to `texinfo.tex'.
496TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
497
498# Defines info, dvi, pdf and html targets
499MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
500info_TEXINFOS = libitm.texi
501@GENINSRC_FALSE@STAMP_GENINSRC =
502
503# AM_CONDITIONAL on configure option --generated-files-in-srcdir
504@GENINSRC_TRUE@STAMP_GENINSRC = stamp-geninsrc
505@BUILD_INFO_FALSE@STAMP_BUILD_INFO =
506
507# AM_CONDITIONAL on configure check ACX_CHECK_PROG_VER([MAKEINFO])
508@BUILD_INFO_TRUE@STAMP_BUILD_INFO = stamp-build-info
22e05272 509CLEANFILES = $(STAMP_GENINSRC) $(STAMP_BUILD_INFO)
0a35513e 510MAINTAINERCLEANFILES = $(srcdir)/libitm.info
22e05272
JM
511MULTISRCTOP =
512MULTIBUILDTOP =
513MULTIDIRS =
514MULTISUBDIR =
515MULTIDO = true
516MULTICLEAN = true
0a35513e
AH
517all: config.h
518 $(MAKE) $(AM_MAKEFLAGS) all-recursive
519
520.SUFFIXES:
521.SUFFIXES: .S .cc .dvi .lo .o .obj .ps
503902f9 522am--refresh: Makefile
0a35513e 523 @:
22e05272 524$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
0a35513e
AH
525 @for dep in $?; do \
526 case '$(am__configure_deps)' in \
527 *$$dep*) \
528 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
529 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
530 && exit 0; \
531 exit 1;; \
532 esac; \
533 done; \
534 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
535 $(am__cd) $(top_srcdir) && \
536 $(AUTOMAKE) --foreign Makefile
0a35513e
AH
537Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
538 @case '$?' in \
539 *config.status*) \
540 echo ' $(SHELL) ./config.status'; \
541 $(SHELL) ./config.status;; \
542 *) \
543 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
544 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
545 esac;
22e05272 546$(top_srcdir)/../multilib.am $(am__empty):
0a35513e
AH
547
548$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
549 $(SHELL) ./config.status --recheck
550
551$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
552 $(am__cd) $(srcdir) && $(AUTOCONF)
553$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
554 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
555$(am__aclocal_m4_deps):
556
557config.h: stamp-h1
22e05272
JM
558 @test -f $@ || rm -f stamp-h1
559 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
0a35513e
AH
560
561stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
562 @rm -f stamp-h1
563 cd $(top_builddir) && $(SHELL) ./config.status config.h
564$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
565 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
566 rm -f stamp-h1
567 touch $@
568
569distclean-hdr:
570 -rm -f config.h stamp-h1
571libitm.spec: $(top_builddir)/config.status $(srcdir)/libitm.spec.in
572 cd $(top_builddir) && $(SHELL) ./config.status $@
22e05272 573
0a35513e
AH
574install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
575 @$(NORMAL_INSTALL)
0a35513e
AH
576 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
577 list2=; for p in $$list; do \
578 if test -f $$p; then \
579 list2="$$list2 $$p"; \
580 else :; fi; \
581 done; \
582 test -z "$$list2" || { \
503902f9
MH
583 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
584 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
0a35513e
AH
585 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
586 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
587 }
588
589uninstall-toolexeclibLTLIBRARIES:
590 @$(NORMAL_UNINSTALL)
591 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
592 for p in $$list; do \
593 $(am__strip_dir) \
594 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
595 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
596 done
597
598clean-toolexeclibLTLIBRARIES:
599 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
22e05272
JM
600 @list='$(toolexeclib_LTLIBRARIES)'; \
601 locs=`for p in $$list; do echo $$p; done | \
602 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
603 sort -u`; \
604 test -z "$$locs" || { \
605 echo rm -f $${locs}; \
606 rm -f $${locs}; \
607 }
608
503902f9 609libitm.la: $(libitm_la_OBJECTS) $(libitm_la_DEPENDENCIES) $(EXTRA_libitm_la_DEPENDENCIES)
22e05272 610 $(AM_V_GEN)$(libitm_la_LINK) -rpath $(toolexeclibdir) $(libitm_la_OBJECTS) $(libitm_la_LIBADD) $(LIBS)
0a35513e
AH
611
612mostlyclean-compile:
613 -rm -f *.$(OBJEXT)
614
615distclean-compile:
616 -rm -f *.tab.c
617
618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aatree.Plo@am__quote@
619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_c.Plo@am__quote@
621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_cpp.Plo@am__quote@
622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barrier.Plo@am__quote@
623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/beginend.Plo@am__quote@
0a35513e
AH
624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clone.Plo@am__quote@
625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh_cpp.Plo@am__quote@
626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/futex.Plo@am__quote@
aebac0ca 627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwcap.Plo@am__quote@
0a35513e
AH
628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Plo@am__quote@
629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method-gl.Plo@am__quote@
31772c95 630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method-ml.Plo@am__quote@
0a35513e
AH
631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method-serial.Plo@am__quote@
632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query.Plo@am__quote@
633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/retry.Plo@am__quote@
634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwlock.Plo@am__quote@
635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sjlj.Plo@am__quote@
636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls.Plo@am__quote@
637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/useraction.Plo@am__quote@
638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_avx.Plo@am__quote@
b1de98e3 640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_sse.Plo@am__quote@
0a35513e
AH
641
642.S.o:
22e05272
JM
643@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
644@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
645@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
0a35513e 646@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 647@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
0a35513e
AH
648
649.S.obj:
22e05272
JM
650@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
651@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
652@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
0a35513e 653@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 654@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
0a35513e
AH
655
656.S.lo:
22e05272
JM
657@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
658@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
659@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
0a35513e 660@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 661@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
0a35513e
AH
662
663.cc.o:
22e05272
JM
664@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
665@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
666@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
0a35513e 667@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 668@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
0a35513e
AH
669
670.cc.obj:
22e05272
JM
671@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
672@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
673@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
0a35513e 674@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 675@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
0a35513e
AH
676
677.cc.lo:
22e05272
JM
678@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
679@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
680@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
0a35513e 681@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 682@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
0a35513e
AH
683
684mostlyclean-libtool:
685 -rm -f *.lo
686
687clean-libtool:
688 -rm -rf .libs _libs
689
690distclean-libtool:
691 -rm -f libtool config.lt
692
0a35513e 693libitm.dvi: libitm.texi
22e05272 694 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
0a35513e 695 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
22e05272
JM
696 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
697 `test -f 'libitm.texi' || echo '$(srcdir)/'`libitm.texi
0a35513e
AH
698
699libitm.pdf: libitm.texi
22e05272 700 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
0a35513e 701 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
22e05272
JM
702 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
703 `test -f 'libitm.texi' || echo '$(srcdir)/'`libitm.texi
0a35513e
AH
704
705libitm.html: libitm.texi
22e05272
JM
706 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
707 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
0a35513e
AH
708 -o $(@:.html=.htp) `test -f 'libitm.texi' || echo '$(srcdir)/'`libitm.texi; \
709 then \
22e05272 710 rm -rf $@ && mv $(@:.html=.htp) $@; \
0a35513e 711 else \
22e05272 712 rm -rf $(@:.html=.htp); exit 1; \
0a35513e
AH
713 fi
714.dvi.ps:
22e05272
JM
715 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
716 $(DVIPS) $(AM_V_texinfo) -o $@ $<
0a35513e
AH
717
718uninstall-dvi-am:
719 @$(NORMAL_UNINSTALL)
720 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
721 for p in $$list; do \
722 $(am__strip_dir) \
723 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
724 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
725 done
726
727uninstall-html-am:
728 @$(NORMAL_UNINSTALL)
729 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
730 for p in $$list; do \
731 $(am__strip_dir) \
732 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
733 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
734 done
735
736uninstall-info-am:
737 @$(PRE_UNINSTALL)
503902f9 738 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
0a35513e
AH
739 list='$(INFO_DEPS)'; \
740 for file in $$list; do \
741 relfile=`echo "$$file" | sed 's|^.*/||'`; \
742 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
743 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
744 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
745 done; \
746 else :; fi
747 @$(NORMAL_UNINSTALL)
748 @list='$(INFO_DEPS)'; \
749 for file in $$list; do \
750 relfile=`echo "$$file" | sed 's|^.*/||'`; \
751 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
752 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
753 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]"; \
754 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
755 else :; fi); \
756 done
757
758uninstall-pdf-am:
759 @$(NORMAL_UNINSTALL)
760 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
761 for p in $$list; do \
762 $(am__strip_dir) \
763 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
764 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
765 done
766
767uninstall-ps-am:
768 @$(NORMAL_UNINSTALL)
769 @list='$(PSS)'; test -n "$(psdir)" || list=; \
770 for p in $$list; do \
771 $(am__strip_dir) \
772 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
773 rm -f "$(DESTDIR)$(psdir)/$$f"; \
774 done
775
776dist-info: $(INFO_DEPS)
777 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
778 list='$(INFO_DEPS)'; \
779 for base in $$list; do \
780 case $$base in \
781 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
782 esac; \
783 if test -f $$base; then d=.; else d=$(srcdir); fi; \
784 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
785 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 \
786 if test -f $$file; then \
787 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
788 test -f "$(distdir)/$$relfile" || \
789 cp -p $$file "$(distdir)/$$relfile"; \
790 else :; fi; \
791 done; \
792 done
793
794mostlyclean-aminfo:
22e05272 795 -rm -rf libitm.t2d libitm.t2p
0a35513e
AH
796
797clean-aminfo:
798 -test -z "libitm.dvi libitm.pdf libitm.ps libitm.html" \
799 || rm -rf libitm.dvi libitm.pdf libitm.ps libitm.html
800
801maintainer-clean-aminfo:
802 @list='$(INFO_DEPS)'; for i in $$list; do \
803 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
804 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
805 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
806 done
807install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
808 @$(NORMAL_INSTALL)
0a35513e 809 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
503902f9
MH
810 if test -n "$$list"; then \
811 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
812 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
813 fi; \
0a35513e
AH
814 for p in $$list; do \
815 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
816 echo "$$d$$p"; \
817 done | $(am__base_list) | \
818 while read files; do \
819 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
820 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
821 done
822
823uninstall-nodist_toolexeclibHEADERS:
824 @$(NORMAL_UNINSTALL)
825 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
826 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
503902f9 827 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
0a35513e
AH
828
829# This directory's subdirectories are mostly independent; you can cd
22e05272
JM
830# into them and run 'make' without going through this Makefile.
831# To change the values of 'make' variables: instead of editing Makefiles,
832# (1) if the variable is set in 'config.status', edit 'config.status'
833# (which will cause the Makefiles to be regenerated when you run 'make');
834# (2) otherwise, pass the desired values on the 'make' command line.
835$(am__recursive_targets):
836 @fail=; \
837 if $(am__make_keepgoing); then \
838 failcom='fail=yes'; \
839 else \
840 failcom='exit 1'; \
841 fi; \
0a35513e
AH
842 dot_seen=no; \
843 target=`echo $@ | sed s/-recursive//`; \
22e05272
JM
844 case "$@" in \
845 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
846 *) list='$(SUBDIRS)' ;; \
847 esac; \
848 for subdir in $$list; do \
0a35513e
AH
849 echo "Making $$target in $$subdir"; \
850 if test "$$subdir" = "."; then \
851 dot_seen=yes; \
852 local_target="$$target-am"; \
853 else \
854 local_target="$$target"; \
855 fi; \
856 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
857 || eval $$failcom; \
858 done; \
859 if test "$$dot_seen" = "no"; then \
860 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
861 fi; test -z "$$fail"
862
22e05272
JM
863ID: $(am__tagged_files)
864 $(am__define_uniq_tagged_files); mkid -fID $$unique
865tags: tags-recursive
866TAGS: tags
0a35513e 867
22e05272 868tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0a35513e
AH
869 set x; \
870 here=`pwd`; \
871 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
872 include_option=--etags-include; \
873 empty_fix=.; \
874 else \
875 include_option=--include; \
876 empty_fix=; \
877 fi; \
878 list='$(SUBDIRS)'; for subdir in $$list; do \
879 if test "$$subdir" = .; then :; else \
880 test ! -f $$subdir/TAGS || \
881 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
882 fi; \
883 done; \
22e05272 884 $(am__define_uniq_tagged_files); \
0a35513e
AH
885 shift; \
886 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
887 test -n "$$unique" || unique=$$empty_fix; \
888 if test $$# -gt 0; then \
889 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
890 "$$@" $$unique; \
891 else \
892 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
893 $$unique; \
894 fi; \
895 fi
22e05272
JM
896ctags: ctags-recursive
897
898CTAGS: ctags
899ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
900 $(am__define_uniq_tagged_files); \
0a35513e
AH
901 test -z "$(CTAGS_ARGS)$$unique" \
902 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
903 $$unique
904
905GTAGS:
906 here=`$(am__cd) $(top_builddir) && pwd` \
907 && $(am__cd) $(top_srcdir) \
908 && gtags -i $(GTAGS_ARGS) "$$here"
22e05272
JM
909cscope: cscope.files
910 test ! -s cscope.files \
911 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
912clean-cscope:
913 -rm -f cscope.files
914cscope.files: clean-cscope cscopelist
915cscopelist: cscopelist-recursive
916
917cscopelist-am: $(am__tagged_files)
918 list='$(am__tagged_files)'; \
919 case "$(srcdir)" in \
920 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
921 *) sdir=$(subdir)/$(srcdir) ;; \
922 esac; \
923 for i in $$list; do \
924 if test -f "$$i"; then \
925 echo "$(subdir)/$$i"; \
926 else \
927 echo "$$sdir/$$i"; \
928 fi; \
929 done >> $(top_builddir)/cscope.files
0a35513e
AH
930
931distclean-tags:
932 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
22e05272 933 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
0a35513e
AH
934check-am: all-am
935check: check-recursive
22e05272
JM
936all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) config.h \
937 all-local
0a35513e
AH
938installdirs: installdirs-recursive
939installdirs-am:
940 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(toolexeclibdir)"; do \
941 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
942 done
943install: install-recursive
944install-exec: install-exec-recursive
945install-data: install-data-recursive
946uninstall: uninstall-recursive
947
948install-am: all-am
949 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
950
951installcheck: installcheck-recursive
952install-strip:
503902f9
MH
953 if test -z '$(STRIP)'; then \
954 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
955 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
956 install; \
957 else \
958 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
959 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
960 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
961 fi
0a35513e
AH
962mostlyclean-generic:
963
964clean-generic:
965 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
966
967distclean-generic:
968 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
969 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
970
971maintainer-clean-generic:
972 @echo "This command is intended for maintainers to use"
973 @echo "it deletes files that may require special tools to rebuild."
974 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
22e05272 975clean: clean-recursive
0a35513e 976
22e05272 977clean-am: clean-aminfo clean-generic clean-libtool clean-local \
0a35513e
AH
978 clean-toolexeclibLTLIBRARIES mostlyclean-am
979
22e05272 980distclean: distclean-recursive
0a35513e
AH
981 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
982 -rm -rf ./$(DEPDIR)
983 -rm -f Makefile
984distclean-am: clean-am distclean-compile distclean-generic \
22e05272 985 distclean-hdr distclean-libtool distclean-local distclean-tags
0a35513e
AH
986
987dvi: dvi-recursive
988
989dvi-am: $(DVIS)
990
991html: html-recursive
992
993html-am: $(HTMLS)
994
995info: info-recursive
996
997info-am: $(INFO_DEPS)
998
999install-data-am: install-info-am
1000
1001install-dvi: install-dvi-recursive
1002
1003install-dvi-am: $(DVIS)
1004 @$(NORMAL_INSTALL)
0a35513e 1005 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
503902f9
MH
1006 if test -n "$$list"; then \
1007 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
1008 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
1009 fi; \
0a35513e
AH
1010 for p in $$list; do \
1011 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1012 echo "$$d$$p"; \
1013 done | $(am__base_list) | \
1014 while read files; do \
1015 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
1016 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
1017 done
22e05272 1018install-exec-am: install-exec-local install-nodist_toolexeclibHEADERS \
0a35513e
AH
1019 install-toolexeclibLTLIBRARIES
1020
1021install-html: install-html-recursive
1022
1023install-html-am: $(HTMLS)
1024 @$(NORMAL_INSTALL)
0a35513e 1025 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
503902f9
MH
1026 if test -n "$$list"; then \
1027 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1028 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1029 fi; \
0a35513e
AH
1030 for p in $$list; do \
1031 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
1032 $(am__strip_dir) \
503902f9
MH
1033 d2=$$d$$p; \
1034 if test -d "$$d2"; then \
0a35513e
AH
1035 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
1036 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
503902f9
MH
1037 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
1038 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
0a35513e 1039 else \
503902f9 1040 list2="$$list2 $$d2"; \
0a35513e
AH
1041 fi; \
1042 done; \
1043 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
1044 while read files; do \
1045 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1046 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1047 done; }
1048install-info: install-info-recursive
1049
1050install-info-am: $(INFO_DEPS)
1051 @$(NORMAL_INSTALL)
0a35513e
AH
1052 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1053 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
503902f9
MH
1054 if test -n "$$list"; then \
1055 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
1056 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
1057 fi; \
0a35513e
AH
1058 for file in $$list; do \
1059 case $$file in \
1060 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1061 esac; \
1062 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1063 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
1064 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1065 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
1066 if test -f $$ifile; then \
1067 echo "$$ifile"; \
1068 else : ; fi; \
1069 done; \
1070 done | $(am__base_list) | \
1071 while read files; do \
1072 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
1073 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
1074 @$(POST_INSTALL)
503902f9 1075 @if $(am__can_run_installinfo); then \
0a35513e
AH
1076 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
1077 for file in $$list; do \
1078 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1079 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
1080 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
1081 done; \
1082 else : ; fi
1083install-man:
1084
1085install-pdf: install-pdf-recursive
1086
1087install-pdf-am: $(PDFS)
1088 @$(NORMAL_INSTALL)
0a35513e 1089 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
503902f9
MH
1090 if test -n "$$list"; then \
1091 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
1092 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
1093 fi; \
0a35513e
AH
1094 for p in $$list; do \
1095 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1096 echo "$$d$$p"; \
1097 done | $(am__base_list) | \
1098 while read files; do \
1099 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
1100 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
1101install-ps: install-ps-recursive
1102
1103install-ps-am: $(PSS)
1104 @$(NORMAL_INSTALL)
0a35513e 1105 @list='$(PSS)'; test -n "$(psdir)" || list=; \
503902f9
MH
1106 if test -n "$$list"; then \
1107 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
1108 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
1109 fi; \
0a35513e
AH
1110 for p in $$list; do \
1111 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1112 echo "$$d$$p"; \
1113 done | $(am__base_list) | \
1114 while read files; do \
1115 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
1116 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
1117installcheck-am:
1118
22e05272 1119maintainer-clean: maintainer-clean-recursive
0a35513e
AH
1120 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1121 -rm -rf $(top_srcdir)/autom4te.cache
1122 -rm -rf ./$(DEPDIR)
1123 -rm -f Makefile
1124maintainer-clean-am: distclean-am maintainer-clean-aminfo \
22e05272 1125 maintainer-clean-generic maintainer-clean-local
0a35513e 1126
22e05272 1127mostlyclean: mostlyclean-recursive
0a35513e
AH
1128
1129mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
22e05272 1130 mostlyclean-generic mostlyclean-libtool mostlyclean-local
0a35513e
AH
1131
1132pdf: pdf-recursive
1133
1134pdf-am: $(PDFS)
1135
1136ps: ps-recursive
1137
1138ps-am: $(PSS)
1139
1140uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
1141 uninstall-nodist_toolexeclibHEADERS uninstall-pdf-am \
1142 uninstall-ps-am uninstall-toolexeclibLTLIBRARIES
1143
22e05272
JM
1144.MAKE: $(am__recursive_targets) all install-am install-strip
1145
1146.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1147 am--refresh check check-am clean clean-aminfo clean-cscope \
1148 clean-generic clean-libtool clean-local \
1149 clean-toolexeclibLTLIBRARIES cscope cscopelist-am ctags \
1150 ctags-am dist-info distclean distclean-compile \
1151 distclean-generic distclean-hdr distclean-libtool \
1152 distclean-local distclean-tags dvi dvi-am html html-am info \
1153 info-am install install-am install-data install-data-am \
1154 install-dvi install-dvi-am install-exec install-exec-am \
1155 install-exec-local install-html install-html-am install-info \
1156 install-info-am install-man install-nodist_toolexeclibHEADERS \
1157 install-pdf install-pdf-am install-ps install-ps-am \
1158 install-strip install-toolexeclibLTLIBRARIES installcheck \
1159 installcheck-am installdirs installdirs-am maintainer-clean \
0a35513e 1160 maintainer-clean-aminfo maintainer-clean-generic \
22e05272 1161 maintainer-clean-local mostlyclean mostlyclean-aminfo \
0a35513e 1162 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
22e05272
JM
1163 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
1164 uninstall-am uninstall-dvi-am uninstall-html-am \
0a35513e
AH
1165 uninstall-info-am uninstall-nodist_toolexeclibHEADERS \
1166 uninstall-pdf-am uninstall-ps-am \
1167 uninstall-toolexeclibLTLIBRARIES
1168
22e05272
JM
1169.PRECIOUS: Makefile
1170
0a35513e
AH
1171
1172vpath % $(strip $(search_path))
adcd36bc
RO
1173@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@libitm.map-sun : $(top_srcdir)/libitm.map \
1174@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/../contrib/make_sunver.pl \
1175@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(libitm_la_OBJECTS) $(libitm_la_LIBADD)
1176@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ perl $(top_srcdir)/../contrib/make_sunver.pl \
1177@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/libitm.map \
1178@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ $(libitm_la_OBJECTS:%.lo=.libs/%.o) \
1179@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ `echo $(libitm_la_LIBADD) | \
1180@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
1181@LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBITM_BUILD_VERSIONED_SHLIB_TRUE@ > $@ || (rm -f $@ ; exit 1)
b1de98e3
RH
1182# Make sure -msse is appended at the end.
1183@ARCH_X86_TRUE@x86_sse.lo : override CXXFLAGS += -msse
1184# Make sure -mavx is appended at the end.
ed100f5d 1185@ARCH_X86_AVX_TRUE@x86_avx.lo : override CXXFLAGS += -mavx
0a35513e
AH
1186
1187all-local: $(STAMP_GENINSRC)
1188
1189stamp-geninsrc: libitm.info
1190 cp -p $(top_builddir)/libitm.info $(srcdir)/libitm.info
1191 @touch $@
1192
1193libitm.info: $(STAMP_BUILD_INFO)
1194
1195stamp-build-info: libitm.texi
1196 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -o libitm.info $(srcdir)/libitm.texi
1197 @touch $@
1198
22e05272
JM
1199# GNU Make needs to see an explicit $(MAKE) variable in the command it
1200# runs to enable its job server during parallel builds. Hence the
1201# comments below.
1202all-multi:
1203 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
1204install-multi:
1205 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
1206mostlyclean-multi:
1207 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
1208clean-multi:
1209 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
1210distclean-multi:
1211 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
1212maintainer-clean-multi:
1213 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
1214
1215.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
1216 install-multi maintainer-clean-multi mostlyclean-multi
1217
1218install-exec-local: install-multi
1219
1220all-local: all-multi
1221mostlyclean-local: mostlyclean-multi
1222clean-local: clean-multi
1223distclean-local: distclean-multi
1224maintainer-clean-local: maintainer-clean-multi
1225
0a35513e
AH
1226# Tell versions [3.59,3.63) of GNU make to not export all variables.
1227# Otherwise a system limit (for SysV at least) may be exceeded.
1228.NOEXPORT: