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