annotate libatomic/Makefile.in @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children 84e7813d76e9
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 VPATH = @srcdir@
kono
parents:
diff changeset
19 am__make_dryrun = \
kono
parents:
diff changeset
20 { \
kono
parents:
diff changeset
21 am__dry=no; \
kono
parents:
diff changeset
22 case $$MAKEFLAGS in \
kono
parents:
diff changeset
23 *\\[\ \ ]*) \
kono
parents:
diff changeset
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
kono
parents:
diff changeset
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
kono
parents:
diff changeset
26 *) \
kono
parents:
diff changeset
27 for am__flg in $$MAKEFLAGS; do \
kono
parents:
diff changeset
28 case $$am__flg in \
kono
parents:
diff changeset
29 *=*|--*) ;; \
kono
parents:
diff changeset
30 *n*) am__dry=yes; break;; \
kono
parents:
diff changeset
31 esac; \
kono
parents:
diff changeset
32 done;; \
kono
parents:
diff changeset
33 esac; \
kono
parents:
diff changeset
34 test $$am__dry = yes; \
kono
parents:
diff changeset
35 }
kono
parents:
diff changeset
36 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
37 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
38 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
41 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
42 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
43 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
44 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
45 transform = $(program_transform_name)
kono
parents:
diff changeset
46 NORMAL_INSTALL = :
kono
parents:
diff changeset
47 PRE_INSTALL = :
kono
parents:
diff changeset
48 POST_INSTALL = :
kono
parents:
diff changeset
49 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
50 PRE_UNINSTALL = :
kono
parents:
diff changeset
51 POST_UNINSTALL = :
kono
parents:
diff changeset
52 build_triplet = @build@
kono
parents:
diff changeset
53 host_triplet = @host@
kono
parents:
diff changeset
54 target_triplet = @target@
kono
parents:
diff changeset
55 @ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@am__append_1 = $(foreach \
kono
parents:
diff changeset
56 @ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@ s,$(SIZES),$(addsuffix \
kono
parents:
diff changeset
57 @ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@ _$(s)_1_.lo,$(SIZEOBJS))) \
kono
parents:
diff changeset
58 @ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@ $(addsuffix \
kono
parents:
diff changeset
59 @ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@ _8_2_.lo,$(SIZEOBJS))
kono
parents:
diff changeset
60 @ARCH_I386_TRUE@@HAVE_IFUNC_TRUE@am__append_2 = $(addsuffix _8_1_.lo,$(SIZEOBJS))
kono
parents:
diff changeset
61 @ARCH_X86_64_TRUE@@HAVE_IFUNC_TRUE@am__append_3 = $(addsuffix _16_1_.lo,$(SIZEOBJS))
kono
parents:
diff changeset
62 subdir = .
kono
parents:
diff changeset
63 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
kono
parents:
diff changeset
64 $(top_srcdir)/configure $(am__configure_deps) \
kono
parents:
diff changeset
65 $(srcdir)/auto-config.h.in $(srcdir)/../mkinstalldirs \
kono
parents:
diff changeset
66 $(srcdir)/../depcomp
kono
parents:
diff changeset
67 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
68 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
69 $(top_srcdir)/../config/depstand.m4 \
kono
parents:
diff changeset
70 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
71 $(top_srcdir)/../config/lthostflags.m4 \
kono
parents:
diff changeset
72 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
73 $(top_srcdir)/../config/override.m4 \
kono
parents:
diff changeset
74 $(top_srcdir)/../config/stdint.m4 \
kono
parents:
diff changeset
75 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
kono
parents:
diff changeset
76 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
kono
parents:
diff changeset
77 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
kono
parents:
diff changeset
78 $(top_srcdir)/configure.ac
kono
parents:
diff changeset
79 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
80 $(ACLOCAL_M4)
kono
parents:
diff changeset
81 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
kono
parents:
diff changeset
82 configure.lineno config.status.lineno
kono
parents:
diff changeset
83 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
kono
parents:
diff changeset
84 CONFIG_HEADER = auto-config.h
kono
parents:
diff changeset
85 CONFIG_CLEAN_FILES =
kono
parents:
diff changeset
86 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
87 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kono
parents:
diff changeset
88 am__vpath_adj = case $$p in \
kono
parents:
diff changeset
89 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kono
parents:
diff changeset
90 *) f=$$p;; \
kono
parents:
diff changeset
91 esac;
kono
parents:
diff changeset
92 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kono
parents:
diff changeset
93 am__install_max = 40
kono
parents:
diff changeset
94 am__nobase_strip_setup = \
kono
parents:
diff changeset
95 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kono
parents:
diff changeset
96 am__nobase_strip = \
kono
parents:
diff changeset
97 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
kono
parents:
diff changeset
98 am__nobase_list = $(am__nobase_strip_setup); \
kono
parents:
diff changeset
99 for p in $$list; do echo "$$p $$p"; done | \
kono
parents:
diff changeset
100 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
kono
parents:
diff changeset
101 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
kono
parents:
diff changeset
102 if (++n[$$2] == $(am__install_max)) \
kono
parents:
diff changeset
103 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
kono
parents:
diff changeset
104 END { for (dir in files) print dir, files[dir] }'
kono
parents:
diff changeset
105 am__base_list = \
kono
parents:
diff changeset
106 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
kono
parents:
diff changeset
107 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
kono
parents:
diff changeset
108 am__uninstall_files_from_dir = { \
kono
parents:
diff changeset
109 test -z "$$files" \
kono
parents:
diff changeset
110 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
kono
parents:
diff changeset
111 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
kono
parents:
diff changeset
112 $(am__cd) "$$dir" && rm -f $$files; }; \
kono
parents:
diff changeset
113 }
kono
parents:
diff changeset
114 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
kono
parents:
diff changeset
115 LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
116 am_libatomic_la_OBJECTS = gload.lo gstore.lo gcas.lo gexch.lo \
kono
parents:
diff changeset
117 glfree.lo lock.lo init.lo fenv.lo fence.lo flag.lo
kono
parents:
diff changeset
118 libatomic_la_OBJECTS = $(am_libatomic_la_OBJECTS)
kono
parents:
diff changeset
119 libatomic_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
kono
parents:
diff changeset
120 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
kono
parents:
diff changeset
121 $(libatomic_la_LDFLAGS) $(LDFLAGS) -o $@
kono
parents:
diff changeset
122 libatomic_convenience_la_DEPENDENCIES = $(libatomic_la_LIBADD)
kono
parents:
diff changeset
123 am__objects_1 = gload.lo gstore.lo gcas.lo gexch.lo glfree.lo lock.lo \
kono
parents:
diff changeset
124 init.lo fenv.lo fence.lo flag.lo
kono
parents:
diff changeset
125 am_libatomic_convenience_la_OBJECTS = $(am__objects_1)
kono
parents:
diff changeset
126 libatomic_convenience_la_OBJECTS = \
kono
parents:
diff changeset
127 $(am_libatomic_convenience_la_OBJECTS)
kono
parents:
diff changeset
128 depcomp = $(SHELL) $(top_srcdir)/../depcomp
kono
parents:
diff changeset
129 am__depfiles_maybe = depfiles
kono
parents:
diff changeset
130 am__mv = mv -f
kono
parents:
diff changeset
131 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
kono
parents:
diff changeset
132 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
kono
parents:
diff changeset
133 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
134 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
135 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
kono
parents:
diff changeset
136 CCLD = $(CC)
kono
parents:
diff changeset
137 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
138 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
kono
parents:
diff changeset
139 $(LDFLAGS) -o $@
kono
parents:
diff changeset
140 SOURCES = $(libatomic_la_SOURCES) $(EXTRA_libatomic_la_SOURCES) \
kono
parents:
diff changeset
141 $(libatomic_convenience_la_SOURCES)
kono
parents:
diff changeset
142 MULTISRCTOP =
kono
parents:
diff changeset
143 MULTIBUILDTOP =
kono
parents:
diff changeset
144 MULTIDIRS =
kono
parents:
diff changeset
145 MULTISUBDIR =
kono
parents:
diff changeset
146 MULTIDO = true
kono
parents:
diff changeset
147 MULTICLEAN = true
kono
parents:
diff changeset
148 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
kono
parents:
diff changeset
149 html-recursive info-recursive install-data-recursive \
kono
parents:
diff changeset
150 install-dvi-recursive install-exec-recursive \
kono
parents:
diff changeset
151 install-html-recursive install-info-recursive \
kono
parents:
diff changeset
152 install-pdf-recursive install-ps-recursive install-recursive \
kono
parents:
diff changeset
153 installcheck-recursive installdirs-recursive pdf-recursive \
kono
parents:
diff changeset
154 ps-recursive uninstall-recursive
kono
parents:
diff changeset
155 am__can_run_installinfo = \
kono
parents:
diff changeset
156 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
157 n|no|NO) false;; \
kono
parents:
diff changeset
158 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
159 esac
kono
parents:
diff changeset
160 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
kono
parents:
diff changeset
161 distclean-recursive maintainer-clean-recursive
kono
parents:
diff changeset
162 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
kono
parents:
diff changeset
163 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
kono
parents:
diff changeset
164 ETAGS = etags
kono
parents:
diff changeset
165 CTAGS = ctags
kono
parents:
diff changeset
166 DIST_SUBDIRS = $(SUBDIRS)
kono
parents:
diff changeset
167 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
168 AMTAR = @AMTAR@
kono
parents:
diff changeset
169 AR = @AR@
kono
parents:
diff changeset
170 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
171 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
172 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
173 AWK = @AWK@
kono
parents:
diff changeset
174 CC = @CC@
kono
parents:
diff changeset
175 CCAS = @CCAS@
kono
parents:
diff changeset
176 CCASDEPMODE = @CCASDEPMODE@
kono
parents:
diff changeset
177 CCASFLAGS = @CCASFLAGS@
kono
parents:
diff changeset
178 CCDEPMODE = @CCDEPMODE@
kono
parents:
diff changeset
179 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
180 CPP = @CPP@
kono
parents:
diff changeset
181 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
182 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
183 DEFS = @DEFS@
kono
parents:
diff changeset
184 DEPDIR = @DEPDIR@
kono
parents:
diff changeset
185 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
186 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
187 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
188 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
189 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
190 EGREP = @EGREP@
kono
parents:
diff changeset
191 EXEEXT = @EXEEXT@
kono
parents:
diff changeset
192 FGREP = @FGREP@
kono
parents:
diff changeset
193 GREP = @GREP@
kono
parents:
diff changeset
194 INSTALL = @INSTALL@
kono
parents:
diff changeset
195 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
196 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
197 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
198 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
199 LD = @LD@
kono
parents:
diff changeset
200 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
201 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
202 LIBS = @LIBS@
kono
parents:
diff changeset
203 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
204 LIPO = @LIPO@
kono
parents:
diff changeset
205 LN_S = @LN_S@
kono
parents:
diff changeset
206 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
207 MAINT = @MAINT@
kono
parents:
diff changeset
208 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
209 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
210 NM = @NM@
kono
parents:
diff changeset
211 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
212 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
213 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
214 OPT_LDFLAGS = @OPT_LDFLAGS@
kono
parents:
diff changeset
215 OTOOL = @OTOOL@
kono
parents:
diff changeset
216 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
217 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
218 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
219 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
220 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
221 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
222 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
223 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
224 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
225 PERL = @PERL@
kono
parents:
diff changeset
226 RANLIB = @RANLIB@
kono
parents:
diff changeset
227 SECTION_LDFLAGS = @SECTION_LDFLAGS@
kono
parents:
diff changeset
228 SED = @SED@
kono
parents:
diff changeset
229 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
230 SHELL = @SHELL@
kono
parents:
diff changeset
231 SIZES = @SIZES@
kono
parents:
diff changeset
232 STRIP = @STRIP@
kono
parents:
diff changeset
233 VERSION = @VERSION@
kono
parents:
diff changeset
234 XCFLAGS = @XCFLAGS@
kono
parents:
diff changeset
235 XLDFLAGS = @XLDFLAGS@
kono
parents:
diff changeset
236 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
237 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
238 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
239 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
240 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
241 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
242 am__include = @am__include@
kono
parents:
diff changeset
243 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
244 am__quote = @am__quote@
kono
parents:
diff changeset
245 am__tar = @am__tar@
kono
parents:
diff changeset
246 am__untar = @am__untar@
kono
parents:
diff changeset
247 bindir = @bindir@
kono
parents:
diff changeset
248 build = @build@
kono
parents:
diff changeset
249 build_alias = @build_alias@
kono
parents:
diff changeset
250 build_cpu = @build_cpu@
kono
parents:
diff changeset
251 build_os = @build_os@
kono
parents:
diff changeset
252 build_vendor = @build_vendor@
kono
parents:
diff changeset
253 builddir = @builddir@
kono
parents:
diff changeset
254 config_path = @config_path@
kono
parents:
diff changeset
255 datadir = @datadir@
kono
parents:
diff changeset
256 datarootdir = @datarootdir@
kono
parents:
diff changeset
257 docdir = @docdir@
kono
parents:
diff changeset
258 dvidir = @dvidir@
kono
parents:
diff changeset
259 enable_shared = @enable_shared@
kono
parents:
diff changeset
260 enable_static = @enable_static@
kono
parents:
diff changeset
261 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
262 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
263 host = @host@
kono
parents:
diff changeset
264 host_alias = @host_alias@
kono
parents:
diff changeset
265 host_cpu = @host_cpu@
kono
parents:
diff changeset
266 host_os = @host_os@
kono
parents:
diff changeset
267 host_vendor = @host_vendor@
kono
parents:
diff changeset
268 htmldir = @htmldir@
kono
parents:
diff changeset
269 includedir = @includedir@
kono
parents:
diff changeset
270 infodir = @infodir@
kono
parents:
diff changeset
271 install_sh = @install_sh@
kono
parents:
diff changeset
272 libdir = @libdir@
kono
parents:
diff changeset
273 libexecdir = @libexecdir@
kono
parents:
diff changeset
274 libtool_VERSION = @libtool_VERSION@
kono
parents:
diff changeset
275 localedir = @localedir@
kono
parents:
diff changeset
276 localstatedir = @localstatedir@
kono
parents:
diff changeset
277 lt_host_flags = @lt_host_flags@
kono
parents:
diff changeset
278 mandir = @mandir@
kono
parents:
diff changeset
279 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
280 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
281 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
282 pdfdir = @pdfdir@
kono
parents:
diff changeset
283 prefix = @prefix@
kono
parents:
diff changeset
284 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
285 psdir = @psdir@
kono
parents:
diff changeset
286 sbindir = @sbindir@
kono
parents:
diff changeset
287 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
288 srcdir = @srcdir@
kono
parents:
diff changeset
289 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
290 target = @target@
kono
parents:
diff changeset
291 target_alias = @target_alias@
kono
parents:
diff changeset
292 target_cpu = @target_cpu@
kono
parents:
diff changeset
293 target_os = @target_os@
kono
parents:
diff changeset
294 target_vendor = @target_vendor@
kono
parents:
diff changeset
295 toolexecdir = @toolexecdir@
kono
parents:
diff changeset
296 toolexeclibdir = @toolexeclibdir@
kono
parents:
diff changeset
297 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
298 top_builddir = @top_builddir@
kono
parents:
diff changeset
299 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
300 ACLOCAL_AMFLAGS = -I .. -I ../config
kono
parents:
diff changeset
301 SUBDIRS = testsuite
kono
parents:
diff changeset
302 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
kono
parents:
diff changeset
303 search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) \
kono
parents:
diff changeset
304 $(top_srcdir) $(top_builddir)
kono
parents:
diff changeset
305
kono
parents:
diff changeset
306 DEFAULT_INCLUDES = $(addprefix -I, $(search_path))
kono
parents:
diff changeset
307 AM_CFLAGS = $(XCFLAGS)
kono
parents:
diff changeset
308 AM_CCASFLAGS = $(XCFLAGS)
kono
parents:
diff changeset
309 AM_LDFLAGS = $(XLDFLAGS) $(SECTION_LDFLAGS) $(OPT_LDFLAGS)
kono
parents:
diff changeset
310 toolexeclib_LTLIBRARIES = libatomic.la
kono
parents:
diff changeset
311 noinst_LTLIBRARIES = libatomic_convenience.la
kono
parents:
diff changeset
312 @LIBAT_BUILD_VERSIONED_SHLIB_FALSE@libatomic_version_script =
kono
parents:
diff changeset
313 @LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@libatomic_version_script = -Wl,--version-script,$(top_srcdir)/libatomic.map
kono
parents:
diff changeset
314 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@libatomic_version_script = -Wl,-M,libatomic.map-sun
kono
parents:
diff changeset
315 @LIBAT_BUILD_VERSIONED_SHLIB_FALSE@libatomic_version_dep =
kono
parents:
diff changeset
316 @LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@libatomic_version_dep = $(top_srcdir)/libatomic.map
kono
parents:
diff changeset
317 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@libatomic_version_dep = libatomic.map-sun
kono
parents:
diff changeset
318 libatomic_version_info = -version-info $(libtool_VERSION)
kono
parents:
diff changeset
319 libatomic_la_LDFLAGS = $(libatomic_version_info) $(libatomic_version_script) $(lt_host_flags)
kono
parents:
diff changeset
320 libatomic_la_SOURCES = gload.c gstore.c gcas.c gexch.c glfree.c lock.c init.c \
kono
parents:
diff changeset
321 fenv.c fence.c flag.c
kono
parents:
diff changeset
322
kono
parents:
diff changeset
323 SIZEOBJS = load store cas exch fadd fsub fand fior fxor fnand tas
kono
parents:
diff changeset
324 EXTRA_libatomic_la_SOURCES = $(addsuffix _n.c,$(SIZEOBJS))
kono
parents:
diff changeset
325 libatomic_la_DEPENDENCIES = $(libatomic_la_LIBADD) $(libatomic_version_dep)
kono
parents:
diff changeset
326 empty =
kono
parents:
diff changeset
327 space = $(empty) $(empty)
kono
parents:
diff changeset
328 PAT_SPLIT = $(subst _,$(space),$(*F))
kono
parents:
diff changeset
329 PAT_BASE = $(word 1,$(PAT_SPLIT))
kono
parents:
diff changeset
330 PAT_N = $(word 2,$(PAT_SPLIT))
kono
parents:
diff changeset
331 PAT_S = $(word 3,$(PAT_SPLIT))
kono
parents:
diff changeset
332 IFUNC_DEF = -DIFUNC_ALT=$(PAT_S)
kono
parents:
diff changeset
333 IFUNC_OPT = $(word $(PAT_S),$(IFUNC_OPTIONS))
kono
parents:
diff changeset
334 M_DEPS = -MT $@ -MD -MP -MF $(DEPDIR)/$(@F).Ppo
kono
parents:
diff changeset
335 M_SIZE = -DN=$(PAT_N)
kono
parents:
diff changeset
336 M_IFUNC = $(if $(PAT_S),$(IFUNC_DEF) $(IFUNC_OPT))
kono
parents:
diff changeset
337 M_FILE = $(PAT_BASE)_n.c
kono
parents:
diff changeset
338
kono
parents:
diff changeset
339 # The lack of explicit dependency on the source file means that VPATH cannot
kono
parents:
diff changeset
340 # work properly. Instead, perform this operation by hand. First, collect a
kono
parents:
diff changeset
341 # list of all .c files in the search path.
kono
parents:
diff changeset
342 all_c_files := $(foreach dir,$(search_path),$(wildcard $(dir)/*.c))
kono
parents:
diff changeset
343
kono
parents:
diff changeset
344 # Then sort through them to find the one we want, and select the first.
kono
parents:
diff changeset
345 M_SRC = $(firstword $(filter %/$(M_FILE), $(all_c_files)))
kono
parents:
diff changeset
346 libatomic_la_LIBADD = $(foreach s,$(SIZES),$(addsuffix \
kono
parents:
diff changeset
347 _$(s)_.lo,$(SIZEOBJS))) $(am__append_1) $(am__append_2) \
kono
parents:
diff changeset
348 $(am__append_3)
kono
parents:
diff changeset
349 @ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -march=armv7-a+fp -DHAVE_KERNEL64
kono
parents:
diff changeset
350 @ARCH_I386_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -march=i586
kono
parents:
diff changeset
351 @ARCH_X86_64_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -mcx16
kono
parents:
diff changeset
352 libatomic_convenience_la_SOURCES = $(libatomic_la_SOURCES)
kono
parents:
diff changeset
353 libatomic_convenience_la_LIBADD = $(libatomic_la_LIBADD)
kono
parents:
diff changeset
354 all: auto-config.h
kono
parents:
diff changeset
355 $(MAKE) $(AM_MAKEFLAGS) all-recursive
kono
parents:
diff changeset
356
kono
parents:
diff changeset
357 .SUFFIXES:
kono
parents:
diff changeset
358 .SUFFIXES: .c .lo .o .obj
kono
parents:
diff changeset
359 am--refresh: Makefile
kono
parents:
diff changeset
360 @:
kono
parents:
diff changeset
361 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
kono
parents:
diff changeset
362 @for dep in $?; do \
kono
parents:
diff changeset
363 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
364 *$$dep*) \
kono
parents:
diff changeset
365 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
kono
parents:
diff changeset
366 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
kono
parents:
diff changeset
367 && exit 0; \
kono
parents:
diff changeset
368 exit 1;; \
kono
parents:
diff changeset
369 esac; \
kono
parents:
diff changeset
370 done; \
kono
parents:
diff changeset
371 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
kono
parents:
diff changeset
372 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
373 $(AUTOMAKE) --foreign Makefile
kono
parents:
diff changeset
374 .PRECIOUS: Makefile
kono
parents:
diff changeset
375 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
376 @case '$?' in \
kono
parents:
diff changeset
377 *config.status*) \
kono
parents:
diff changeset
378 echo ' $(SHELL) ./config.status'; \
kono
parents:
diff changeset
379 $(SHELL) ./config.status;; \
kono
parents:
diff changeset
380 *) \
kono
parents:
diff changeset
381 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
382 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
383 esac;
kono
parents:
diff changeset
384
kono
parents:
diff changeset
385 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
386 $(SHELL) ./config.status --recheck
kono
parents:
diff changeset
387
kono
parents:
diff changeset
388 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
389 $(am__cd) $(srcdir) && $(AUTOCONF)
kono
parents:
diff changeset
390 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
391 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
kono
parents:
diff changeset
392 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
393
kono
parents:
diff changeset
394 auto-config.h: stamp-h1
kono
parents:
diff changeset
395 @if test ! -f $@; then rm -f stamp-h1; else :; fi
kono
parents:
diff changeset
396 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
kono
parents:
diff changeset
397
kono
parents:
diff changeset
398 stamp-h1: $(srcdir)/auto-config.h.in $(top_builddir)/config.status
kono
parents:
diff changeset
399 @rm -f stamp-h1
kono
parents:
diff changeset
400 cd $(top_builddir) && $(SHELL) ./config.status auto-config.h
kono
parents:
diff changeset
401 $(srcdir)/auto-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
402 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
kono
parents:
diff changeset
403 rm -f stamp-h1
kono
parents:
diff changeset
404 touch $@
kono
parents:
diff changeset
405
kono
parents:
diff changeset
406 distclean-hdr:
kono
parents:
diff changeset
407 -rm -f auto-config.h stamp-h1
kono
parents:
diff changeset
408
kono
parents:
diff changeset
409 clean-noinstLTLIBRARIES:
kono
parents:
diff changeset
410 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
kono
parents:
diff changeset
411 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
kono
parents:
diff changeset
412 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kono
parents:
diff changeset
413 test "$$dir" != "$$p" || dir=.; \
kono
parents:
diff changeset
414 echo "rm -f \"$${dir}/so_locations\""; \
kono
parents:
diff changeset
415 rm -f "$${dir}/so_locations"; \
kono
parents:
diff changeset
416 done
kono
parents:
diff changeset
417 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
418 @$(NORMAL_INSTALL)
kono
parents:
diff changeset
419 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
420 list2=; for p in $$list; do \
kono
parents:
diff changeset
421 if test -f $$p; then \
kono
parents:
diff changeset
422 list2="$$list2 $$p"; \
kono
parents:
diff changeset
423 else :; fi; \
kono
parents:
diff changeset
424 done; \
kono
parents:
diff changeset
425 test -z "$$list2" || { \
kono
parents:
diff changeset
426 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
427 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
kono
parents:
diff changeset
428 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
429 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
kono
parents:
diff changeset
430 }
kono
parents:
diff changeset
431
kono
parents:
diff changeset
432 uninstall-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
433 @$(NORMAL_UNINSTALL)
kono
parents:
diff changeset
434 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
435 for p in $$list; do \
kono
parents:
diff changeset
436 $(am__strip_dir) \
kono
parents:
diff changeset
437 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
kono
parents:
diff changeset
438 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
kono
parents:
diff changeset
439 done
kono
parents:
diff changeset
440
kono
parents:
diff changeset
441 clean-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
442 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
443 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
kono
parents:
diff changeset
444 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kono
parents:
diff changeset
445 test "$$dir" != "$$p" || dir=.; \
kono
parents:
diff changeset
446 echo "rm -f \"$${dir}/so_locations\""; \
kono
parents:
diff changeset
447 rm -f "$${dir}/so_locations"; \
kono
parents:
diff changeset
448 done
kono
parents:
diff changeset
449 libatomic.la: $(libatomic_la_OBJECTS) $(libatomic_la_DEPENDENCIES) $(EXTRA_libatomic_la_DEPENDENCIES)
kono
parents:
diff changeset
450 $(libatomic_la_LINK) -rpath $(toolexeclibdir) $(libatomic_la_OBJECTS) $(libatomic_la_LIBADD) $(LIBS)
kono
parents:
diff changeset
451 libatomic_convenience.la: $(libatomic_convenience_la_OBJECTS) $(libatomic_convenience_la_DEPENDENCIES) $(EXTRA_libatomic_convenience_la_DEPENDENCIES)
kono
parents:
diff changeset
452 $(LINK) $(libatomic_convenience_la_OBJECTS) $(libatomic_convenience_la_LIBADD) $(LIBS)
kono
parents:
diff changeset
453
kono
parents:
diff changeset
454 mostlyclean-compile:
kono
parents:
diff changeset
455 -rm -f *.$(OBJEXT)
kono
parents:
diff changeset
456
kono
parents:
diff changeset
457 distclean-compile:
kono
parents:
diff changeset
458 -rm -f *.tab.c
kono
parents:
diff changeset
459
kono
parents:
diff changeset
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fence.Plo@am__quote@
kono
parents:
diff changeset
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fenv.Plo@am__quote@
kono
parents:
diff changeset
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flag.Plo@am__quote@
kono
parents:
diff changeset
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcas.Plo@am__quote@
kono
parents:
diff changeset
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gexch.Plo@am__quote@
kono
parents:
diff changeset
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glfree.Plo@am__quote@
kono
parents:
diff changeset
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gload.Plo@am__quote@
kono
parents:
diff changeset
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gstore.Plo@am__quote@
kono
parents:
diff changeset
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
kono
parents:
diff changeset
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock.Plo@am__quote@
kono
parents:
diff changeset
470
kono
parents:
diff changeset
471 .c.o:
kono
parents:
diff changeset
472 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
kono
parents:
diff changeset
473 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
kono
parents:
diff changeset
474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
kono
parents:
diff changeset
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kono
parents:
diff changeset
476 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
kono
parents:
diff changeset
477
kono
parents:
diff changeset
478 .c.obj:
kono
parents:
diff changeset
479 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
480 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
kono
parents:
diff changeset
481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
kono
parents:
diff changeset
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kono
parents:
diff changeset
483 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
484
kono
parents:
diff changeset
485 .c.lo:
kono
parents:
diff changeset
486 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
kono
parents:
diff changeset
487 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
kono
parents:
diff changeset
488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
kono
parents:
diff changeset
489 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kono
parents:
diff changeset
490 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
491
kono
parents:
diff changeset
492 mostlyclean-libtool:
kono
parents:
diff changeset
493 -rm -f *.lo
kono
parents:
diff changeset
494
kono
parents:
diff changeset
495 clean-libtool:
kono
parents:
diff changeset
496 -rm -rf .libs _libs
kono
parents:
diff changeset
497
kono
parents:
diff changeset
498 distclean-libtool:
kono
parents:
diff changeset
499 -rm -f libtool config.lt
kono
parents:
diff changeset
500 install-multi:
kono
parents:
diff changeset
501 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
kono
parents:
diff changeset
502
kono
parents:
diff changeset
503 mostlyclean-multi:
kono
parents:
diff changeset
504 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
kono
parents:
diff changeset
505 clean-multi:
kono
parents:
diff changeset
506 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
kono
parents:
diff changeset
507 distclean-multi:
kono
parents:
diff changeset
508 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
kono
parents:
diff changeset
509 maintainer-clean-multi:
kono
parents:
diff changeset
510 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
kono
parents:
diff changeset
511
kono
parents:
diff changeset
512 # This directory's subdirectories are mostly independent; you can cd
kono
parents:
diff changeset
513 # into them and run `make' without going through this Makefile.
kono
parents:
diff changeset
514 # To change the values of `make' variables: instead of editing Makefiles,
kono
parents:
diff changeset
515 # (1) if the variable is set in `config.status', edit `config.status'
kono
parents:
diff changeset
516 # (which will cause the Makefiles to be regenerated when you run `make');
kono
parents:
diff changeset
517 # (2) otherwise, pass the desired values on the `make' command line.
kono
parents:
diff changeset
518 $(RECURSIVE_TARGETS):
kono
parents:
diff changeset
519 @fail= failcom='exit 1'; \
kono
parents:
diff changeset
520 for f in x $$MAKEFLAGS; do \
kono
parents:
diff changeset
521 case $$f in \
kono
parents:
diff changeset
522 *=* | --[!k]*);; \
kono
parents:
diff changeset
523 *k*) failcom='fail=yes';; \
kono
parents:
diff changeset
524 esac; \
kono
parents:
diff changeset
525 done; \
kono
parents:
diff changeset
526 dot_seen=no; \
kono
parents:
diff changeset
527 target=`echo $@ | sed s/-recursive//`; \
kono
parents:
diff changeset
528 list='$(SUBDIRS)'; for subdir in $$list; do \
kono
parents:
diff changeset
529 echo "Making $$target in $$subdir"; \
kono
parents:
diff changeset
530 if test "$$subdir" = "."; then \
kono
parents:
diff changeset
531 dot_seen=yes; \
kono
parents:
diff changeset
532 local_target="$$target-am"; \
kono
parents:
diff changeset
533 else \
kono
parents:
diff changeset
534 local_target="$$target"; \
kono
parents:
diff changeset
535 fi; \
kono
parents:
diff changeset
536 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
kono
parents:
diff changeset
537 || eval $$failcom; \
kono
parents:
diff changeset
538 done; \
kono
parents:
diff changeset
539 if test "$$dot_seen" = "no"; then \
kono
parents:
diff changeset
540 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
kono
parents:
diff changeset
541 fi; test -z "$$fail"
kono
parents:
diff changeset
542
kono
parents:
diff changeset
543 $(RECURSIVE_CLEAN_TARGETS):
kono
parents:
diff changeset
544 @fail= failcom='exit 1'; \
kono
parents:
diff changeset
545 for f in x $$MAKEFLAGS; do \
kono
parents:
diff changeset
546 case $$f in \
kono
parents:
diff changeset
547 *=* | --[!k]*);; \
kono
parents:
diff changeset
548 *k*) failcom='fail=yes';; \
kono
parents:
diff changeset
549 esac; \
kono
parents:
diff changeset
550 done; \
kono
parents:
diff changeset
551 dot_seen=no; \
kono
parents:
diff changeset
552 case "$@" in \
kono
parents:
diff changeset
553 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
kono
parents:
diff changeset
554 *) list='$(SUBDIRS)' ;; \
kono
parents:
diff changeset
555 esac; \
kono
parents:
diff changeset
556 rev=''; for subdir in $$list; do \
kono
parents:
diff changeset
557 if test "$$subdir" = "."; then :; else \
kono
parents:
diff changeset
558 rev="$$subdir $$rev"; \
kono
parents:
diff changeset
559 fi; \
kono
parents:
diff changeset
560 done; \
kono
parents:
diff changeset
561 rev="$$rev ."; \
kono
parents:
diff changeset
562 target=`echo $@ | sed s/-recursive//`; \
kono
parents:
diff changeset
563 for subdir in $$rev; do \
kono
parents:
diff changeset
564 echo "Making $$target in $$subdir"; \
kono
parents:
diff changeset
565 if test "$$subdir" = "."; then \
kono
parents:
diff changeset
566 local_target="$$target-am"; \
kono
parents:
diff changeset
567 else \
kono
parents:
diff changeset
568 local_target="$$target"; \
kono
parents:
diff changeset
569 fi; \
kono
parents:
diff changeset
570 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
kono
parents:
diff changeset
571 || eval $$failcom; \
kono
parents:
diff changeset
572 done && test -z "$$fail"
kono
parents:
diff changeset
573 tags-recursive:
kono
parents:
diff changeset
574 list='$(SUBDIRS)'; for subdir in $$list; do \
kono
parents:
diff changeset
575 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
kono
parents:
diff changeset
576 done
kono
parents:
diff changeset
577 ctags-recursive:
kono
parents:
diff changeset
578 list='$(SUBDIRS)'; for subdir in $$list; do \
kono
parents:
diff changeset
579 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
kono
parents:
diff changeset
580 done
kono
parents:
diff changeset
581
kono
parents:
diff changeset
582 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
kono
parents:
diff changeset
583 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
584 unique=`for i in $$list; do \
kono
parents:
diff changeset
585 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
586 done | \
kono
parents:
diff changeset
587 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
588 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
589 mkid -fID $$unique
kono
parents:
diff changeset
590 tags: TAGS
kono
parents:
diff changeset
591
kono
parents:
diff changeset
592 TAGS: tags-recursive $(HEADERS) $(SOURCES) auto-config.h.in $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
593 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
594 set x; \
kono
parents:
diff changeset
595 here=`pwd`; \
kono
parents:
diff changeset
596 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
kono
parents:
diff changeset
597 include_option=--etags-include; \
kono
parents:
diff changeset
598 empty_fix=.; \
kono
parents:
diff changeset
599 else \
kono
parents:
diff changeset
600 include_option=--include; \
kono
parents:
diff changeset
601 empty_fix=; \
kono
parents:
diff changeset
602 fi; \
kono
parents:
diff changeset
603 list='$(SUBDIRS)'; for subdir in $$list; do \
kono
parents:
diff changeset
604 if test "$$subdir" = .; then :; else \
kono
parents:
diff changeset
605 test ! -f $$subdir/TAGS || \
kono
parents:
diff changeset
606 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
kono
parents:
diff changeset
607 fi; \
kono
parents:
diff changeset
608 done; \
kono
parents:
diff changeset
609 list='$(SOURCES) $(HEADERS) auto-config.h.in $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
610 unique=`for i in $$list; do \
kono
parents:
diff changeset
611 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
612 done | \
kono
parents:
diff changeset
613 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
614 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
615 shift; \
kono
parents:
diff changeset
616 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
kono
parents:
diff changeset
617 test -n "$$unique" || unique=$$empty_fix; \
kono
parents:
diff changeset
618 if test $$# -gt 0; then \
kono
parents:
diff changeset
619 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
620 "$$@" $$unique; \
kono
parents:
diff changeset
621 else \
kono
parents:
diff changeset
622 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
623 $$unique; \
kono
parents:
diff changeset
624 fi; \
kono
parents:
diff changeset
625 fi
kono
parents:
diff changeset
626 ctags: CTAGS
kono
parents:
diff changeset
627 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) auto-config.h.in $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
628 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
629 list='$(SOURCES) $(HEADERS) auto-config.h.in $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
630 unique=`for i in $$list; do \
kono
parents:
diff changeset
631 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
632 done | \
kono
parents:
diff changeset
633 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
634 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
635 test -z "$(CTAGS_ARGS)$$unique" \
kono
parents:
diff changeset
636 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
kono
parents:
diff changeset
637 $$unique
kono
parents:
diff changeset
638
kono
parents:
diff changeset
639 GTAGS:
kono
parents:
diff changeset
640 here=`$(am__cd) $(top_builddir) && pwd` \
kono
parents:
diff changeset
641 && $(am__cd) $(top_srcdir) \
kono
parents:
diff changeset
642 && gtags -i $(GTAGS_ARGS) "$$here"
kono
parents:
diff changeset
643
kono
parents:
diff changeset
644 distclean-tags:
kono
parents:
diff changeset
645 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
kono
parents:
diff changeset
646 check-am: all-am
kono
parents:
diff changeset
647 check: check-recursive
kono
parents:
diff changeset
648 all-am: Makefile $(LTLIBRARIES) all-multi auto-config.h
kono
parents:
diff changeset
649 installdirs: installdirs-recursive
kono
parents:
diff changeset
650 installdirs-am:
kono
parents:
diff changeset
651 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
kono
parents:
diff changeset
652 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
kono
parents:
diff changeset
653 done
kono
parents:
diff changeset
654 install: install-recursive
kono
parents:
diff changeset
655 install-exec: install-exec-recursive
kono
parents:
diff changeset
656 install-data: install-data-recursive
kono
parents:
diff changeset
657 uninstall: uninstall-recursive
kono
parents:
diff changeset
658
kono
parents:
diff changeset
659 install-am: all-am
kono
parents:
diff changeset
660 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
661
kono
parents:
diff changeset
662 installcheck: installcheck-recursive
kono
parents:
diff changeset
663 install-strip:
kono
parents:
diff changeset
664 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
665 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
666 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
667 install; \
kono
parents:
diff changeset
668 else \
kono
parents:
diff changeset
669 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
670 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
671 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
672 fi
kono
parents:
diff changeset
673 mostlyclean-generic:
kono
parents:
diff changeset
674
kono
parents:
diff changeset
675 clean-generic:
kono
parents:
diff changeset
676
kono
parents:
diff changeset
677 distclean-generic:
kono
parents:
diff changeset
678 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
679 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
680
kono
parents:
diff changeset
681 maintainer-clean-generic:
kono
parents:
diff changeset
682 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
683 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
684 clean: clean-multi clean-recursive
kono
parents:
diff changeset
685
kono
parents:
diff changeset
686 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
kono
parents:
diff changeset
687 clean-toolexeclibLTLIBRARIES mostlyclean-am
kono
parents:
diff changeset
688
kono
parents:
diff changeset
689 distclean: distclean-multi distclean-recursive
kono
parents:
diff changeset
690 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
kono
parents:
diff changeset
691 -rm -rf ./$(DEPDIR)
kono
parents:
diff changeset
692 -rm -f Makefile
kono
parents:
diff changeset
693 distclean-am: clean-am distclean-compile distclean-generic \
kono
parents:
diff changeset
694 distclean-hdr distclean-libtool distclean-tags
kono
parents:
diff changeset
695
kono
parents:
diff changeset
696 dvi: dvi-recursive
kono
parents:
diff changeset
697
kono
parents:
diff changeset
698 dvi-am:
kono
parents:
diff changeset
699
kono
parents:
diff changeset
700 html: html-recursive
kono
parents:
diff changeset
701
kono
parents:
diff changeset
702 html-am:
kono
parents:
diff changeset
703
kono
parents:
diff changeset
704 info: info-recursive
kono
parents:
diff changeset
705
kono
parents:
diff changeset
706 info-am:
kono
parents:
diff changeset
707
kono
parents:
diff changeset
708 install-data-am:
kono
parents:
diff changeset
709
kono
parents:
diff changeset
710 install-dvi: install-dvi-recursive
kono
parents:
diff changeset
711
kono
parents:
diff changeset
712 install-dvi-am:
kono
parents:
diff changeset
713
kono
parents:
diff changeset
714 install-exec-am: install-multi install-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
715
kono
parents:
diff changeset
716 install-html: install-html-recursive
kono
parents:
diff changeset
717
kono
parents:
diff changeset
718 install-html-am:
kono
parents:
diff changeset
719
kono
parents:
diff changeset
720 install-info: install-info-recursive
kono
parents:
diff changeset
721
kono
parents:
diff changeset
722 install-info-am:
kono
parents:
diff changeset
723
kono
parents:
diff changeset
724 install-man:
kono
parents:
diff changeset
725
kono
parents:
diff changeset
726 install-pdf: install-pdf-recursive
kono
parents:
diff changeset
727
kono
parents:
diff changeset
728 install-pdf-am:
kono
parents:
diff changeset
729
kono
parents:
diff changeset
730 install-ps: install-ps-recursive
kono
parents:
diff changeset
731
kono
parents:
diff changeset
732 install-ps-am:
kono
parents:
diff changeset
733
kono
parents:
diff changeset
734 installcheck-am:
kono
parents:
diff changeset
735
kono
parents:
diff changeset
736 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
kono
parents:
diff changeset
737 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
kono
parents:
diff changeset
738 -rm -rf $(top_srcdir)/autom4te.cache
kono
parents:
diff changeset
739 -rm -rf ./$(DEPDIR)
kono
parents:
diff changeset
740 -rm -f Makefile
kono
parents:
diff changeset
741 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
742
kono
parents:
diff changeset
743 mostlyclean: mostlyclean-multi mostlyclean-recursive
kono
parents:
diff changeset
744
kono
parents:
diff changeset
745 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
kono
parents:
diff changeset
746 mostlyclean-libtool
kono
parents:
diff changeset
747
kono
parents:
diff changeset
748 pdf: pdf-recursive
kono
parents:
diff changeset
749
kono
parents:
diff changeset
750 pdf-am:
kono
parents:
diff changeset
751
kono
parents:
diff changeset
752 ps: ps-recursive
kono
parents:
diff changeset
753
kono
parents:
diff changeset
754 ps-am:
kono
parents:
diff changeset
755
kono
parents:
diff changeset
756 uninstall-am: uninstall-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
757
kono
parents:
diff changeset
758 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
kono
parents:
diff changeset
759 clean-multi ctags-recursive distclean-multi install-am \
kono
parents:
diff changeset
760 install-multi install-strip maintainer-clean-multi \
kono
parents:
diff changeset
761 mostlyclean-multi tags-recursive
kono
parents:
diff changeset
762
kono
parents:
diff changeset
763 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
kono
parents:
diff changeset
764 all all-am all-multi am--refresh check check-am clean \
kono
parents:
diff changeset
765 clean-generic clean-libtool clean-multi \
kono
parents:
diff changeset
766 clean-noinstLTLIBRARIES clean-toolexeclibLTLIBRARIES ctags \
kono
parents:
diff changeset
767 ctags-recursive distclean distclean-compile distclean-generic \
kono
parents:
diff changeset
768 distclean-hdr distclean-libtool distclean-multi distclean-tags \
kono
parents:
diff changeset
769 dvi dvi-am html html-am info info-am install install-am \
kono
parents:
diff changeset
770 install-data install-data-am install-dvi install-dvi-am \
kono
parents:
diff changeset
771 install-exec install-exec-am install-html install-html-am \
kono
parents:
diff changeset
772 install-info install-info-am install-man install-multi \
kono
parents:
diff changeset
773 install-pdf install-pdf-am install-ps install-ps-am \
kono
parents:
diff changeset
774 install-strip install-toolexeclibLTLIBRARIES installcheck \
kono
parents:
diff changeset
775 installcheck-am installdirs installdirs-am maintainer-clean \
kono
parents:
diff changeset
776 maintainer-clean-generic maintainer-clean-multi mostlyclean \
kono
parents:
diff changeset
777 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
kono
parents:
diff changeset
778 mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \
kono
parents:
diff changeset
779 uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
780
kono
parents:
diff changeset
781
kono
parents:
diff changeset
782 vpath % $(strip $(search_path))
kono
parents:
diff changeset
783 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@libatomic.map-sun : $(top_srcdir)/libatomic.map \
kono
parents:
diff changeset
784 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/../contrib/make_sunver.pl \
kono
parents:
diff changeset
785 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@ $(libatomic_la_OBJECTS) $(libatomic_la_LIBADD)
kono
parents:
diff changeset
786 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@ perl $(top_srcdir)/../contrib/make_sunver.pl \
kono
parents:
diff changeset
787 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@ $(top_srcdir)/libatomic.map \
kono
parents:
diff changeset
788 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@ $(libatomic_la_OBJECTS:%.lo=.libs/%.o) \
kono
parents:
diff changeset
789 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@ `echo $(libatomic_la_LIBADD) | \
kono
parents:
diff changeset
790 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@ sed 's,\([^/ ]*\)\.l\([ao]\),.libs/\1.\2,g'` \
kono
parents:
diff changeset
791 @LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBAT_BUILD_VERSIONED_SHLIB_TRUE@ > $@ || (rm -f $@ ; exit 1)
kono
parents:
diff changeset
792
kono
parents:
diff changeset
793 -include $(wildcard $(DEPDIR)/*.Ppo)
kono
parents:
diff changeset
794
kono
parents:
diff changeset
795 %_.lo: Makefile
kono
parents:
diff changeset
796 $(LTCOMPILE) $(M_DEPS) $(M_SIZE) $(M_IFUNC) -c -o $@ $(M_SRC)
kono
parents:
diff changeset
797
kono
parents:
diff changeset
798 # Override the automake generated all-multi rule to guarantee that all-multi
kono
parents:
diff changeset
799 # is not run in parallel with the %_.lo rules which generate $(DEPDIR)/*.Ppo
kono
parents:
diff changeset
800 # makefile fragments to avoid broken *.Ppo getting included into the Makefile
kono
parents:
diff changeset
801 # when it is reloaded during the build of all-multi.
kono
parents:
diff changeset
802 all-multi: $(libatomic_la_LIBADD)
kono
parents:
diff changeset
803 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
kono
parents:
diff changeset
804
kono
parents:
diff changeset
805 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
806 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
807 .NOEXPORT: