annotate libatomic/Makefile.in @ 158:494b0b89df80 default tip

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