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