annotate libitm/Makefile.in @ 158:494b0b89df80 default tip

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