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