annotate libitm/Makefile.in @ 144:8f4e72ab4e11

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