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