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