]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/src/filesystem/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libstdc++-v3 / src / filesystem / Makefile.in
CommitLineData
22e05272 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
0ca7ba9a
JW
2# @configure_input@
3
22e05272
JM
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
0ca7ba9a
JW
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
22e05272
JM
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
6ef93676
MH
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
22e05272
JM
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
6ef93676 46 esac; \
22e05272
JM
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
0ca7ba9a
JW
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
0ca7ba9a
JW
92subdir = src/filesystem
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
95 $(top_srcdir)/../config/enable.m4 \
96 $(top_srcdir)/../config/futex.m4 \
1ec62aa9 97 $(top_srcdir)/../config/hwcaps.m4 \
0ca7ba9a
JW
98 $(top_srcdir)/../config/iconv.m4 \
99 $(top_srcdir)/../config/lead-dot.m4 \
100 $(top_srcdir)/../config/lib-ld.m4 \
101 $(top_srcdir)/../config/lib-link.m4 \
102 $(top_srcdir)/../config/lib-prefix.m4 \
103 $(top_srcdir)/../config/lthostflags.m4 \
104 $(top_srcdir)/../config/multi.m4 \
105 $(top_srcdir)/../config/no-executables.m4 \
106 $(top_srcdir)/../config/override.m4 \
107 $(top_srcdir)/../config/stdint.m4 \
108 $(top_srcdir)/../config/unwind_ipinfo.m4 \
109 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
110 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
111 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
112 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
113 $(top_srcdir)/../config/gc++filt.m4 \
114 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
36101de9 115 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
0ca7ba9a
JW
116am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117 $(ACLOCAL_M4)
22e05272 118DIST_COMMON = $(srcdir)/Makefile.am
0ca7ba9a
JW
119CONFIG_HEADER = $(top_builddir)/config.h
120CONFIG_CLEAN_FILES =
121CONFIG_CLEAN_VPATH_FILES =
122am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
123am__vpath_adj = case $$p in \
124 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
125 *) f=$$p;; \
126 esac;
127am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
128am__install_max = 40
129am__nobase_strip_setup = \
130 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
131am__nobase_strip = \
132 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133am__nobase_list = $(am__nobase_strip_setup); \
134 for p in $$list; do echo "$$p $$p"; done | \
135 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
136 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
137 if (++n[$$2] == $(am__install_max)) \
138 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
139 END { for (dir in files) print dir, files[dir] }'
140am__base_list = \
141 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
142 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
6ef93676
MH
143am__uninstall_files_from_dir = { \
144 test -z "$$files" \
145 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
146 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
147 $(am__cd) "$$dir" && rm -f $$files; }; \
148 }
0ca7ba9a
JW
149am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
150LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
151libstdc__fs_la_LIBADD =
8b756210 152@ENABLE_DUAL_ABI_TRUE@am__objects_1 = cow-dir.lo cow-ops.lo \
641cb5a6
JW
153@ENABLE_DUAL_ABI_TRUE@ cow-path.lo cow-std-dir.lo \
154@ENABLE_DUAL_ABI_TRUE@ cow-std-ops.lo cow-std-path.lo
155am__objects_2 = dir.lo ops.lo path.lo std-dir.lo std-ops.lo \
156 std-path.lo $(am__objects_1)
8b756210 157am_libstdc__fs_la_OBJECTS = $(am__objects_2)
0ca7ba9a 158libstdc__fs_la_OBJECTS = $(am_libstdc__fs_la_OBJECTS)
22e05272
JM
159AM_V_lt = $(am__v_lt_@AM_V@)
160am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
161am__v_lt_0 = --silent
162am__v_lt_1 =
163AM_V_P = $(am__v_P_@AM_V@)
164am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
165am__v_P_0 = false
166am__v_P_1 = :
167AM_V_GEN = $(am__v_GEN_@AM_V@)
168am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
169am__v_GEN_0 = @echo " GEN " $@;
170am__v_GEN_1 =
171AM_V_at = $(am__v_at_@AM_V@)
172am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
173am__v_at_0 = @
174am__v_at_1 =
0ca7ba9a
JW
175DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
176depcomp =
177am__depfiles_maybe =
178CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
179 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
22e05272
JM
180AM_V_CXX = $(am__v_CXX_@AM_V@)
181am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
182am__v_CXX_0 = @echo " CXX " $@;
183am__v_CXX_1 =
0ca7ba9a 184CXXLD = $(CXX)
22e05272
JM
185AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
186am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
187am__v_CXXLD_0 = @echo " CXXLD " $@;
188am__v_CXXLD_1 =
0ca7ba9a 189SOURCES = $(libstdc__fs_la_SOURCES)
6ef93676
MH
190am__can_run_installinfo = \
191 case $$AM_UPDATE_INFO_DIR in \
192 n|no|NO) false;; \
193 *) (install-info --version) >/dev/null 2>&1;; \
194 esac
22e05272
JM
195am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
196# Read a list of newline-separated strings from the standard input,
197# and print each of them once, without duplicates. Input order is
198# *not* preserved.
199am__uniquify_input = $(AWK) '\
200 BEGIN { nonempty = 0; } \
201 { items[$$0] = 1; nonempty = 1; } \
202 END { if (nonempty) { for (i in items) print i; }; } \
203'
204# Make sure the list of sources is unique. This is necessary because,
205# e.g., the same source file might be shared among _SOURCES variables
206# for different programs/libraries.
207am__define_uniq_tagged_files = \
208 list='$(am__tagged_files)'; \
209 unique=`for i in $$list; do \
210 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
211 done | $(am__uniquify_input)`
0ca7ba9a
JW
212ETAGS = etags
213CTAGS = ctags
214ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
215ACLOCAL = @ACLOCAL@
216ALLOCATOR_H = @ALLOCATOR_H@
217ALLOCATOR_NAME = @ALLOCATOR_NAME@
218AMTAR = @AMTAR@
22e05272 219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
0ca7ba9a
JW
220AR = @AR@
221AS = @AS@
222ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
223ATOMIC_FLAGS = @ATOMIC_FLAGS@
224ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
225AUTOCONF = @AUTOCONF@
226AUTOHEADER = @AUTOHEADER@
227AUTOMAKE = @AUTOMAKE@
228AWK = @AWK@
229BASIC_FILE_CC = @BASIC_FILE_CC@
230BASIC_FILE_H = @BASIC_FILE_H@
231CC = @CC@
232CCODECVT_CC = @CCODECVT_CC@
233CCOLLATE_CC = @CCOLLATE_CC@
234CCTYPE_CC = @CCTYPE_CC@
235CFLAGS = @CFLAGS@
236CLOCALE_CC = @CLOCALE_CC@
237CLOCALE_H = @CLOCALE_H@
238CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
239CMESSAGES_CC = @CMESSAGES_CC@
240CMESSAGES_H = @CMESSAGES_H@
241CMONEY_CC = @CMONEY_CC@
242CNUMERIC_CC = @CNUMERIC_CC@
243CPP = @CPP@
244CPPFLAGS = @CPPFLAGS@
245CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
246CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
247CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
248CSTDIO_H = @CSTDIO_H@
249CTIME_CC = @CTIME_CC@
250CTIME_H = @CTIME_H@
251CXX = @CXX@
252CXXCPP = @CXXCPP@
253CXXFILT = @CXXFILT@
254CXXFLAGS = @CXXFLAGS@
255CYGPATH_W = @CYGPATH_W@
256C_INCLUDE_DIR = @C_INCLUDE_DIR@
257DBLATEX = @DBLATEX@
258DEBUG_FLAGS = @DEBUG_FLAGS@
259DEFS = @DEFS@
260DOT = @DOT@
261DOXYGEN = @DOXYGEN@
262DSYMUTIL = @DSYMUTIL@
263DUMPBIN = @DUMPBIN@
264ECHO_C = @ECHO_C@
265ECHO_N = @ECHO_N@
266ECHO_T = @ECHO_T@
267EGREP = @EGREP@
268ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
269EXEEXT = @EXEEXT@
36101de9 270EXTRA_CFLAGS = @EXTRA_CFLAGS@
0ca7ba9a
JW
271EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
272FGREP = @FGREP@
273GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
274GLIBCXX_LIBS = @GLIBCXX_LIBS@
275GREP = @GREP@
1ec62aa9 276HWCAP_CFLAGS = @HWCAP_CFLAGS@
0ca7ba9a
JW
277INSTALL = @INSTALL@
278INSTALL_DATA = @INSTALL_DATA@
279INSTALL_PROGRAM = @INSTALL_PROGRAM@
280INSTALL_SCRIPT = @INSTALL_SCRIPT@
281INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
282LD = @LD@
283LDFLAGS = @LDFLAGS@
284LIBICONV = @LIBICONV@
285LIBOBJS = @LIBOBJS@
286LIBS = @LIBS@
287LIBTOOL = @LIBTOOL@
288LIPO = @LIPO@
289LN_S = @LN_S@
6d49b790 290LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
0ca7ba9a
JW
291LTLIBICONV = @LTLIBICONV@
292LTLIBOBJS = @LTLIBOBJS@
293MAINT = @MAINT@
294MAKEINFO = @MAKEINFO@
295MKDIR_P = @MKDIR_P@
296NM = @NM@
297NMEDIT = @NMEDIT@
298OBJDUMP = @OBJDUMP@
299OBJEXT = @OBJEXT@
300OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
301OPT_LDFLAGS = @OPT_LDFLAGS@
302OS_INC_SRCDIR = @OS_INC_SRCDIR@
303OTOOL = @OTOOL@
304OTOOL64 = @OTOOL64@
305PACKAGE = @PACKAGE@
306PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
307PACKAGE_NAME = @PACKAGE_NAME@
308PACKAGE_STRING = @PACKAGE_STRING@
309PACKAGE_TARNAME = @PACKAGE_TARNAME@
310PACKAGE_URL = @PACKAGE_URL@
311PACKAGE_VERSION = @PACKAGE_VERSION@
312PATH_SEPARATOR = @PATH_SEPARATOR@
313PDFLATEX = @PDFLATEX@
314RANLIB = @RANLIB@
315SECTION_FLAGS = @SECTION_FLAGS@
316SECTION_LDFLAGS = @SECTION_LDFLAGS@
317SED = @SED@
318SET_MAKE = @SET_MAKE@
319SHELL = @SHELL@
320STRIP = @STRIP@
321SYMVER_FILE = @SYMVER_FILE@
322TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
323USE_NLS = @USE_NLS@
324VERSION = @VERSION@
325VTV_CXXFLAGS = @VTV_CXXFLAGS@
326VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
327VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
328WARN_FLAGS = @WARN_FLAGS@
0ca7ba9a
JW
329XMLLINT = @XMLLINT@
330XSLTPROC = @XSLTPROC@
331XSL_STYLE_DIR = @XSL_STYLE_DIR@
332abs_builddir = @abs_builddir@
333abs_srcdir = @abs_srcdir@
334abs_top_builddir = @abs_top_builddir@
335abs_top_srcdir = @abs_top_srcdir@
336ac_ct_CC = @ac_ct_CC@
337ac_ct_CXX = @ac_ct_CXX@
338ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
339am__leading_dot = @am__leading_dot@
340am__tar = @am__tar@
341am__untar = @am__untar@
342baseline_dir = @baseline_dir@
343baseline_subdir_switch = @baseline_subdir_switch@
344bindir = @bindir@
345build = @build@
346build_alias = @build_alias@
347build_cpu = @build_cpu@
348build_os = @build_os@
349build_vendor = @build_vendor@
350builddir = @builddir@
351check_msgfmt = @check_msgfmt@
352datadir = @datadir@
353datarootdir = @datarootdir@
354docdir = @docdir@
355dvidir = @dvidir@
356enable_shared = @enable_shared@
357enable_static = @enable_static@
358exec_prefix = @exec_prefix@
3c36aa6b 359get_gcc_base_ver = @get_gcc_base_ver@
0ca7ba9a
JW
360glibcxx_MOFILES = @glibcxx_MOFILES@
361glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
362glibcxx_POFILES = @glibcxx_POFILES@
363glibcxx_builddir = @glibcxx_builddir@
364glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
365glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
366glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
367glibcxx_localedir = @glibcxx_localedir@
368glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
369glibcxx_prefixdir = @glibcxx_prefixdir@
370glibcxx_srcdir = @glibcxx_srcdir@
371glibcxx_toolexecdir = @glibcxx_toolexecdir@
372glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
373gxx_include_dir = @gxx_include_dir@
374host = @host@
375host_alias = @host_alias@
376host_cpu = @host_cpu@
377host_os = @host_os@
378host_vendor = @host_vendor@
379htmldir = @htmldir@
380includedir = @includedir@
381infodir = @infodir@
382install_sh = @install_sh@
383libdir = @libdir@
384libexecdir = @libexecdir@
385libtool_VERSION = @libtool_VERSION@
386localedir = @localedir@
387localstatedir = @localstatedir@
388lt_host_flags = @lt_host_flags@
389mandir = @mandir@
390mkdir_p = @mkdir_p@
391multi_basedir = @multi_basedir@
392oldincludedir = @oldincludedir@
393pdfdir = @pdfdir@
394port_specific_symbol_files = @port_specific_symbol_files@
395prefix = @prefix@
396program_transform_name = @program_transform_name@
397psdir = @psdir@
398python_mod_dir = @python_mod_dir@
399sbindir = @sbindir@
400sharedstatedir = @sharedstatedir@
401srcdir = @srcdir@
402sysconfdir = @sysconfdir@
403target = @target@
404target_alias = @target_alias@
405target_cpu = @target_cpu@
406target_os = @target_os@
407target_vendor = @target_vendor@
408thread_header = @thread_header@
409top_build_prefix = @top_build_prefix@
410top_builddir = @top_builddir@
411top_srcdir = @top_srcdir@
412toplevel_builddir = @toplevel_builddir@
413toplevel_srcdir = @toplevel_srcdir@
414
415# May be used by various substitution variables.
3c36aa6b 416gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
0ca7ba9a
JW
417MAINT_CHARSET = latin1
418mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
419PWD_COMMAND = $${PWDCMD-pwd}
420STAMP = echo timestamp >
421toolexecdir = $(glibcxx_toolexecdir)
422toolexeclibdir = $(glibcxx_toolexeclibdir)
423@ENABLE_WERROR_FALSE@WERROR_FLAG =
c3be340e 424@ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
0ca7ba9a
JW
425@ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
426@ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
427
428# These bits are all figured out from configure. Look in acinclude.m4
429# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
430CONFIG_CXXFLAGS = \
1ec62aa9 431 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
0ca7ba9a
JW
432
433WARN_CXXFLAGS = \
434 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
435
436
437# -I/-D flags to pass when compiling.
74b7ec8c 438AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
0ca7ba9a
JW
439toolexeclib_LTLIBRARIES = libstdc++fs.la
440headers =
8b756210
JW
441@ENABLE_DUAL_ABI_FALSE@cxx11_abi_sources =
442@ENABLE_DUAL_ABI_TRUE@cxx11_abi_sources = \
443@ENABLE_DUAL_ABI_TRUE@ cow-dir.cc \
444@ENABLE_DUAL_ABI_TRUE@ cow-ops.cc \
641cb5a6
JW
445@ENABLE_DUAL_ABI_TRUE@ cow-path.cc \
446@ENABLE_DUAL_ABI_TRUE@ cow-std-dir.cc \
447@ENABLE_DUAL_ABI_TRUE@ cow-std-ops.cc \
448@ENABLE_DUAL_ABI_TRUE@ cow-std-path.cc
8b756210 449
0ca7ba9a
JW
450sources = \
451 dir.cc \
452 ops.cc \
8b756210 453 path.cc \
641cb5a6
JW
454 std-dir.cc \
455 std-ops.cc \
456 std-path.cc \
8b756210 457 ${cxx11_abi_sources}
0ca7ba9a
JW
458
459
460# vpath % $(top_srcdir)/src/filesystem
461libstdc__fs_la_SOURCES = $(sources)
462
463# AM_CXXFLAGS needs to be in each subdirectory so that it can be
464# modified in a per-library or per-sub-library way. Need to manually
465# set this option because CONFIG_CXXFLAGS has to be after
466# OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
467# as the occasion call for it.
468AM_CXXFLAGS = \
469 $(glibcxx_lt_pic_flag) $(glibcxx_compiler_shared_flag) \
641cb5a6 470 -std=gnu++17 \
0ca7ba9a
JW
471 $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS)
472
473AM_MAKEFLAGS = \
474 "gxx_include_dir=$(gxx_include_dir)"
475
476
477# Libtool notes
478
479# 1) In general, libtool expects an argument such as `--tag=CXX' when
480# using the C++ compiler, because that will enable the settings
481# detected when C++ support was being configured. However, when no
482# such flag is given in the command line, libtool attempts to figure
483# it out by matching the compiler name in each configuration section
484# against a prefix of the command line. The problem is that, if the
485# compiler name and its initial flags stored in the libtool
486# configuration file don't match those in the command line, libtool
487# can't decide which configuration to use, and it gives up. The
488# correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
489# CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
490# attempt to infer which configuration to use.
f92ab29f 491#
0ca7ba9a
JW
492# The second tag argument, `--tag disable-shared` means that libtool
493# only compiles each source once, for static objects. In actuality,
494# glibcxx_lt_pic_flag and glibcxx_compiler_shared_flag are added to
495# the libtool command that is used create the object, which is
496# suitable for shared libraries. The `--tag disable-shared` must be
497# placed after --tag CXX lest things CXX undo the affect of
498# disable-shared.
499
500# 2) Need to explicitly set LTCXXCOMPILE so that EXTRA_CXX_FLAGS is
501# last. (That way, things like -O2 passed down from the toplevel can
502# be overridden by --enable-debug.)
503LTCXXCOMPILE = \
504 $(LIBTOOL) --tag CXX --tag disable-shared \
505 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
506 --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
507 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(EXTRA_CXX_FLAGS)
508
509LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
510
511# 3) We'd have a problem when building the shared libstdc++ object if
512# the rules automake generates would be used. We cannot allow g++ to
513# be used since this would add -lstdc++ to the link line which of
514# course is problematic at this point. So, we get the top-level
515# directory to configure libstdc++-v3 to use gcc as the C++
516# compilation driver.
517CXXLINK = \
518 $(LIBTOOL) --tag CXX --tag disable-shared \
519 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
520 --mode=link $(CXX) \
521 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
522
523
524# By adding these files here, automake will remove them for 'make clean'
525CLEANFILES = stamp-*
526all: all-am
527
528.SUFFIXES:
529.SUFFIXES: .cc .lo .o .obj
530$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
531 @for dep in $?; do \
532 case '$(am__configure_deps)' in \
533 *$$dep*) \
534 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
535 && { if test -f $@; then exit 0; else break; fi; }; \
536 exit 1;; \
537 esac; \
538 done; \
539 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/filesystem/Makefile'; \
540 $(am__cd) $(top_srcdir) && \
541 $(AUTOMAKE) --foreign --ignore-deps src/filesystem/Makefile
0ca7ba9a
JW
542Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
543 @case '$?' in \
544 *config.status*) \
545 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
546 *) \
547 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
548 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
549 esac;
22e05272 550$(top_srcdir)/fragment.am $(am__empty):
0ca7ba9a
JW
551
552$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
553 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
554
555$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
556 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
557$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
558 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
559$(am__aclocal_m4_deps):
22e05272 560
0ca7ba9a
JW
561install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
562 @$(NORMAL_INSTALL)
0ca7ba9a
JW
563 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
564 list2=; for p in $$list; do \
565 if test -f $$p; then \
566 list2="$$list2 $$p"; \
567 else :; fi; \
568 done; \
569 test -z "$$list2" || { \
6ef93676
MH
570 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
571 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
0ca7ba9a
JW
572 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
573 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
574 }
575
576uninstall-toolexeclibLTLIBRARIES:
577 @$(NORMAL_UNINSTALL)
578 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
579 for p in $$list; do \
580 $(am__strip_dir) \
581 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
582 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
583 done
584
585clean-toolexeclibLTLIBRARIES:
586 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
22e05272
JM
587 @list='$(toolexeclib_LTLIBRARIES)'; \
588 locs=`for p in $$list; do echo $$p; done | \
589 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
590 sort -u`; \
591 test -z "$$locs" || { \
592 echo rm -f $${locs}; \
593 rm -f $${locs}; \
594 }
595
6ef93676 596libstdc++fs.la: $(libstdc__fs_la_OBJECTS) $(libstdc__fs_la_DEPENDENCIES) $(EXTRA_libstdc__fs_la_DEPENDENCIES)
22e05272 597 $(AM_V_CXXLD)$(CXXLINK) -rpath $(toolexeclibdir) $(libstdc__fs_la_OBJECTS) $(libstdc__fs_la_LIBADD) $(LIBS)
0ca7ba9a
JW
598
599mostlyclean-compile:
600 -rm -f *.$(OBJEXT)
601
602distclean-compile:
603 -rm -f *.tab.c
604
605.cc.o:
22e05272 606 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
0ca7ba9a
JW
607
608.cc.obj:
22e05272 609 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
0ca7ba9a
JW
610
611.cc.lo:
22e05272 612 $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<
0ca7ba9a
JW
613
614mostlyclean-libtool:
615 -rm -f *.lo
616
617clean-libtool:
618 -rm -rf .libs _libs
619
22e05272
JM
620ID: $(am__tagged_files)
621 $(am__define_uniq_tagged_files); mkid -fID $$unique
622tags: tags-am
623TAGS: tags
624
625tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0ca7ba9a
JW
626 set x; \
627 here=`pwd`; \
22e05272 628 $(am__define_uniq_tagged_files); \
0ca7ba9a
JW
629 shift; \
630 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
631 test -n "$$unique" || unique=$$empty_fix; \
632 if test $$# -gt 0; then \
633 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
634 "$$@" $$unique; \
635 else \
636 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
637 $$unique; \
638 fi; \
639 fi
22e05272
JM
640ctags: ctags-am
641
642CTAGS: ctags
643ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
644 $(am__define_uniq_tagged_files); \
0ca7ba9a
JW
645 test -z "$(CTAGS_ARGS)$$unique" \
646 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
647 $$unique
648
649GTAGS:
650 here=`$(am__cd) $(top_builddir) && pwd` \
651 && $(am__cd) $(top_srcdir) \
652 && gtags -i $(GTAGS_ARGS) "$$here"
22e05272
JM
653cscopelist: cscopelist-am
654
655cscopelist-am: $(am__tagged_files)
656 list='$(am__tagged_files)'; \
657 case "$(srcdir)" in \
658 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
659 *) sdir=$(subdir)/$(srcdir) ;; \
660 esac; \
661 for i in $$list; do \
662 if test -f "$$i"; then \
663 echo "$(subdir)/$$i"; \
664 else \
665 echo "$$sdir/$$i"; \
666 fi; \
667 done >> $(top_builddir)/cscope.files
0ca7ba9a
JW
668
669distclean-tags:
670 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
671check-am: all-am
672check: check-am
673all-am: Makefile $(LTLIBRARIES)
674installdirs:
675 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
676 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
677 done
678install: install-am
679install-exec: install-exec-am
680install-data: install-data-am
681uninstall: uninstall-am
682
683install-am: all-am
684 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
685
686installcheck: installcheck-am
687install-strip:
6ef93676
MH
688 if test -z '$(STRIP)'; then \
689 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691 install; \
692 else \
693 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
694 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
695 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
696 fi
0ca7ba9a
JW
697mostlyclean-generic:
698
699clean-generic:
700 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
701
702distclean-generic:
703 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
704 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
705
706maintainer-clean-generic:
707 @echo "This command is intended for maintainers to use"
708 @echo "it deletes files that may require special tools to rebuild."
709clean: clean-am
710
711clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
712 mostlyclean-am
713
714distclean: distclean-am
715 -rm -f Makefile
716distclean-am: clean-am distclean-compile distclean-generic \
717 distclean-tags
718
719dvi: dvi-am
720
721dvi-am:
722
723html: html-am
724
725html-am:
726
727info: info-am
728
729info-am:
730
731install-data-am:
732
733install-dvi: install-dvi-am
734
735install-dvi-am:
736
737install-exec-am: install-toolexeclibLTLIBRARIES
738
739install-html: install-html-am
740
741install-html-am:
742
743install-info: install-info-am
744
745install-info-am:
746
747install-man:
748
749install-pdf: install-pdf-am
750
751install-pdf-am:
752
753install-ps: install-ps-am
754
755install-ps-am:
756
757installcheck-am:
758
759maintainer-clean: maintainer-clean-am
760 -rm -f Makefile
761maintainer-clean-am: distclean-am maintainer-clean-generic
762
763mostlyclean: mostlyclean-am
764
765mostlyclean-am: mostlyclean-compile mostlyclean-generic \
766 mostlyclean-libtool
767
768pdf: pdf-am
769
770pdf-am:
771
772ps: ps-am
773
774ps-am:
775
776uninstall-am: uninstall-toolexeclibLTLIBRARIES
777
778.MAKE: install-am install-strip
779
22e05272
JM
780.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
781 clean-libtool clean-toolexeclibLTLIBRARIES cscopelist-am ctags \
782 ctags-am distclean distclean-compile distclean-generic \
783 distclean-libtool distclean-tags dvi dvi-am html html-am info \
784 info-am install install-am install-data install-data-am \
785 install-dvi install-dvi-am install-exec install-exec-am \
786 install-html install-html-am install-info install-info-am \
787 install-man install-pdf install-pdf-am install-ps \
788 install-ps-am install-strip install-toolexeclibLTLIBRARIES \
789 installcheck installcheck-am installdirs maintainer-clean \
0ca7ba9a
JW
790 maintainer-clean-generic mostlyclean mostlyclean-compile \
791 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
22e05272
JM
792 tags tags-am uninstall uninstall-am \
793 uninstall-toolexeclibLTLIBRARIES
794
795.PRECIOUS: Makefile
0ca7ba9a
JW
796
797
798# Tell versions [3.59,3.63) of GNU make to not export all variables.
799# Otherwise a system limit (for SysV at least) may be exceeded.
800.NOEXPORT: