Austin Schuh | dace2a6 | 2020-08-18 10:56:48 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
| 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
| 5 | |
| 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 | |
| 17 | # Copyright 2001-2003, 2012 Free Software Foundation, Inc. |
| 18 | # |
| 19 | # This file is part of the GNU MP Library. |
| 20 | # |
| 21 | # The GNU MP Library is free software; you can redistribute it and/or modify |
| 22 | # it under the terms of either: |
| 23 | # |
| 24 | # * the GNU Lesser General Public License as published by the Free |
| 25 | # Software Foundation; either version 3 of the License, or (at your |
| 26 | # option) any later version. |
| 27 | # |
| 28 | # or |
| 29 | # |
| 30 | # * the GNU General Public License as published by the Free Software |
| 31 | # Foundation; either version 2 of the License, or (at your option) any |
| 32 | # later version. |
| 33 | # |
| 34 | # or both in parallel, as here. |
| 35 | # |
| 36 | # The GNU MP Library is distributed in the hope that it will be useful, but |
| 37 | # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| 38 | # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
| 39 | # for more details. |
| 40 | # |
| 41 | # You should have received copies of the GNU General Public License and the |
| 42 | # GNU Lesser General Public License along with the GNU MP Library. If not, |
| 43 | # see https://www.gnu.org/licenses/. |
| 44 | |
| 45 | VPATH = @srcdir@ |
| 46 | am__is_gnu_make = { \ |
| 47 | if test -z '$(MAKELEVEL)'; then \ |
| 48 | false; \ |
| 49 | elif test -n '$(MAKE_HOST)'; then \ |
| 50 | true; \ |
| 51 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
| 52 | true; \ |
| 53 | else \ |
| 54 | false; \ |
| 55 | fi; \ |
| 56 | } |
| 57 | am__make_running_with_option = \ |
| 58 | case $${target_option-} in \ |
| 59 | ?) ;; \ |
| 60 | *) echo "am__make_running_with_option: internal error: invalid" \ |
| 61 | "target option '$${target_option-}' specified" >&2; \ |
| 62 | exit 1;; \ |
| 63 | esac; \ |
| 64 | has_opt=no; \ |
| 65 | sane_makeflags=$$MAKEFLAGS; \ |
| 66 | if $(am__is_gnu_make); then \ |
| 67 | sane_makeflags=$$MFLAGS; \ |
| 68 | else \ |
| 69 | case $$MAKEFLAGS in \ |
| 70 | *\\[\ \ ]*) \ |
| 71 | bs=\\; \ |
| 72 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 73 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 74 | esac; \ |
| 75 | fi; \ |
| 76 | skip_next=no; \ |
| 77 | strip_trailopt () \ |
| 78 | { \ |
| 79 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 80 | }; \ |
| 81 | for flg in $$sane_makeflags; do \ |
| 82 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
| 83 | case $$flg in \ |
| 84 | *=*|--*) continue;; \ |
| 85 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 86 | -*I?*) strip_trailopt 'I';; \ |
| 87 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 88 | -*O?*) strip_trailopt 'O';; \ |
| 89 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 90 | -*l?*) strip_trailopt 'l';; \ |
| 91 | -[dEDm]) skip_next=yes;; \ |
| 92 | -[JT]) skip_next=yes;; \ |
| 93 | esac; \ |
| 94 | case $$flg in \ |
| 95 | *$$target_option*) has_opt=yes; break;; \ |
| 96 | esac; \ |
| 97 | done; \ |
| 98 | test $$has_opt = yes |
| 99 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 100 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 101 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 102 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 103 | pkglibdir = $(libdir)/@PACKAGE@ |
| 104 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 105 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 106 | install_sh_DATA = $(install_sh) -c -m 644 |
| 107 | install_sh_PROGRAM = $(install_sh) -c |
| 108 | install_sh_SCRIPT = $(install_sh) -c |
| 109 | INSTALL_HEADER = $(INSTALL_DATA) |
| 110 | transform = $(program_transform_name) |
| 111 | NORMAL_INSTALL = : |
| 112 | PRE_INSTALL = : |
| 113 | POST_INSTALL = : |
| 114 | NORMAL_UNINSTALL = : |
| 115 | PRE_UNINSTALL = : |
| 116 | POST_UNINSTALL = : |
| 117 | build_triplet = @build@ |
| 118 | host_triplet = @host@ |
| 119 | subdir = cxx |
| 120 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 121 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
| 122 | $(top_srcdir)/configure.ac |
| 123 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 124 | $(ACLOCAL_M4) |
| 125 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
| 126 | mkinstalldirs = $(install_sh) -d |
| 127 | CONFIG_HEADER = $(top_builddir)/config.h |
| 128 | CONFIG_CLEAN_FILES = |
| 129 | CONFIG_CLEAN_VPATH_FILES = |
| 130 | LTLIBRARIES = $(noinst_LTLIBRARIES) |
| 131 | libcxx_la_LIBADD = |
| 132 | am_libcxx_la_OBJECTS = isfuns.lo ismpf.lo ismpq.lo ismpz.lo ismpznw.lo \ |
| 133 | limits.lo osdoprnti.lo osfuns.lo osmpf.lo osmpq.lo osmpz.lo |
| 134 | libcxx_la_OBJECTS = $(am_libcxx_la_OBJECTS) |
| 135 | AM_V_lt = $(am__v_lt_@AM_V@) |
| 136 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 137 | am__v_lt_0 = --silent |
| 138 | am__v_lt_1 = |
| 139 | @WANT_CXX_TRUE@am_libcxx_la_rpath = |
| 140 | AM_V_P = $(am__v_P_@AM_V@) |
| 141 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 142 | am__v_P_0 = false |
| 143 | am__v_P_1 = : |
| 144 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 145 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 146 | am__v_GEN_0 = @echo " GEN " $@; |
| 147 | am__v_GEN_1 = |
| 148 | AM_V_at = $(am__v_at_@AM_V@) |
| 149 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 150 | am__v_at_0 = @ |
| 151 | am__v_at_1 = |
| 152 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 153 | depcomp = |
| 154 | am__depfiles_maybe = |
| 155 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 156 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
| 157 | LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 158 | $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ |
| 159 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 160 | $(AM_CXXFLAGS) $(CXXFLAGS) |
| 161 | AM_V_CXX = $(am__v_CXX_@AM_V@) |
| 162 | am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) |
| 163 | am__v_CXX_0 = @echo " CXX " $@; |
| 164 | am__v_CXX_1 = |
| 165 | CXXLD = $(CXX) |
| 166 | CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 167 | $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
| 168 | $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 169 | AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) |
| 170 | am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) |
| 171 | am__v_CXXLD_0 = @echo " CXXLD " $@; |
| 172 | am__v_CXXLD_1 = |
| 173 | SOURCES = $(libcxx_la_SOURCES) |
| 174 | DIST_SOURCES = $(libcxx_la_SOURCES) |
| 175 | am__can_run_installinfo = \ |
| 176 | case $$AM_UPDATE_INFO_DIR in \ |
| 177 | n|no|NO) false;; \ |
| 178 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 179 | esac |
| 180 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 181 | # Read a list of newline-separated strings from the standard input, |
| 182 | # and print each of them once, without duplicates. Input order is |
| 183 | # *not* preserved. |
| 184 | am__uniquify_input = $(AWK) '\ |
| 185 | BEGIN { nonempty = 0; } \ |
| 186 | { items[$$0] = 1; nonempty = 1; } \ |
| 187 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 188 | ' |
| 189 | # Make sure the list of sources is unique. This is necessary because, |
| 190 | # e.g., the same source file might be shared among _SOURCES variables |
| 191 | # for different programs/libraries. |
| 192 | am__define_uniq_tagged_files = \ |
| 193 | list='$(am__tagged_files)'; \ |
| 194 | unique=`for i in $$list; do \ |
| 195 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 196 | done | $(am__uniquify_input)` |
| 197 | ETAGS = etags |
| 198 | CTAGS = ctags |
| 199 | am__DIST_COMMON = $(srcdir)/Makefile.in |
| 200 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 201 | ABI = @ABI@ |
| 202 | ACLOCAL = @ACLOCAL@ |
| 203 | AMTAR = @AMTAR@ |
| 204 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 205 | AR = @AR@ |
| 206 | AS = @AS@ |
| 207 | ASMFLAGS = @ASMFLAGS@ |
| 208 | AUTOCONF = @AUTOCONF@ |
| 209 | AUTOHEADER = @AUTOHEADER@ |
| 210 | AUTOMAKE = @AUTOMAKE@ |
| 211 | AWK = @AWK@ |
| 212 | CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@ |
| 213 | CC = @CC@ |
| 214 | CCAS = @CCAS@ |
| 215 | CC_FOR_BUILD = @CC_FOR_BUILD@ |
| 216 | CFLAGS = @CFLAGS@ |
| 217 | CPP = @CPP@ |
| 218 | CPPFLAGS = @CPPFLAGS@ |
| 219 | CPP_FOR_BUILD = @CPP_FOR_BUILD@ |
| 220 | CXX = @CXX@ |
| 221 | CXXCPP = @CXXCPP@ |
| 222 | CXXFLAGS = @CXXFLAGS@ |
| 223 | CYGPATH_W = @CYGPATH_W@ |
| 224 | DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@ |
| 225 | DEFS = @DEFS@ |
| 226 | DLLTOOL = @DLLTOOL@ |
| 227 | DSYMUTIL = @DSYMUTIL@ |
| 228 | DUMPBIN = @DUMPBIN@ |
| 229 | ECHO_C = @ECHO_C@ |
| 230 | ECHO_N = @ECHO_N@ |
| 231 | ECHO_T = @ECHO_T@ |
| 232 | EGREP = @EGREP@ |
| 233 | EXEEXT = @EXEEXT@ |
| 234 | EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ |
| 235 | FGREP = @FGREP@ |
| 236 | GMP_LDFLAGS = @GMP_LDFLAGS@ |
| 237 | GMP_LIMB_BITS = @GMP_LIMB_BITS@ |
| 238 | GMP_NAIL_BITS = @GMP_NAIL_BITS@ |
| 239 | GREP = @GREP@ |
| 240 | HAVE_CLOCK_01 = @HAVE_CLOCK_01@ |
| 241 | HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@ |
| 242 | HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@ |
| 243 | HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@ |
| 244 | HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@ |
| 245 | HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@ |
| 246 | HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@ |
| 247 | HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@ |
| 248 | HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@ |
| 249 | HAVE_STACK_T_01 = @HAVE_STACK_T_01@ |
| 250 | HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@ |
| 251 | INSTALL = @INSTALL@ |
| 252 | INSTALL_DATA = @INSTALL_DATA@ |
| 253 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 254 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 255 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 256 | LD = @LD@ |
| 257 | LDFLAGS = @LDFLAGS@ |
| 258 | LEX = @LEX@ |
| 259 | LEXLIB = @LEXLIB@ |
| 260 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
| 261 | LIBCURSES = @LIBCURSES@ |
| 262 | LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@ |
| 263 | LIBGMP_DLL = @LIBGMP_DLL@ |
| 264 | LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@ |
| 265 | LIBM = @LIBM@ |
| 266 | LIBM_FOR_BUILD = @LIBM_FOR_BUILD@ |
| 267 | LIBOBJS = @LIBOBJS@ |
| 268 | LIBREADLINE = @LIBREADLINE@ |
| 269 | LIBS = @LIBS@ |
| 270 | LIBTOOL = @LIBTOOL@ |
| 271 | LIPO = @LIPO@ |
| 272 | LN_S = @LN_S@ |
| 273 | LTLIBOBJS = @LTLIBOBJS@ |
| 274 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
| 275 | M4 = @M4@ |
| 276 | MAINT = @MAINT@ |
| 277 | MAKEINFO = @MAKEINFO@ |
| 278 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 279 | MKDIR_P = @MKDIR_P@ |
| 280 | NM = @NM@ |
| 281 | NMEDIT = @NMEDIT@ |
| 282 | OBJDUMP = @OBJDUMP@ |
| 283 | OBJEXT = @OBJEXT@ |
| 284 | OTOOL = @OTOOL@ |
| 285 | OTOOL64 = @OTOOL64@ |
| 286 | PACKAGE = @PACKAGE@ |
| 287 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 288 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 289 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 290 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 291 | PACKAGE_URL = @PACKAGE_URL@ |
| 292 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 293 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 294 | RANLIB = @RANLIB@ |
| 295 | SED = @SED@ |
| 296 | SET_MAKE = @SET_MAKE@ |
| 297 | SHELL = @SHELL@ |
| 298 | SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@ |
| 299 | STRIP = @STRIP@ |
| 300 | TAL_OBJECT = @TAL_OBJECT@ |
| 301 | TUNE_LIBS = @TUNE_LIBS@ |
| 302 | TUNE_SQR_OBJ = @TUNE_SQR_OBJ@ |
| 303 | U_FOR_BUILD = @U_FOR_BUILD@ |
| 304 | VERSION = @VERSION@ |
| 305 | WITH_READLINE_01 = @WITH_READLINE_01@ |
| 306 | YACC = @YACC@ |
| 307 | YFLAGS = @YFLAGS@ |
| 308 | abs_builddir = @abs_builddir@ |
| 309 | abs_srcdir = @abs_srcdir@ |
| 310 | abs_top_builddir = @abs_top_builddir@ |
| 311 | abs_top_srcdir = @abs_top_srcdir@ |
| 312 | ac_ct_AR = @ac_ct_AR@ |
| 313 | ac_ct_CC = @ac_ct_CC@ |
| 314 | ac_ct_CXX = @ac_ct_CXX@ |
| 315 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 316 | am__leading_dot = @am__leading_dot@ |
| 317 | am__tar = @am__tar@ |
| 318 | am__untar = @am__untar@ |
| 319 | bindir = @bindir@ |
| 320 | build = @build@ |
| 321 | build_alias = @build_alias@ |
| 322 | build_cpu = @build_cpu@ |
| 323 | build_os = @build_os@ |
| 324 | build_vendor = @build_vendor@ |
| 325 | builddir = @builddir@ |
| 326 | datadir = @datadir@ |
| 327 | datarootdir = @datarootdir@ |
| 328 | docdir = @docdir@ |
| 329 | dvidir = @dvidir@ |
| 330 | exec_prefix = @exec_prefix@ |
| 331 | gmp_srclinks = @gmp_srclinks@ |
| 332 | host = @host@ |
| 333 | host_alias = @host_alias@ |
| 334 | host_cpu = @host_cpu@ |
| 335 | host_os = @host_os@ |
| 336 | host_vendor = @host_vendor@ |
| 337 | htmldir = @htmldir@ |
| 338 | includedir = @includedir@ |
| 339 | infodir = @infodir@ |
| 340 | install_sh = @install_sh@ |
| 341 | libdir = @libdir@ |
| 342 | libexecdir = @libexecdir@ |
| 343 | localedir = @localedir@ |
| 344 | localstatedir = @localstatedir@ |
| 345 | mandir = @mandir@ |
| 346 | mkdir_p = @mkdir_p@ |
| 347 | mpn_objects = @mpn_objects@ |
| 348 | mpn_objs_in_libgmp = @mpn_objs_in_libgmp@ |
| 349 | oldincludedir = @oldincludedir@ |
| 350 | pdfdir = @pdfdir@ |
| 351 | prefix = @prefix@ |
| 352 | program_transform_name = @program_transform_name@ |
| 353 | psdir = @psdir@ |
| 354 | sbindir = @sbindir@ |
| 355 | sharedstatedir = @sharedstatedir@ |
| 356 | srcdir = @srcdir@ |
| 357 | sysconfdir = @sysconfdir@ |
| 358 | target_alias = @target_alias@ |
| 359 | top_build_prefix = @top_build_prefix@ |
| 360 | top_builddir = @top_builddir@ |
| 361 | top_srcdir = @top_srcdir@ |
| 362 | AM_CPPFLAGS = -D__GMP_WITHIN_GMPXX -I$(top_srcdir) |
| 363 | @WANT_CXX_TRUE@noinst_LTLIBRARIES = libcxx.la |
| 364 | libcxx_la_SOURCES = \ |
| 365 | isfuns.cc ismpf.cc ismpq.cc ismpz.cc ismpznw.cc limits.cc \ |
| 366 | osdoprnti.cc osfuns.cc osmpf.cc osmpq.cc osmpz.cc |
| 367 | |
| 368 | all: all-am |
| 369 | |
| 370 | .SUFFIXES: |
| 371 | .SUFFIXES: .cc .lo .o .obj |
| 372 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 373 | @for dep in $?; do \ |
| 374 | case '$(am__configure_deps)' in \ |
| 375 | *$$dep*) \ |
| 376 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 377 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 378 | exit 1;; \ |
| 379 | esac; \ |
| 380 | done; \ |
| 381 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps cxx/Makefile'; \ |
| 382 | $(am__cd) $(top_srcdir) && \ |
| 383 | $(AUTOMAKE) --gnu --ignore-deps cxx/Makefile |
| 384 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 385 | @case '$?' in \ |
| 386 | *config.status*) \ |
| 387 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 388 | *) \ |
| 389 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 390 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 391 | esac; |
| 392 | |
| 393 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 394 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 395 | |
| 396 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 397 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 398 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 399 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 400 | $(am__aclocal_m4_deps): |
| 401 | |
| 402 | clean-noinstLTLIBRARIES: |
| 403 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
| 404 | @list='$(noinst_LTLIBRARIES)'; \ |
| 405 | locs=`for p in $$list; do echo $$p; done | \ |
| 406 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
| 407 | sort -u`; \ |
| 408 | test -z "$$locs" || { \ |
| 409 | echo rm -f $${locs}; \ |
| 410 | rm -f $${locs}; \ |
| 411 | } |
| 412 | |
| 413 | libcxx.la: $(libcxx_la_OBJECTS) $(libcxx_la_DEPENDENCIES) $(EXTRA_libcxx_la_DEPENDENCIES) |
| 414 | $(AM_V_CXXLD)$(CXXLINK) $(am_libcxx_la_rpath) $(libcxx_la_OBJECTS) $(libcxx_la_LIBADD) $(LIBS) |
| 415 | |
| 416 | mostlyclean-compile: |
| 417 | -rm -f *.$(OBJEXT) |
| 418 | |
| 419 | distclean-compile: |
| 420 | -rm -f *.tab.c |
| 421 | |
| 422 | .cc.o: |
| 423 | $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $< |
| 424 | |
| 425 | .cc.obj: |
| 426 | $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 427 | |
| 428 | .cc.lo: |
| 429 | $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $< |
| 430 | |
| 431 | mostlyclean-libtool: |
| 432 | -rm -f *.lo |
| 433 | |
| 434 | clean-libtool: |
| 435 | -rm -rf .libs _libs |
| 436 | |
| 437 | ID: $(am__tagged_files) |
| 438 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 439 | tags: tags-am |
| 440 | TAGS: tags |
| 441 | |
| 442 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 443 | set x; \ |
| 444 | here=`pwd`; \ |
| 445 | $(am__define_uniq_tagged_files); \ |
| 446 | shift; \ |
| 447 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 448 | test -n "$$unique" || unique=$$empty_fix; \ |
| 449 | if test $$# -gt 0; then \ |
| 450 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 451 | "$$@" $$unique; \ |
| 452 | else \ |
| 453 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 454 | $$unique; \ |
| 455 | fi; \ |
| 456 | fi |
| 457 | ctags: ctags-am |
| 458 | |
| 459 | CTAGS: ctags |
| 460 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 461 | $(am__define_uniq_tagged_files); \ |
| 462 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 463 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 464 | $$unique |
| 465 | |
| 466 | GTAGS: |
| 467 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 468 | && $(am__cd) $(top_srcdir) \ |
| 469 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 470 | cscopelist: cscopelist-am |
| 471 | |
| 472 | cscopelist-am: $(am__tagged_files) |
| 473 | list='$(am__tagged_files)'; \ |
| 474 | case "$(srcdir)" in \ |
| 475 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 476 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 477 | esac; \ |
| 478 | for i in $$list; do \ |
| 479 | if test -f "$$i"; then \ |
| 480 | echo "$(subdir)/$$i"; \ |
| 481 | else \ |
| 482 | echo "$$sdir/$$i"; \ |
| 483 | fi; \ |
| 484 | done >> $(top_builddir)/cscope.files |
| 485 | |
| 486 | distclean-tags: |
| 487 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 488 | |
| 489 | distdir: $(DISTFILES) |
| 490 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 491 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 492 | list='$(DISTFILES)'; \ |
| 493 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 494 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 495 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 496 | case $$dist_files in \ |
| 497 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 498 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 499 | sort -u` ;; \ |
| 500 | esac; \ |
| 501 | for file in $$dist_files; do \ |
| 502 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 503 | if test -d $$d/$$file; then \ |
| 504 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 505 | if test -d "$(distdir)/$$file"; then \ |
| 506 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 507 | fi; \ |
| 508 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 509 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 510 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 511 | fi; \ |
| 512 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 513 | else \ |
| 514 | test -f "$(distdir)/$$file" \ |
| 515 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 516 | || exit 1; \ |
| 517 | fi; \ |
| 518 | done |
| 519 | check-am: all-am |
| 520 | check: check-am |
| 521 | all-am: Makefile $(LTLIBRARIES) |
| 522 | installdirs: |
| 523 | install: install-am |
| 524 | install-exec: install-exec-am |
| 525 | install-data: install-data-am |
| 526 | uninstall: uninstall-am |
| 527 | |
| 528 | install-am: all-am |
| 529 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 530 | |
| 531 | installcheck: installcheck-am |
| 532 | install-strip: |
| 533 | if test -z '$(STRIP)'; then \ |
| 534 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 535 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 536 | install; \ |
| 537 | else \ |
| 538 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 539 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 540 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 541 | fi |
| 542 | mostlyclean-generic: |
| 543 | |
| 544 | clean-generic: |
| 545 | |
| 546 | distclean-generic: |
| 547 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 548 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 549 | |
| 550 | maintainer-clean-generic: |
| 551 | @echo "This command is intended for maintainers to use" |
| 552 | @echo "it deletes files that may require special tools to rebuild." |
| 553 | clean: clean-am |
| 554 | |
| 555 | clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ |
| 556 | mostlyclean-am |
| 557 | |
| 558 | distclean: distclean-am |
| 559 | -rm -f Makefile |
| 560 | distclean-am: clean-am distclean-compile distclean-generic \ |
| 561 | distclean-tags |
| 562 | |
| 563 | dvi: dvi-am |
| 564 | |
| 565 | dvi-am: |
| 566 | |
| 567 | html: html-am |
| 568 | |
| 569 | html-am: |
| 570 | |
| 571 | info: info-am |
| 572 | |
| 573 | info-am: |
| 574 | |
| 575 | install-data-am: |
| 576 | |
| 577 | install-dvi: install-dvi-am |
| 578 | |
| 579 | install-dvi-am: |
| 580 | |
| 581 | install-exec-am: |
| 582 | |
| 583 | install-html: install-html-am |
| 584 | |
| 585 | install-html-am: |
| 586 | |
| 587 | install-info: install-info-am |
| 588 | |
| 589 | install-info-am: |
| 590 | |
| 591 | install-man: |
| 592 | |
| 593 | install-pdf: install-pdf-am |
| 594 | |
| 595 | install-pdf-am: |
| 596 | |
| 597 | install-ps: install-ps-am |
| 598 | |
| 599 | install-ps-am: |
| 600 | |
| 601 | installcheck-am: |
| 602 | |
| 603 | maintainer-clean: maintainer-clean-am |
| 604 | -rm -f Makefile |
| 605 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 606 | |
| 607 | mostlyclean: mostlyclean-am |
| 608 | |
| 609 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 610 | mostlyclean-libtool |
| 611 | |
| 612 | pdf: pdf-am |
| 613 | |
| 614 | pdf-am: |
| 615 | |
| 616 | ps: ps-am |
| 617 | |
| 618 | ps-am: |
| 619 | |
| 620 | uninstall-am: |
| 621 | |
| 622 | .MAKE: install-am install-strip |
| 623 | |
| 624 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
| 625 | clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ |
| 626 | ctags-am distclean distclean-compile distclean-generic \ |
| 627 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
| 628 | html-am info info-am install install-am install-data \ |
| 629 | install-data-am install-dvi install-dvi-am install-exec \ |
| 630 | install-exec-am install-html install-html-am install-info \ |
| 631 | install-info-am install-man install-pdf install-pdf-am \ |
| 632 | install-ps install-ps-am install-strip installcheck \ |
| 633 | installcheck-am installdirs maintainer-clean \ |
| 634 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 635 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 636 | tags tags-am uninstall uninstall-am |
| 637 | |
| 638 | .PRECIOUS: Makefile |
| 639 | |
| 640 | |
| 641 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 642 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 643 | .NOEXPORT: |