1# Makefile.in generated by automake 1.11.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6# Foundation, Inc. 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@ 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 } 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@ 55DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \ 56 $(srcdir)/Makefile.am 57subdir = src/filesystem 58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 59am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 60 $(top_srcdir)/../config/enable.m4 \ 61 $(top_srcdir)/../config/futex.m4 \ 62 $(top_srcdir)/../config/iconv.m4 \ 63 $(top_srcdir)/../config/lead-dot.m4 \ 64 $(top_srcdir)/../config/lib-ld.m4 \ 65 $(top_srcdir)/../config/lib-link.m4 \ 66 $(top_srcdir)/../config/lib-prefix.m4 \ 67 $(top_srcdir)/../config/lthostflags.m4 \ 68 $(top_srcdir)/../config/multi.m4 \ 69 $(top_srcdir)/../config/no-executables.m4 \ 70 $(top_srcdir)/../config/override.m4 \ 71 $(top_srcdir)/../config/stdint.m4 \ 72 $(top_srcdir)/../config/unwind_ipinfo.m4 \ 73 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ 74 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 75 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \ 76 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \ 77 $(top_srcdir)/../config/gc++filt.m4 \ 78 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \ 79 $(top_srcdir)/configure.ac 80am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 81 $(ACLOCAL_M4) 82CONFIG_HEADER = $(top_builddir)/config.h 83CONFIG_CLEAN_FILES = 84CONFIG_CLEAN_VPATH_FILES = 85am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 86am__vpath_adj = case $$p in \ 87 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 88 *) f=$$p;; \ 89 esac; 90am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 91am__install_max = 40 92am__nobase_strip_setup = \ 93 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 94am__nobase_strip = \ 95 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 96am__nobase_list = $(am__nobase_strip_setup); \ 97 for p in $$list; do echo "$$p $$p"; done | \ 98 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 99 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 100 if (++n[$$2] == $(am__install_max)) \ 101 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 102 END { for (dir in files) print dir, files[dir] }' 103am__base_list = \ 104 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 105 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 106am__uninstall_files_from_dir = { \ 107 test -z "$$files" \ 108 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 109 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 110 $(am__cd) "$$dir" && rm -f $$files; }; \ 111 } 112am__installdirs = "$(DESTDIR)$(toolexeclibdir)" 113LTLIBRARIES = $(toolexeclib_LTLIBRARIES) 114libstdc__fs_la_LIBADD = 115@ENABLE_DUAL_ABI_TRUE@am__objects_1 = cow-dir.lo cow-ops.lo \ 116@ENABLE_DUAL_ABI_TRUE@ cow-path.lo 117am__objects_2 = dir.lo ops.lo path.lo $(am__objects_1) 118am_libstdc__fs_la_OBJECTS = $(am__objects_2) 119libstdc__fs_la_OBJECTS = $(am_libstdc__fs_la_OBJECTS) 120DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 121depcomp = 122am__depfiles_maybe = 123CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 124 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 125CXXLD = $(CXX) 126SOURCES = $(libstdc__fs_la_SOURCES) 127am__can_run_installinfo = \ 128 case $$AM_UPDATE_INFO_DIR in \ 129 n|no|NO) false;; \ 130 *) (install-info --version) >/dev/null 2>&1;; \ 131 esac 132ETAGS = etags 133CTAGS = ctags 134ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@ 135ACLOCAL = @ACLOCAL@ 136ALLOCATOR_H = @ALLOCATOR_H@ 137ALLOCATOR_NAME = @ALLOCATOR_NAME@ 138AMTAR = @AMTAR@ 139AR = @AR@ 140AS = @AS@ 141ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@ 142ATOMIC_FLAGS = @ATOMIC_FLAGS@ 143ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@ 144AUTOCONF = @AUTOCONF@ 145AUTOHEADER = @AUTOHEADER@ 146AUTOMAKE = @AUTOMAKE@ 147AWK = @AWK@ 148BASIC_FILE_CC = @BASIC_FILE_CC@ 149BASIC_FILE_H = @BASIC_FILE_H@ 150CC = @CC@ 151CCODECVT_CC = @CCODECVT_CC@ 152CCOLLATE_CC = @CCOLLATE_CC@ 153CCTYPE_CC = @CCTYPE_CC@ 154CFLAGS = @CFLAGS@ 155CLOCALE_CC = @CLOCALE_CC@ 156CLOCALE_H = @CLOCALE_H@ 157CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@ 158CMESSAGES_CC = @CMESSAGES_CC@ 159CMESSAGES_H = @CMESSAGES_H@ 160CMONEY_CC = @CMONEY_CC@ 161CNUMERIC_CC = @CNUMERIC_CC@ 162CPP = @CPP@ 163CPPFLAGS = @CPPFLAGS@ 164CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@ 165CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@ 166CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@ 167CSTDIO_H = @CSTDIO_H@ 168CTIME_CC = @CTIME_CC@ 169CTIME_H = @CTIME_H@ 170CXX = @CXX@ 171CXXCPP = @CXXCPP@ 172CXXFILT = @CXXFILT@ 173CXXFLAGS = @CXXFLAGS@ 174CYGPATH_W = @CYGPATH_W@ 175C_INCLUDE_DIR = @C_INCLUDE_DIR@ 176DBLATEX = @DBLATEX@ 177DEBUG_FLAGS = @DEBUG_FLAGS@ 178DEFS = @DEFS@ 179DOT = @DOT@ 180DOXYGEN = @DOXYGEN@ 181DSYMUTIL = @DSYMUTIL@ 182DUMPBIN = @DUMPBIN@ 183ECHO_C = @ECHO_C@ 184ECHO_N = @ECHO_N@ 185ECHO_T = @ECHO_T@ 186EGREP = @EGREP@ 187ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@ 188EXEEXT = @EXEEXT@ 189EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@ 190FGREP = @FGREP@ 191GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@ 192GLIBCXX_LIBS = @GLIBCXX_LIBS@ 193GREP = @GREP@ 194HWCAP_FLAGS = @HWCAP_FLAGS@ 195INSTALL = @INSTALL@ 196INSTALL_DATA = @INSTALL_DATA@ 197INSTALL_PROGRAM = @INSTALL_PROGRAM@ 198INSTALL_SCRIPT = @INSTALL_SCRIPT@ 199INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 200LD = @LD@ 201LDFLAGS = @LDFLAGS@ 202LIBICONV = @LIBICONV@ 203LIBOBJS = @LIBOBJS@ 204LIBS = @LIBS@ 205LIBTOOL = @LIBTOOL@ 206LIPO = @LIPO@ 207LN_S = @LN_S@ 208LTLIBICONV = @LTLIBICONV@ 209LTLIBOBJS = @LTLIBOBJS@ 210MAINT = @MAINT@ 211MAKEINFO = @MAKEINFO@ 212MKDIR_P = @MKDIR_P@ 213NM = @NM@ 214NMEDIT = @NMEDIT@ 215OBJDUMP = @OBJDUMP@ 216OBJEXT = @OBJEXT@ 217OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@ 218OPT_LDFLAGS = @OPT_LDFLAGS@ 219OS_INC_SRCDIR = @OS_INC_SRCDIR@ 220OTOOL = @OTOOL@ 221OTOOL64 = @OTOOL64@ 222PACKAGE = @PACKAGE@ 223PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 224PACKAGE_NAME = @PACKAGE_NAME@ 225PACKAGE_STRING = @PACKAGE_STRING@ 226PACKAGE_TARNAME = @PACKAGE_TARNAME@ 227PACKAGE_URL = @PACKAGE_URL@ 228PACKAGE_VERSION = @PACKAGE_VERSION@ 229PATH_SEPARATOR = @PATH_SEPARATOR@ 230PDFLATEX = @PDFLATEX@ 231RANLIB = @RANLIB@ 232SECTION_FLAGS = @SECTION_FLAGS@ 233SECTION_LDFLAGS = @SECTION_LDFLAGS@ 234SED = @SED@ 235SET_MAKE = @SET_MAKE@ 236SHELL = @SHELL@ 237STRIP = @STRIP@ 238SYMVER_FILE = @SYMVER_FILE@ 239TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@ 240USE_NLS = @USE_NLS@ 241VERSION = @VERSION@ 242VTV_CXXFLAGS = @VTV_CXXFLAGS@ 243VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@ 244VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@ 245WARN_FLAGS = @WARN_FLAGS@ 246WERROR = @WERROR@ 247XMLLINT = @XMLLINT@ 248XSLTPROC = @XSLTPROC@ 249XSL_STYLE_DIR = @XSL_STYLE_DIR@ 250abs_builddir = @abs_builddir@ 251abs_srcdir = @abs_srcdir@ 252abs_top_builddir = @abs_top_builddir@ 253abs_top_srcdir = @abs_top_srcdir@ 254ac_ct_CC = @ac_ct_CC@ 255ac_ct_CXX = @ac_ct_CXX@ 256ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 257am__leading_dot = @am__leading_dot@ 258am__tar = @am__tar@ 259am__untar = @am__untar@ 260baseline_dir = @baseline_dir@ 261baseline_subdir_switch = @baseline_subdir_switch@ 262bindir = @bindir@ 263build = @build@ 264build_alias = @build_alias@ 265build_cpu = @build_cpu@ 266build_os = @build_os@ 267build_vendor = @build_vendor@ 268builddir = @builddir@ 269check_msgfmt = @check_msgfmt@ 270datadir = @datadir@ 271datarootdir = @datarootdir@ 272docdir = @docdir@ 273dvidir = @dvidir@ 274enable_shared = @enable_shared@ 275enable_static = @enable_static@ 276exec_prefix = @exec_prefix@ 277glibcxx_MOFILES = @glibcxx_MOFILES@ 278glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@ 279glibcxx_POFILES = @glibcxx_POFILES@ 280glibcxx_builddir = @glibcxx_builddir@ 281glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@ 282glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@ 283glibcxx_cxx98_abi = @glibcxx_cxx98_abi@ 284glibcxx_localedir = @glibcxx_localedir@ 285glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@ 286glibcxx_prefixdir = @glibcxx_prefixdir@ 287glibcxx_srcdir = @glibcxx_srcdir@ 288glibcxx_toolexecdir = @glibcxx_toolexecdir@ 289glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@ 290gxx_include_dir = @gxx_include_dir@ 291host = @host@ 292host_alias = @host_alias@ 293host_cpu = @host_cpu@ 294host_os = @host_os@ 295host_vendor = @host_vendor@ 296htmldir = @htmldir@ 297includedir = @includedir@ 298infodir = @infodir@ 299install_sh = @install_sh@ 300libdir = @libdir@ 301libexecdir = @libexecdir@ 302libtool_VERSION = @libtool_VERSION@ 303localedir = @localedir@ 304localstatedir = @localstatedir@ 305lt_host_flags = @lt_host_flags@ 306mandir = @mandir@ 307mkdir_p = @mkdir_p@ 308multi_basedir = @multi_basedir@ 309oldincludedir = @oldincludedir@ 310pdfdir = @pdfdir@ 311port_specific_symbol_files = @port_specific_symbol_files@ 312prefix = @prefix@ 313program_transform_name = @program_transform_name@ 314psdir = @psdir@ 315python_mod_dir = @python_mod_dir@ 316sbindir = @sbindir@ 317sharedstatedir = @sharedstatedir@ 318srcdir = @srcdir@ 319sysconfdir = @sysconfdir@ 320target = @target@ 321target_alias = @target_alias@ 322target_cpu = @target_cpu@ 323target_os = @target_os@ 324target_vendor = @target_vendor@ 325thread_header = @thread_header@ 326top_build_prefix = @top_build_prefix@ 327top_builddir = @top_builddir@ 328top_srcdir = @top_srcdir@ 329toplevel_builddir = @toplevel_builddir@ 330toplevel_srcdir = @toplevel_srcdir@ 331 332# May be used by various substitution variables. 333gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) 334MAINT_CHARSET = latin1 335mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs 336PWD_COMMAND = $${PWDCMD-pwd} 337STAMP = echo timestamp > 338toolexecdir = $(glibcxx_toolexecdir) 339toolexeclibdir = $(glibcxx_toolexeclibdir) 340@ENABLE_WERROR_FALSE@WERROR_FLAG = 341@ENABLE_WERROR_TRUE@WERROR_FLAG = $(WERROR) 342@ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS = 343@ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates 344 345# These bits are all figured out from configure. Look in acinclude.m4 346# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS. 347CONFIG_CXXFLAGS = \ 348 $(SECTION_FLAGS) $(HWCAP_FLAGS) -frandom-seed=$@ 349 350WARN_CXXFLAGS = \ 351 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once 352 353 354# -I/-D flags to pass when compiling. 355AM_CPPFLAGS = $(GLIBCXX_INCLUDES) 356toolexeclib_LTLIBRARIES = libstdc++fs.la 357headers = 358@ENABLE_DUAL_ABI_FALSE@cxx11_abi_sources = 359@ENABLE_DUAL_ABI_TRUE@cxx11_abi_sources = \ 360@ENABLE_DUAL_ABI_TRUE@ cow-dir.cc \ 361@ENABLE_DUAL_ABI_TRUE@ cow-ops.cc \ 362@ENABLE_DUAL_ABI_TRUE@ cow-path.cc 363 364sources = \ 365 dir.cc \ 366 ops.cc \ 367 path.cc \ 368 ${cxx11_abi_sources} 369 370 371# vpath % $(top_srcdir)/src/filesystem 372libstdc__fs_la_SOURCES = $(sources) 373 374# AM_CXXFLAGS needs to be in each subdirectory so that it can be 375# modified in a per-library or per-sub-library way. Need to manually 376# set this option because CONFIG_CXXFLAGS has to be after 377# OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden 378# as the occasion call for it. 379AM_CXXFLAGS = \ 380 $(glibcxx_lt_pic_flag) $(glibcxx_compiler_shared_flag) \ 381 -std=gnu++14 \ 382 $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS) 383 384AM_MAKEFLAGS = \ 385 "gxx_include_dir=$(gxx_include_dir)" 386 387 388# Libtool notes 389 390# 1) In general, libtool expects an argument such as `--tag=CXX' when 391# using the C++ compiler, because that will enable the settings 392# detected when C++ support was being configured. However, when no 393# such flag is given in the command line, libtool attempts to figure 394# it out by matching the compiler name in each configuration section 395# against a prefix of the command line. The problem is that, if the 396# compiler name and its initial flags stored in the libtool 397# configuration file don't match those in the command line, libtool 398# can't decide which configuration to use, and it gives up. The 399# correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe 400# CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to 401# attempt to infer which configuration to use. 402# 403# The second tag argument, `--tag disable-shared` means that libtool 404# only compiles each source once, for static objects. In actuality, 405# glibcxx_lt_pic_flag and glibcxx_compiler_shared_flag are added to 406# the libtool command that is used create the object, which is 407# suitable for shared libraries. The `--tag disable-shared` must be 408# placed after --tag CXX lest things CXX undo the affect of 409# disable-shared. 410 411# 2) Need to explicitly set LTCXXCOMPILE so that EXTRA_CXX_FLAGS is 412# last. (That way, things like -O2 passed down from the toplevel can 413# be overridden by --enable-debug.) 414LTCXXCOMPILE = \ 415 $(LIBTOOL) --tag CXX --tag disable-shared \ 416 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 417 --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \ 418 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(EXTRA_CXX_FLAGS) 419 420LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) 421 422# 3) We'd have a problem when building the shared libstdc++ object if 423# the rules automake generates would be used. We cannot allow g++ to 424# be used since this would add -lstdc++ to the link line which of 425# course is problematic at this point. So, we get the top-level 426# directory to configure libstdc++-v3 to use gcc as the C++ 427# compilation driver. 428CXXLINK = \ 429 $(LIBTOOL) --tag CXX --tag disable-shared \ 430 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 431 --mode=link $(CXX) \ 432 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@ 433 434 435# By adding these files here, automake will remove them for 'make clean' 436CLEANFILES = stamp-* 437all: all-am 438 439.SUFFIXES: 440.SUFFIXES: .cc .lo .o .obj 441$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps) 442 @for dep in $?; do \ 443 case '$(am__configure_deps)' in \ 444 *$$dep*) \ 445 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 446 && { if test -f $@; then exit 0; else break; fi; }; \ 447 exit 1;; \ 448 esac; \ 449 done; \ 450 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/filesystem/Makefile'; \ 451 $(am__cd) $(top_srcdir) && \ 452 $(AUTOMAKE) --foreign --ignore-deps src/filesystem/Makefile 453.PRECIOUS: Makefile 454Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 455 @case '$?' in \ 456 *config.status*) \ 457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 458 *) \ 459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 461 esac; 462$(top_srcdir)/fragment.am: 463 464$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 465 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 466 467$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 468 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 469$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 470 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 471$(am__aclocal_m4_deps): 472install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) 473 @$(NORMAL_INSTALL) 474 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 475 list2=; for p in $$list; do \ 476 if test -f $$p; then \ 477 list2="$$list2 $$p"; \ 478 else :; fi; \ 479 done; \ 480 test -z "$$list2" || { \ 481 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \ 482 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \ 483 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \ 484 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \ 485 } 486 487uninstall-toolexeclibLTLIBRARIES: 488 @$(NORMAL_UNINSTALL) 489 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 490 for p in $$list; do \ 491 $(am__strip_dir) \ 492 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \ 493 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \ 494 done 495 496clean-toolexeclibLTLIBRARIES: 497 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) 498 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ 499 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 500 test "$$dir" != "$$p" || dir=.; \ 501 echo "rm -f \"$${dir}/so_locations\""; \ 502 rm -f "$${dir}/so_locations"; \ 503 done 504libstdc++fs.la: $(libstdc__fs_la_OBJECTS) $(libstdc__fs_la_DEPENDENCIES) $(EXTRA_libstdc__fs_la_DEPENDENCIES) 505 $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc__fs_la_OBJECTS) $(libstdc__fs_la_LIBADD) $(LIBS) 506 507mostlyclean-compile: 508 -rm -f *.$(OBJEXT) 509 510distclean-compile: 511 -rm -f *.tab.c 512 513.cc.o: 514 $(CXXCOMPILE) -c -o $@ $< 515 516.cc.obj: 517 $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 518 519.cc.lo: 520 $(LTCXXCOMPILE) -c -o $@ $< 521 522mostlyclean-libtool: 523 -rm -f *.lo 524 525clean-libtool: 526 -rm -rf .libs _libs 527 528ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 529 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 530 unique=`for i in $$list; do \ 531 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 532 done | \ 533 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 534 END { if (nonempty) { for (i in files) print i; }; }'`; \ 535 mkid -fID $$unique 536tags: TAGS 537 538TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 539 $(TAGS_FILES) $(LISP) 540 set x; \ 541 here=`pwd`; \ 542 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 543 unique=`for i in $$list; do \ 544 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 545 done | \ 546 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 547 END { if (nonempty) { for (i in files) print i; }; }'`; \ 548 shift; \ 549 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 550 test -n "$$unique" || unique=$$empty_fix; \ 551 if test $$# -gt 0; then \ 552 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 553 "$$@" $$unique; \ 554 else \ 555 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 556 $$unique; \ 557 fi; \ 558 fi 559ctags: CTAGS 560CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 561 $(TAGS_FILES) $(LISP) 562 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 563 unique=`for i in $$list; do \ 564 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 565 done | \ 566 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 567 END { if (nonempty) { for (i in files) print i; }; }'`; \ 568 test -z "$(CTAGS_ARGS)$$unique" \ 569 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 570 $$unique 571 572GTAGS: 573 here=`$(am__cd) $(top_builddir) && pwd` \ 574 && $(am__cd) $(top_srcdir) \ 575 && gtags -i $(GTAGS_ARGS) "$$here" 576 577distclean-tags: 578 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 579check-am: all-am 580check: check-am 581all-am: Makefile $(LTLIBRARIES) 582installdirs: 583 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \ 584 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 585 done 586install: install-am 587install-exec: install-exec-am 588install-data: install-data-am 589uninstall: uninstall-am 590 591install-am: all-am 592 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 593 594installcheck: installcheck-am 595install-strip: 596 if test -z '$(STRIP)'; then \ 597 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 598 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 599 install; \ 600 else \ 601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 603 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 604 fi 605mostlyclean-generic: 606 607clean-generic: 608 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 609 610distclean-generic: 611 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 612 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 613 614maintainer-clean-generic: 615 @echo "This command is intended for maintainers to use" 616 @echo "it deletes files that may require special tools to rebuild." 617clean: clean-am 618 619clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \ 620 mostlyclean-am 621 622distclean: distclean-am 623 -rm -f Makefile 624distclean-am: clean-am distclean-compile distclean-generic \ 625 distclean-tags 626 627dvi: dvi-am 628 629dvi-am: 630 631html: html-am 632 633html-am: 634 635info: info-am 636 637info-am: 638 639install-data-am: 640 641install-dvi: install-dvi-am 642 643install-dvi-am: 644 645install-exec-am: install-toolexeclibLTLIBRARIES 646 647install-html: install-html-am 648 649install-html-am: 650 651install-info: install-info-am 652 653install-info-am: 654 655install-man: 656 657install-pdf: install-pdf-am 658 659install-pdf-am: 660 661install-ps: install-ps-am 662 663install-ps-am: 664 665installcheck-am: 666 667maintainer-clean: maintainer-clean-am 668 -rm -f Makefile 669maintainer-clean-am: distclean-am maintainer-clean-generic 670 671mostlyclean: mostlyclean-am 672 673mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 674 mostlyclean-libtool 675 676pdf: pdf-am 677 678pdf-am: 679 680ps: ps-am 681 682ps-am: 683 684uninstall-am: uninstall-toolexeclibLTLIBRARIES 685 686.MAKE: install-am install-strip 687 688.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 689 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \ 690 distclean-compile distclean-generic distclean-libtool \ 691 distclean-tags dvi dvi-am html html-am info info-am install \ 692 install-am install-data install-data-am install-dvi \ 693 install-dvi-am install-exec install-exec-am install-html \ 694 install-html-am install-info install-info-am install-man \ 695 install-pdf install-pdf-am install-ps install-ps-am \ 696 install-strip install-toolexeclibLTLIBRARIES installcheck \ 697 installcheck-am installdirs maintainer-clean \ 698 maintainer-clean-generic mostlyclean mostlyclean-compile \ 699 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 700 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES 701 702 703# Tell versions [3.59,3.63) of GNU make to not export all variables. 704# Otherwise a system limit (for SysV at least) may be exceeded. 705.NOEXPORT: 706