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