1# Makefile.in generated by automake 1.15.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2017 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 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92target_triplet = @target@ 93subdir = src 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 96 $(top_srcdir)/../config/lead-dot.m4 \ 97 $(top_srcdir)/../config/multi.m4 \ 98 $(top_srcdir)/../config/override.m4 \ 99 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ 100 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 101 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 102 $(top_srcdir)/m4/gcc_support.m4 $(top_srcdir)/m4/autoconf.m4 \ 103 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/gdc.m4 \ 104 $(top_srcdir)/m4/druntime.m4 $(top_srcdir)/m4/druntime/cpu.m4 \ 105 $(top_srcdir)/m4/druntime/os.m4 \ 106 $(top_srcdir)/m4/druntime/libraries.m4 \ 107 $(top_srcdir)/configure.ac 108am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 109 $(ACLOCAL_M4) 110DIST_COMMON = $(srcdir)/Makefile.am 111mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 112CONFIG_HEADER = $(top_builddir)/config.h 113CONFIG_CLEAN_FILES = libgphobos.spec 114CONFIG_CLEAN_VPATH_FILES = 115am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 116am__vpath_adj = case $$p in \ 117 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 118 *) f=$$p;; \ 119 esac; 120am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 121am__install_max = 40 122am__nobase_strip_setup = \ 123 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 124am__nobase_strip = \ 125 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 126am__nobase_list = $(am__nobase_strip_setup); \ 127 for p in $$list; do echo "$$p $$p"; done | \ 128 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 129 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 130 if (++n[$$2] == $(am__install_max)) \ 131 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 132 END { for (dir in files) print dir, files[dir] }' 133am__base_list = \ 134 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 135 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 136am__uninstall_files_from_dir = { \ 137 test -z "$$files" \ 138 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 139 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 140 $(am__cd) "$$dir" && rm -f $$files; }; \ 141 } 142am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \ 143 "$(DESTDIR)$(toolexeclibdir)" 144LTLIBRARIES = $(toolexeclib_LTLIBRARIES) 145am__DEPENDENCIES_1 = 146am__dirstamp = $(am__leading_dot)dirstamp 147am__objects_1 = etc/c/curl.lo etc/c/sqlite3.lo etc/c/zlib.lo \ 148 std/algorithm/comparison.lo std/algorithm/internal.lo \ 149 std/algorithm/iteration.lo std/algorithm/mutation.lo \ 150 std/algorithm/package.lo std/algorithm/searching.lo \ 151 std/algorithm/setops.lo std/algorithm/sorting.lo std/array.lo \ 152 std/ascii.lo std/base64.lo std/bigint.lo std/bitmanip.lo \ 153 std/compiler.lo std/complex.lo std/concurrency.lo \ 154 std/container/array.lo std/container/binaryheap.lo \ 155 std/container/dlist.lo std/container/package.lo \ 156 std/container/rbtree.lo std/container/slist.lo \ 157 std/container/util.lo std/conv.lo std/csv.lo \ 158 std/datetime/date.lo std/datetime/interval.lo \ 159 std/datetime/package.lo std/datetime/stopwatch.lo \ 160 std/datetime/systime.lo std/datetime/timezone.lo \ 161 std/demangle.lo std/digest/crc.lo std/digest/digest.lo \ 162 std/digest/hmac.lo std/digest/md.lo std/digest/murmurhash.lo \ 163 std/digest/package.lo std/digest/ripemd.lo std/digest/sha.lo \ 164 std/encoding.lo std/exception.lo \ 165 std/experimental/allocator/building_blocks/affix_allocator.lo \ 166 std/experimental/allocator/building_blocks/allocator_list.lo \ 167 std/experimental/allocator/building_blocks/bitmapped_block.lo \ 168 std/experimental/allocator/building_blocks/bucketizer.lo \ 169 std/experimental/allocator/building_blocks/fallback_allocator.lo \ 170 std/experimental/allocator/building_blocks/free_list.lo \ 171 std/experimental/allocator/building_blocks/free_tree.lo \ 172 std/experimental/allocator/building_blocks/kernighan_ritchie.lo \ 173 std/experimental/allocator/building_blocks/null_allocator.lo \ 174 std/experimental/allocator/building_blocks/package.lo \ 175 std/experimental/allocator/building_blocks/quantizer.lo \ 176 std/experimental/allocator/building_blocks/region.lo \ 177 std/experimental/allocator/building_blocks/scoped_allocator.lo \ 178 std/experimental/allocator/building_blocks/segregator.lo \ 179 std/experimental/allocator/building_blocks/stats_collector.lo \ 180 std/experimental/allocator/common.lo \ 181 std/experimental/allocator/gc_allocator.lo \ 182 std/experimental/allocator/mallocator.lo \ 183 std/experimental/allocator/mmap_allocator.lo \ 184 std/experimental/allocator/package.lo \ 185 std/experimental/allocator/showcase.lo \ 186 std/experimental/allocator/typed.lo \ 187 std/experimental/checkedint.lo std/experimental/logger/core.lo \ 188 std/experimental/logger/filelogger.lo \ 189 std/experimental/logger/multilogger.lo \ 190 std/experimental/logger/nulllogger.lo \ 191 std/experimental/logger/package.lo \ 192 std/experimental/typecons.lo std/file.lo std/format.lo \ 193 std/functional.lo std/getopt.lo std/internal/cstring.lo \ 194 std/internal/math/biguintcore.lo \ 195 std/internal/math/biguintnoasm.lo \ 196 std/internal/math/errorfunction.lo \ 197 std/internal/math/gammafunction.lo std/internal/scopebuffer.lo \ 198 std/internal/test/dummyrange.lo std/internal/test/range.lo \ 199 std/internal/test/uda.lo std/internal/unicode_comp.lo \ 200 std/internal/unicode_decomp.lo \ 201 std/internal/unicode_grapheme.lo std/internal/unicode_norm.lo \ 202 std/internal/unicode_tables.lo \ 203 std/internal/windows/advapi32.lo std/json.lo std/math.lo \ 204 std/mathspecial.lo std/meta.lo std/mmfile.lo std/net/curl.lo \ 205 std/net/isemail.lo std/numeric.lo std/outbuffer.lo \ 206 std/parallelism.lo std/path.lo std/process.lo std/random.lo \ 207 std/range/interfaces.lo std/range/package.lo \ 208 std/range/primitives.lo std/regex/internal/backtracking.lo \ 209 std/regex/internal/generator.lo std/regex/internal/ir.lo \ 210 std/regex/internal/kickstart.lo std/regex/internal/parser.lo \ 211 std/regex/internal/tests.lo std/regex/internal/thompson.lo \ 212 std/regex/package.lo std/signals.lo std/socket.lo \ 213 std/stdint.lo std/stdio.lo std/string.lo std/system.lo \ 214 std/traits.lo std/typecons.lo std/typetuple.lo std/uni.lo \ 215 std/uri.lo std/utf.lo std/uuid.lo std/variant.lo \ 216 std/windows/charset.lo std/windows/registry.lo \ 217 std/windows/syserror.lo std/xml.lo std/zip.lo std/zlib.lo 218am__objects_2 = $(am__objects_1) 219am__objects_3 = $(am__objects_2) 220am_libgphobos_la_OBJECTS = $(am__objects_3) 221libgphobos_la_OBJECTS = $(am_libgphobos_la_OBJECTS) 222AM_V_P = $(am__v_P_@AM_V@) 223am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 224am__v_P_0 = false 225am__v_P_1 = : 226AM_V_GEN = $(am__v_GEN_@AM_V@) 227am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 228am__v_GEN_0 = @echo " GEN " $@; 229am__v_GEN_1 = 230AM_V_at = $(am__v_at_@AM_V@) 231am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 232am__v_at_0 = @ 233am__v_at_1 = 234DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 235depcomp = 236am__depfiles_maybe = 237SOURCES = $(libgphobos_la_SOURCES) 238am__can_run_installinfo = \ 239 case $$AM_UPDATE_INFO_DIR in \ 240 n|no|NO) false;; \ 241 *) (install-info --version) >/dev/null 2>&1;; \ 242 esac 243DATA = $(toolexeclib_DATA) 244am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 245# Read a list of newline-separated strings from the standard input, 246# and print each of them once, without duplicates. Input order is 247# *not* preserved. 248am__uniquify_input = $(AWK) '\ 249 BEGIN { nonempty = 0; } \ 250 { items[$$0] = 1; nonempty = 1; } \ 251 END { if (nonempty) { for (i in items) print i; }; } \ 252' 253# Make sure the list of sources is unique. This is necessary because, 254# e.g., the same source file might be shared among _SOURCES variables 255# for different programs/libraries. 256am__define_uniq_tagged_files = \ 257 list='$(am__tagged_files)'; \ 258 unique=`for i in $$list; do \ 259 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 260 done | $(am__uniquify_input)` 261ETAGS = etags 262CTAGS = ctags 263ACLOCAL = @ACLOCAL@ 264AMTAR = @AMTAR@ 265AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 266AR = @AR@ 267AUTOCONF = @AUTOCONF@ 268AUTOHEADER = @AUTOHEADER@ 269AUTOMAKE = @AUTOMAKE@ 270AWK = @AWK@ 271BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@ 272BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@ 273BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@ 274CC = @CC@ 275CCAS = @CCAS@ 276CCASFLAGS = @CCASFLAGS@ 277CC_FOR_BUILD = @CC_FOR_BUILD@ 278CFLAGS = @CFLAGS@ 279CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 280CPP = @CPP@ 281CPPFLAGS = @CPPFLAGS@ 282CYGPATH_W = @CYGPATH_W@ 283DCFG_ARM_EABI_UNWINDER = @DCFG_ARM_EABI_UNWINDER@ 284DCFG_DLPI_TLS_MODID = @DCFG_DLPI_TLS_MODID@ 285DCFG_HAVE_64BIT_ATOMICS = @DCFG_HAVE_64BIT_ATOMICS@ 286DCFG_HAVE_ATOMIC_BUILTINS = @DCFG_HAVE_ATOMIC_BUILTINS@ 287DCFG_HAVE_LIBATOMIC = @DCFG_HAVE_LIBATOMIC@ 288DCFG_HAVE_QSORT_R = @DCFG_HAVE_QSORT_R@ 289DCFG_MINFO_BRACKETING = @DCFG_MINFO_BRACKETING@ 290DCFG_THREAD_MODEL = @DCFG_THREAD_MODEL@ 291DEFS = @DEFS@ 292DSYMUTIL = @DSYMUTIL@ 293DUMPBIN = @DUMPBIN@ 294ECHO_C = @ECHO_C@ 295ECHO_N = @ECHO_N@ 296ECHO_T = @ECHO_T@ 297EGREP = @EGREP@ 298EXEEXT = @EXEEXT@ 299FGREP = @FGREP@ 300GDC = @GDC@ 301GDCFLAGS = @GDCFLAGS@ 302GDCFLAGSX = @GDCFLAGSX@ 303GREP = @GREP@ 304INSTALL = @INSTALL@ 305INSTALL_DATA = @INSTALL_DATA@ 306INSTALL_PROGRAM = @INSTALL_PROGRAM@ 307INSTALL_SCRIPT = @INSTALL_SCRIPT@ 308INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 309LD = @LD@ 310LDFLAGS = @LDFLAGS@ 311LIBATOMIC = @LIBATOMIC@ 312LIBBACKTRACE = @LIBBACKTRACE@ 313LIBOBJS = @LIBOBJS@ 314LIBS = @LIBS@ 315LIBTOOL = @LIBTOOL@ 316LIBZ = @LIBZ@ 317LIPO = @LIPO@ 318LN_S = @LN_S@ 319LTLIBOBJS = @LTLIBOBJS@ 320MAINT = @MAINT@ 321MAKEINFO = @MAKEINFO@ 322MKDIR_P = @MKDIR_P@ 323NM = @NM@ 324NMEDIT = @NMEDIT@ 325OBJDUMP = @OBJDUMP@ 326OBJEXT = @OBJEXT@ 327OS_LINK_SPEC = @OS_LINK_SPEC@ 328OTOOL = @OTOOL@ 329OTOOL64 = @OTOOL64@ 330PACKAGE = @PACKAGE@ 331PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 332PACKAGE_NAME = @PACKAGE_NAME@ 333PACKAGE_STRING = @PACKAGE_STRING@ 334PACKAGE_TARNAME = @PACKAGE_TARNAME@ 335PACKAGE_URL = @PACKAGE_URL@ 336PACKAGE_VERSION = @PACKAGE_VERSION@ 337PATH_SEPARATOR = @PATH_SEPARATOR@ 338RANLIB = @RANLIB@ 339SED = @SED@ 340SET_MAKE = @SET_MAKE@ 341SHELL = @SHELL@ 342SPEC_PHOBOS_DEPS = @SPEC_PHOBOS_DEPS@ 343STRIP = @STRIP@ 344VERSION = @VERSION@ 345abs_builddir = @abs_builddir@ 346abs_srcdir = @abs_srcdir@ 347abs_top_builddir = @abs_top_builddir@ 348abs_top_srcdir = @abs_top_srcdir@ 349ac_ct_CC = @ac_ct_CC@ 350ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 351am__leading_dot = @am__leading_dot@ 352am__tar = @am__tar@ 353am__untar = @am__untar@ 354bindir = @bindir@ 355build = @build@ 356build_alias = @build_alias@ 357build_cpu = @build_cpu@ 358build_os = @build_os@ 359build_vendor = @build_vendor@ 360builddir = @builddir@ 361datadir = @datadir@ 362datarootdir = @datarootdir@ 363docdir = @docdir@ 364dvidir = @dvidir@ 365exec_prefix = @exec_prefix@ 366gcc_version = @gcc_version@ 367gdc_include_dir = @gdc_include_dir@ 368get_gcc_base_ver = @get_gcc_base_ver@ 369host = @host@ 370host_alias = @host_alias@ 371host_cpu = @host_cpu@ 372host_os = @host_os@ 373host_vendor = @host_vendor@ 374htmldir = @htmldir@ 375includedir = @includedir@ 376infodir = @infodir@ 377install_sh = @install_sh@ 378libdir = @libdir@ 379libexecdir = @libexecdir@ 380libphobos_builddir = @libphobos_builddir@ 381libphobos_srcdir = @libphobos_srcdir@ 382libphobos_toolexecdir = @libphobos_toolexecdir@ 383libphobos_toolexeclibdir = @libphobos_toolexeclibdir@ 384libtool_VERSION = @libtool_VERSION@ 385localedir = @localedir@ 386localstatedir = @localstatedir@ 387mandir = @mandir@ 388mkdir_p = @mkdir_p@ 389multi_basedir = @multi_basedir@ 390oldincludedir = @oldincludedir@ 391pdfdir = @pdfdir@ 392phobos_compiler_pic_flag = @phobos_compiler_pic_flag@ 393phobos_compiler_shared_flag = @phobos_compiler_shared_flag@ 394prefix = @prefix@ 395program_transform_name = @program_transform_name@ 396psdir = @psdir@ 397sbindir = @sbindir@ 398sharedstatedir = @sharedstatedir@ 399srcdir = @srcdir@ 400sysconfdir = @sysconfdir@ 401target = @target@ 402target_alias = @target_alias@ 403target_cpu = @target_cpu@ 404target_os = @target_os@ 405target_vendor = @target_vendor@ 406top_build_prefix = @top_build_prefix@ 407top_builddir = @top_builddir@ 408top_srcdir = @top_srcdir@ 409 410# If there are no sources with known extension (i.e. only D sources) 411# automake forgets to set this 412CCLD = $(CC) 413toolexecdir = $(libphobos_toolexecdir) 414toolexeclibdir = $(libphobos_toolexeclibdir) 415LTDCOMPILE = $(LIBTOOL) --tag=D $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 416 --mode=compile $(GDC) $(AM_DFLAGS) 417 418 419# Also override library link commands: This is not strictly 420# required, but we want to record additional dependencies such 421# as pthread in the library 422libgdruntime_la_LINK = $(LIBTOOL) --tag=D $(AM_LIBTOOLFLAGS) \ 423 $(LIBTOOLFLAGS) --mode=link $(GDC) $(AM_CFLAGS) $(CFLAGS) \ 424 $(libgdruntime_la_LDFLAGS) $(LDFLAGS) -o $@ 425 426libgphobos_la_LINK = $(LIBTOOL) --tag=D $(libgphobos_la_LIBTOOLFLAGS) \ 427 $(LIBTOOLFLAGS) --mode=link $(GDC) $(AM_CFLAGS) $(CFLAGS) \ 428 $(libgphobos_la_LDFLAGS) $(LDFLAGS) -o $@ 429 430 431# Include D build rules 432 433# Make sure GDC can find libdruntime and libphobos include files 434D_EXTRA_DFLAGS = -nostdinc -I $(srcdir) \ 435 -I $(top_srcdir)/libdruntime -I ../libdruntime -I . 436 437 438# D flags for compilation 439AM_DFLAGS = $(phobos_compiler_pic_flag) 440 441# Install all D files 442ALL_PHOBOS_INSTALL_DSOURCES = $(PHOBOS_DSOURCES) 443 444# Setup source files depending on configure 445ALL_PHOBOS_COMPILE_DSOURCES = $(PHOBOS_DSOURCES) 446ALL_PHOBOS_SOURCES = $(ALL_PHOBOS_COMPILE_DSOURCES) 447 448# Main library build definitions 449toolexeclib_DATA = libgphobos.spec 450toolexeclib_LTLIBRARIES = libgphobos.la 451libgphobos_la_SOURCES = $(ALL_PHOBOS_SOURCES) 452libgphobos_la_LIBTOOLFLAGS = 453libgphobos_la_LDFLAGS = -Wc,-nophoboslib,-dstartfiles,-B../libdruntime/gcc \ 454 -version-info $(libtool_VERSION) 455 456libgphobos_la_LIBADD = ../libdruntime/libgdruntime.la $(LIBZ) 457libgphobos_la_DEPENDENCIES = libgphobos.spec 458 459# Source file definitions. Boring stuff, auto-generated with 460# https://gist.github.com/jpf91/8744acebc9dcf1e9d1a35cdff20afbb2 461# Can't use wildcards here: 462# https://www.gnu.org/software/automake/manual/html_node/Wildcards.html 463PHOBOS_DSOURCES = etc/c/curl.d etc/c/sqlite3.d etc/c/zlib.d \ 464 std/algorithm/comparison.d std/algorithm/internal.d \ 465 std/algorithm/iteration.d std/algorithm/mutation.d \ 466 std/algorithm/package.d std/algorithm/searching.d \ 467 std/algorithm/setops.d std/algorithm/sorting.d std/array.d std/ascii.d \ 468 std/base64.d std/bigint.d std/bitmanip.d std/compiler.d std/complex.d \ 469 std/concurrency.d std/container/array.d std/container/binaryheap.d \ 470 std/container/dlist.d std/container/package.d std/container/rbtree.d \ 471 std/container/slist.d std/container/util.d std/conv.d std/csv.d \ 472 std/datetime/date.d std/datetime/interval.d std/datetime/package.d \ 473 std/datetime/stopwatch.d std/datetime/systime.d \ 474 std/datetime/timezone.d std/demangle.d std/digest/crc.d \ 475 std/digest/digest.d std/digest/hmac.d std/digest/md.d \ 476 std/digest/murmurhash.d std/digest/package.d std/digest/ripemd.d \ 477 std/digest/sha.d std/encoding.d std/exception.d \ 478 std/experimental/allocator/building_blocks/affix_allocator.d \ 479 std/experimental/allocator/building_blocks/allocator_list.d \ 480 std/experimental/allocator/building_blocks/bitmapped_block.d \ 481 std/experimental/allocator/building_blocks/bucketizer.d \ 482 std/experimental/allocator/building_blocks/fallback_allocator.d \ 483 std/experimental/allocator/building_blocks/free_list.d \ 484 std/experimental/allocator/building_blocks/free_tree.d \ 485 std/experimental/allocator/building_blocks/kernighan_ritchie.d \ 486 std/experimental/allocator/building_blocks/null_allocator.d \ 487 std/experimental/allocator/building_blocks/package.d \ 488 std/experimental/allocator/building_blocks/quantizer.d \ 489 std/experimental/allocator/building_blocks/region.d \ 490 std/experimental/allocator/building_blocks/scoped_allocator.d \ 491 std/experimental/allocator/building_blocks/segregator.d \ 492 std/experimental/allocator/building_blocks/stats_collector.d \ 493 std/experimental/allocator/common.d \ 494 std/experimental/allocator/gc_allocator.d \ 495 std/experimental/allocator/mallocator.d \ 496 std/experimental/allocator/mmap_allocator.d \ 497 std/experimental/allocator/package.d \ 498 std/experimental/allocator/showcase.d \ 499 std/experimental/allocator/typed.d std/experimental/checkedint.d \ 500 std/experimental/logger/core.d std/experimental/logger/filelogger.d \ 501 std/experimental/logger/multilogger.d \ 502 std/experimental/logger/nulllogger.d std/experimental/logger/package.d \ 503 std/experimental/typecons.d std/file.d std/format.d std/functional.d \ 504 std/getopt.d std/internal/cstring.d std/internal/math/biguintcore.d \ 505 std/internal/math/biguintnoasm.d std/internal/math/errorfunction.d \ 506 std/internal/math/gammafunction.d std/internal/scopebuffer.d \ 507 std/internal/test/dummyrange.d std/internal/test/range.d \ 508 std/internal/test/uda.d std/internal/unicode_comp.d \ 509 std/internal/unicode_decomp.d std/internal/unicode_grapheme.d \ 510 std/internal/unicode_norm.d std/internal/unicode_tables.d \ 511 std/internal/windows/advapi32.d std/json.d std/math.d \ 512 std/mathspecial.d std/meta.d std/mmfile.d std/net/curl.d \ 513 std/net/isemail.d std/numeric.d std/outbuffer.d std/parallelism.d \ 514 std/path.d std/process.d std/random.d std/range/interfaces.d \ 515 std/range/package.d std/range/primitives.d \ 516 std/regex/internal/backtracking.d std/regex/internal/generator.d \ 517 std/regex/internal/ir.d std/regex/internal/kickstart.d \ 518 std/regex/internal/parser.d std/regex/internal/tests.d \ 519 std/regex/internal/thompson.d std/regex/package.d std/signals.d \ 520 std/socket.d std/stdint.d std/stdio.d std/string.d std/system.d \ 521 std/traits.d std/typecons.d std/typetuple.d std/uni.d std/uri.d \ 522 std/utf.d std/uuid.d std/variant.d std/windows/charset.d \ 523 std/windows/registry.d std/windows/syserror.d std/xml.d std/zip.d \ 524 std/zlib.d 525 526all: all-am 527 528.SUFFIXES: 529.SUFFIXES: .d .lo .o 530$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/d_rules.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/Makefile'; \ 540 $(am__cd) $(top_srcdir) && \ 541 $(AUTOMAKE) --foreign --ignore-deps src/Makefile 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; 550$(top_srcdir)/d_rules.am $(am__empty): 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): 560libgphobos.spec: $(top_builddir)/config.status $(srcdir)/libgphobos.spec.in 561 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 562 563install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) 564 @$(NORMAL_INSTALL) 565 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 566 list2=; for p in $$list; do \ 567 if test -f $$p; then \ 568 list2="$$list2 $$p"; \ 569 else :; fi; \ 570 done; \ 571 test -z "$$list2" || { \ 572 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \ 573 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \ 574 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \ 575 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \ 576 } 577 578uninstall-toolexeclibLTLIBRARIES: 579 @$(NORMAL_UNINSTALL) 580 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 581 for p in $$list; do \ 582 $(am__strip_dir) \ 583 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \ 584 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \ 585 done 586 587clean-toolexeclibLTLIBRARIES: 588 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) 589 @list='$(toolexeclib_LTLIBRARIES)'; \ 590 locs=`for p in $$list; do echo $$p; done | \ 591 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 592 sort -u`; \ 593 test -z "$$locs" || { \ 594 echo rm -f $${locs}; \ 595 rm -f $${locs}; \ 596 } 597etc/c/$(am__dirstamp): 598 @$(MKDIR_P) etc/c 599 @: > etc/c/$(am__dirstamp) 600etc/c/curl.lo: etc/c/$(am__dirstamp) 601etc/c/sqlite3.lo: etc/c/$(am__dirstamp) 602etc/c/zlib.lo: etc/c/$(am__dirstamp) 603std/algorithm/$(am__dirstamp): 604 @$(MKDIR_P) std/algorithm 605 @: > std/algorithm/$(am__dirstamp) 606std/algorithm/comparison.lo: std/algorithm/$(am__dirstamp) 607std/algorithm/internal.lo: std/algorithm/$(am__dirstamp) 608std/algorithm/iteration.lo: std/algorithm/$(am__dirstamp) 609std/algorithm/mutation.lo: std/algorithm/$(am__dirstamp) 610std/algorithm/package.lo: std/algorithm/$(am__dirstamp) 611std/algorithm/searching.lo: std/algorithm/$(am__dirstamp) 612std/algorithm/setops.lo: std/algorithm/$(am__dirstamp) 613std/algorithm/sorting.lo: std/algorithm/$(am__dirstamp) 614std/$(am__dirstamp): 615 @$(MKDIR_P) std 616 @: > std/$(am__dirstamp) 617std/array.lo: std/$(am__dirstamp) 618std/ascii.lo: std/$(am__dirstamp) 619std/base64.lo: std/$(am__dirstamp) 620std/bigint.lo: std/$(am__dirstamp) 621std/bitmanip.lo: std/$(am__dirstamp) 622std/compiler.lo: std/$(am__dirstamp) 623std/complex.lo: std/$(am__dirstamp) 624std/concurrency.lo: std/$(am__dirstamp) 625std/container/$(am__dirstamp): 626 @$(MKDIR_P) std/container 627 @: > std/container/$(am__dirstamp) 628std/container/array.lo: std/container/$(am__dirstamp) 629std/container/binaryheap.lo: std/container/$(am__dirstamp) 630std/container/dlist.lo: std/container/$(am__dirstamp) 631std/container/package.lo: std/container/$(am__dirstamp) 632std/container/rbtree.lo: std/container/$(am__dirstamp) 633std/container/slist.lo: std/container/$(am__dirstamp) 634std/container/util.lo: std/container/$(am__dirstamp) 635std/conv.lo: std/$(am__dirstamp) 636std/csv.lo: std/$(am__dirstamp) 637std/datetime/$(am__dirstamp): 638 @$(MKDIR_P) std/datetime 639 @: > std/datetime/$(am__dirstamp) 640std/datetime/date.lo: std/datetime/$(am__dirstamp) 641std/datetime/interval.lo: std/datetime/$(am__dirstamp) 642std/datetime/package.lo: std/datetime/$(am__dirstamp) 643std/datetime/stopwatch.lo: std/datetime/$(am__dirstamp) 644std/datetime/systime.lo: std/datetime/$(am__dirstamp) 645std/datetime/timezone.lo: std/datetime/$(am__dirstamp) 646std/demangle.lo: std/$(am__dirstamp) 647std/digest/$(am__dirstamp): 648 @$(MKDIR_P) std/digest 649 @: > std/digest/$(am__dirstamp) 650std/digest/crc.lo: std/digest/$(am__dirstamp) 651std/digest/digest.lo: std/digest/$(am__dirstamp) 652std/digest/hmac.lo: std/digest/$(am__dirstamp) 653std/digest/md.lo: std/digest/$(am__dirstamp) 654std/digest/murmurhash.lo: std/digest/$(am__dirstamp) 655std/digest/package.lo: std/digest/$(am__dirstamp) 656std/digest/ripemd.lo: std/digest/$(am__dirstamp) 657std/digest/sha.lo: std/digest/$(am__dirstamp) 658std/encoding.lo: std/$(am__dirstamp) 659std/exception.lo: std/$(am__dirstamp) 660std/experimental/allocator/building_blocks/$(am__dirstamp): 661 @$(MKDIR_P) std/experimental/allocator/building_blocks 662 @: > std/experimental/allocator/building_blocks/$(am__dirstamp) 663std/experimental/allocator/building_blocks/affix_allocator.lo: \ 664 std/experimental/allocator/building_blocks/$(am__dirstamp) 665std/experimental/allocator/building_blocks/allocator_list.lo: \ 666 std/experimental/allocator/building_blocks/$(am__dirstamp) 667std/experimental/allocator/building_blocks/bitmapped_block.lo: \ 668 std/experimental/allocator/building_blocks/$(am__dirstamp) 669std/experimental/allocator/building_blocks/bucketizer.lo: \ 670 std/experimental/allocator/building_blocks/$(am__dirstamp) 671std/experimental/allocator/building_blocks/fallback_allocator.lo: \ 672 std/experimental/allocator/building_blocks/$(am__dirstamp) 673std/experimental/allocator/building_blocks/free_list.lo: \ 674 std/experimental/allocator/building_blocks/$(am__dirstamp) 675std/experimental/allocator/building_blocks/free_tree.lo: \ 676 std/experimental/allocator/building_blocks/$(am__dirstamp) 677std/experimental/allocator/building_blocks/kernighan_ritchie.lo: \ 678 std/experimental/allocator/building_blocks/$(am__dirstamp) 679std/experimental/allocator/building_blocks/null_allocator.lo: \ 680 std/experimental/allocator/building_blocks/$(am__dirstamp) 681std/experimental/allocator/building_blocks/package.lo: \ 682 std/experimental/allocator/building_blocks/$(am__dirstamp) 683std/experimental/allocator/building_blocks/quantizer.lo: \ 684 std/experimental/allocator/building_blocks/$(am__dirstamp) 685std/experimental/allocator/building_blocks/region.lo: \ 686 std/experimental/allocator/building_blocks/$(am__dirstamp) 687std/experimental/allocator/building_blocks/scoped_allocator.lo: \ 688 std/experimental/allocator/building_blocks/$(am__dirstamp) 689std/experimental/allocator/building_blocks/segregator.lo: \ 690 std/experimental/allocator/building_blocks/$(am__dirstamp) 691std/experimental/allocator/building_blocks/stats_collector.lo: \ 692 std/experimental/allocator/building_blocks/$(am__dirstamp) 693std/experimental/allocator/$(am__dirstamp): 694 @$(MKDIR_P) std/experimental/allocator 695 @: > std/experimental/allocator/$(am__dirstamp) 696std/experimental/allocator/common.lo: \ 697 std/experimental/allocator/$(am__dirstamp) 698std/experimental/allocator/gc_allocator.lo: \ 699 std/experimental/allocator/$(am__dirstamp) 700std/experimental/allocator/mallocator.lo: \ 701 std/experimental/allocator/$(am__dirstamp) 702std/experimental/allocator/mmap_allocator.lo: \ 703 std/experimental/allocator/$(am__dirstamp) 704std/experimental/allocator/package.lo: \ 705 std/experimental/allocator/$(am__dirstamp) 706std/experimental/allocator/showcase.lo: \ 707 std/experimental/allocator/$(am__dirstamp) 708std/experimental/allocator/typed.lo: \ 709 std/experimental/allocator/$(am__dirstamp) 710std/experimental/$(am__dirstamp): 711 @$(MKDIR_P) std/experimental 712 @: > std/experimental/$(am__dirstamp) 713std/experimental/checkedint.lo: std/experimental/$(am__dirstamp) 714std/experimental/logger/$(am__dirstamp): 715 @$(MKDIR_P) std/experimental/logger 716 @: > std/experimental/logger/$(am__dirstamp) 717std/experimental/logger/core.lo: \ 718 std/experimental/logger/$(am__dirstamp) 719std/experimental/logger/filelogger.lo: \ 720 std/experimental/logger/$(am__dirstamp) 721std/experimental/logger/multilogger.lo: \ 722 std/experimental/logger/$(am__dirstamp) 723std/experimental/logger/nulllogger.lo: \ 724 std/experimental/logger/$(am__dirstamp) 725std/experimental/logger/package.lo: \ 726 std/experimental/logger/$(am__dirstamp) 727std/experimental/typecons.lo: std/experimental/$(am__dirstamp) 728std/file.lo: std/$(am__dirstamp) 729std/format.lo: std/$(am__dirstamp) 730std/functional.lo: std/$(am__dirstamp) 731std/getopt.lo: std/$(am__dirstamp) 732std/internal/$(am__dirstamp): 733 @$(MKDIR_P) std/internal 734 @: > std/internal/$(am__dirstamp) 735std/internal/cstring.lo: std/internal/$(am__dirstamp) 736std/internal/math/$(am__dirstamp): 737 @$(MKDIR_P) std/internal/math 738 @: > std/internal/math/$(am__dirstamp) 739std/internal/math/biguintcore.lo: std/internal/math/$(am__dirstamp) 740std/internal/math/biguintnoasm.lo: std/internal/math/$(am__dirstamp) 741std/internal/math/errorfunction.lo: std/internal/math/$(am__dirstamp) 742std/internal/math/gammafunction.lo: std/internal/math/$(am__dirstamp) 743std/internal/scopebuffer.lo: std/internal/$(am__dirstamp) 744std/internal/test/$(am__dirstamp): 745 @$(MKDIR_P) std/internal/test 746 @: > std/internal/test/$(am__dirstamp) 747std/internal/test/dummyrange.lo: std/internal/test/$(am__dirstamp) 748std/internal/test/range.lo: std/internal/test/$(am__dirstamp) 749std/internal/test/uda.lo: std/internal/test/$(am__dirstamp) 750std/internal/unicode_comp.lo: std/internal/$(am__dirstamp) 751std/internal/unicode_decomp.lo: std/internal/$(am__dirstamp) 752std/internal/unicode_grapheme.lo: std/internal/$(am__dirstamp) 753std/internal/unicode_norm.lo: std/internal/$(am__dirstamp) 754std/internal/unicode_tables.lo: std/internal/$(am__dirstamp) 755std/internal/windows/$(am__dirstamp): 756 @$(MKDIR_P) std/internal/windows 757 @: > std/internal/windows/$(am__dirstamp) 758std/internal/windows/advapi32.lo: \ 759 std/internal/windows/$(am__dirstamp) 760std/json.lo: std/$(am__dirstamp) 761std/math.lo: std/$(am__dirstamp) 762std/mathspecial.lo: std/$(am__dirstamp) 763std/meta.lo: std/$(am__dirstamp) 764std/mmfile.lo: std/$(am__dirstamp) 765std/net/$(am__dirstamp): 766 @$(MKDIR_P) std/net 767 @: > std/net/$(am__dirstamp) 768std/net/curl.lo: std/net/$(am__dirstamp) 769std/net/isemail.lo: std/net/$(am__dirstamp) 770std/numeric.lo: std/$(am__dirstamp) 771std/outbuffer.lo: std/$(am__dirstamp) 772std/parallelism.lo: std/$(am__dirstamp) 773std/path.lo: std/$(am__dirstamp) 774std/process.lo: std/$(am__dirstamp) 775std/random.lo: std/$(am__dirstamp) 776std/range/$(am__dirstamp): 777 @$(MKDIR_P) std/range 778 @: > std/range/$(am__dirstamp) 779std/range/interfaces.lo: std/range/$(am__dirstamp) 780std/range/package.lo: std/range/$(am__dirstamp) 781std/range/primitives.lo: std/range/$(am__dirstamp) 782std/regex/internal/$(am__dirstamp): 783 @$(MKDIR_P) std/regex/internal 784 @: > std/regex/internal/$(am__dirstamp) 785std/regex/internal/backtracking.lo: \ 786 std/regex/internal/$(am__dirstamp) 787std/regex/internal/generator.lo: std/regex/internal/$(am__dirstamp) 788std/regex/internal/ir.lo: std/regex/internal/$(am__dirstamp) 789std/regex/internal/kickstart.lo: std/regex/internal/$(am__dirstamp) 790std/regex/internal/parser.lo: std/regex/internal/$(am__dirstamp) 791std/regex/internal/tests.lo: std/regex/internal/$(am__dirstamp) 792std/regex/internal/thompson.lo: std/regex/internal/$(am__dirstamp) 793std/regex/$(am__dirstamp): 794 @$(MKDIR_P) std/regex 795 @: > std/regex/$(am__dirstamp) 796std/regex/package.lo: std/regex/$(am__dirstamp) 797std/signals.lo: std/$(am__dirstamp) 798std/socket.lo: std/$(am__dirstamp) 799std/stdint.lo: std/$(am__dirstamp) 800std/stdio.lo: std/$(am__dirstamp) 801std/string.lo: std/$(am__dirstamp) 802std/system.lo: std/$(am__dirstamp) 803std/traits.lo: std/$(am__dirstamp) 804std/typecons.lo: std/$(am__dirstamp) 805std/typetuple.lo: std/$(am__dirstamp) 806std/uni.lo: std/$(am__dirstamp) 807std/uri.lo: std/$(am__dirstamp) 808std/utf.lo: std/$(am__dirstamp) 809std/uuid.lo: std/$(am__dirstamp) 810std/variant.lo: std/$(am__dirstamp) 811std/windows/$(am__dirstamp): 812 @$(MKDIR_P) std/windows 813 @: > std/windows/$(am__dirstamp) 814std/windows/charset.lo: std/windows/$(am__dirstamp) 815std/windows/registry.lo: std/windows/$(am__dirstamp) 816std/windows/syserror.lo: std/windows/$(am__dirstamp) 817std/xml.lo: std/$(am__dirstamp) 818std/zip.lo: std/$(am__dirstamp) 819std/zlib.lo: std/$(am__dirstamp) 820 821libgphobos.la: $(libgphobos_la_OBJECTS) $(libgphobos_la_DEPENDENCIES) $(EXTRA_libgphobos_la_DEPENDENCIES) 822 $(AM_V_GEN)$(libgphobos_la_LINK) -rpath $(toolexeclibdir) $(libgphobos_la_OBJECTS) $(libgphobos_la_LIBADD) $(LIBS) 823 824mostlyclean-compile: 825 -rm -f *.$(OBJEXT) 826 -rm -f etc/c/*.$(OBJEXT) 827 -rm -f etc/c/*.lo 828 -rm -f std/*.$(OBJEXT) 829 -rm -f std/*.lo 830 -rm -f std/algorithm/*.$(OBJEXT) 831 -rm -f std/algorithm/*.lo 832 -rm -f std/container/*.$(OBJEXT) 833 -rm -f std/container/*.lo 834 -rm -f std/datetime/*.$(OBJEXT) 835 -rm -f std/datetime/*.lo 836 -rm -f std/digest/*.$(OBJEXT) 837 -rm -f std/digest/*.lo 838 -rm -f std/experimental/*.$(OBJEXT) 839 -rm -f std/experimental/*.lo 840 -rm -f std/experimental/allocator/*.$(OBJEXT) 841 -rm -f std/experimental/allocator/*.lo 842 -rm -f std/experimental/allocator/building_blocks/*.$(OBJEXT) 843 -rm -f std/experimental/allocator/building_blocks/*.lo 844 -rm -f std/experimental/logger/*.$(OBJEXT) 845 -rm -f std/experimental/logger/*.lo 846 -rm -f std/internal/*.$(OBJEXT) 847 -rm -f std/internal/*.lo 848 -rm -f std/internal/math/*.$(OBJEXT) 849 -rm -f std/internal/math/*.lo 850 -rm -f std/internal/test/*.$(OBJEXT) 851 -rm -f std/internal/test/*.lo 852 -rm -f std/internal/windows/*.$(OBJEXT) 853 -rm -f std/internal/windows/*.lo 854 -rm -f std/net/*.$(OBJEXT) 855 -rm -f std/net/*.lo 856 -rm -f std/range/*.$(OBJEXT) 857 -rm -f std/range/*.lo 858 -rm -f std/regex/*.$(OBJEXT) 859 -rm -f std/regex/*.lo 860 -rm -f std/regex/internal/*.$(OBJEXT) 861 -rm -f std/regex/internal/*.lo 862 -rm -f std/windows/*.$(OBJEXT) 863 -rm -f std/windows/*.lo 864 865distclean-compile: 866 -rm -f *.tab.c 867 868mostlyclean-libtool: 869 -rm -f *.lo 870 871clean-libtool: 872 -rm -rf .libs _libs 873 -rm -rf etc/c/.libs etc/c/_libs 874 -rm -rf std/.libs std/_libs 875 -rm -rf std/algorithm/.libs std/algorithm/_libs 876 -rm -rf std/container/.libs std/container/_libs 877 -rm -rf std/datetime/.libs std/datetime/_libs 878 -rm -rf std/digest/.libs std/digest/_libs 879 -rm -rf std/experimental/.libs std/experimental/_libs 880 -rm -rf std/experimental/allocator/.libs std/experimental/allocator/_libs 881 -rm -rf std/experimental/allocator/building_blocks/.libs std/experimental/allocator/building_blocks/_libs 882 -rm -rf std/experimental/logger/.libs std/experimental/logger/_libs 883 -rm -rf std/internal/.libs std/internal/_libs 884 -rm -rf std/internal/math/.libs std/internal/math/_libs 885 -rm -rf std/internal/test/.libs std/internal/test/_libs 886 -rm -rf std/internal/windows/.libs std/internal/windows/_libs 887 -rm -rf std/net/.libs std/net/_libs 888 -rm -rf std/range/.libs std/range/_libs 889 -rm -rf std/regex/.libs std/regex/_libs 890 -rm -rf std/regex/internal/.libs std/regex/internal/_libs 891 -rm -rf std/windows/.libs std/windows/_libs 892install-toolexeclibDATA: $(toolexeclib_DATA) 893 @$(NORMAL_INSTALL) 894 @list='$(toolexeclib_DATA)'; test -n "$(toolexeclibdir)" || list=; \ 895 if test -n "$$list"; then \ 896 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \ 897 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \ 898 fi; \ 899 for p in $$list; do \ 900 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 901 echo "$$d$$p"; \ 902 done | $(am__base_list) | \ 903 while read files; do \ 904 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolexeclibdir)'"; \ 905 $(INSTALL_DATA) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \ 906 done 907 908uninstall-toolexeclibDATA: 909 @$(NORMAL_UNINSTALL) 910 @list='$(toolexeclib_DATA)'; test -n "$(toolexeclibdir)" || list=; \ 911 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 912 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir) 913 914ID: $(am__tagged_files) 915 $(am__define_uniq_tagged_files); mkid -fID $$unique 916tags: tags-am 917TAGS: tags 918 919tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 920 set x; \ 921 here=`pwd`; \ 922 $(am__define_uniq_tagged_files); \ 923 shift; \ 924 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 925 test -n "$$unique" || unique=$$empty_fix; \ 926 if test $$# -gt 0; then \ 927 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 928 "$$@" $$unique; \ 929 else \ 930 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 931 $$unique; \ 932 fi; \ 933 fi 934ctags: ctags-am 935 936CTAGS: ctags 937ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 938 $(am__define_uniq_tagged_files); \ 939 test -z "$(CTAGS_ARGS)$$unique" \ 940 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 941 $$unique 942 943GTAGS: 944 here=`$(am__cd) $(top_builddir) && pwd` \ 945 && $(am__cd) $(top_srcdir) \ 946 && gtags -i $(GTAGS_ARGS) "$$here" 947cscopelist: cscopelist-am 948 949cscopelist-am: $(am__tagged_files) 950 list='$(am__tagged_files)'; \ 951 case "$(srcdir)" in \ 952 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 953 *) sdir=$(subdir)/$(srcdir) ;; \ 954 esac; \ 955 for i in $$list; do \ 956 if test -f "$$i"; then \ 957 echo "$(subdir)/$$i"; \ 958 else \ 959 echo "$$sdir/$$i"; \ 960 fi; \ 961 done >> $(top_builddir)/cscope.files 962 963distclean-tags: 964 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 965check-am: all-am 966check: check-am 967all-am: Makefile $(LTLIBRARIES) $(DATA) 968installdirs: 969 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \ 970 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 971 done 972install: install-am 973install-exec: install-exec-am 974install-data: install-data-am 975uninstall: uninstall-am 976 977install-am: all-am 978 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 979 980installcheck: installcheck-am 981install-strip: 982 if test -z '$(STRIP)'; then \ 983 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 984 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 985 install; \ 986 else \ 987 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 988 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 989 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 990 fi 991mostlyclean-generic: 992 993clean-generic: 994 995distclean-generic: 996 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 997 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 998 -rm -f etc/c/$(am__dirstamp) 999 -rm -f std/$(am__dirstamp) 1000 -rm -f std/algorithm/$(am__dirstamp) 1001 -rm -f std/container/$(am__dirstamp) 1002 -rm -f std/datetime/$(am__dirstamp) 1003 -rm -f std/digest/$(am__dirstamp) 1004 -rm -f std/experimental/$(am__dirstamp) 1005 -rm -f std/experimental/allocator/$(am__dirstamp) 1006 -rm -f std/experimental/allocator/building_blocks/$(am__dirstamp) 1007 -rm -f std/experimental/logger/$(am__dirstamp) 1008 -rm -f std/internal/$(am__dirstamp) 1009 -rm -f std/internal/math/$(am__dirstamp) 1010 -rm -f std/internal/test/$(am__dirstamp) 1011 -rm -f std/internal/windows/$(am__dirstamp) 1012 -rm -f std/net/$(am__dirstamp) 1013 -rm -f std/range/$(am__dirstamp) 1014 -rm -f std/regex/$(am__dirstamp) 1015 -rm -f std/regex/internal/$(am__dirstamp) 1016 -rm -f std/windows/$(am__dirstamp) 1017 1018maintainer-clean-generic: 1019 @echo "This command is intended for maintainers to use" 1020 @echo "it deletes files that may require special tools to rebuild." 1021clean: clean-am 1022 1023clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \ 1024 mostlyclean-am 1025 1026distclean: distclean-am 1027 -rm -f Makefile 1028distclean-am: clean-am distclean-compile distclean-generic \ 1029 distclean-tags 1030 1031dvi: dvi-am 1032 1033dvi-am: 1034 1035html: html-am 1036 1037html-am: 1038 1039info: info-am 1040 1041info-am: 1042 1043install-data-am: install-data-local 1044 1045install-dvi: install-dvi-am 1046 1047install-dvi-am: 1048 1049install-exec-am: install-toolexeclibDATA \ 1050 install-toolexeclibLTLIBRARIES 1051 1052install-html: install-html-am 1053 1054install-html-am: 1055 1056install-info: install-info-am 1057 1058install-info-am: 1059 1060install-man: 1061 1062install-pdf: install-pdf-am 1063 1064install-pdf-am: 1065 1066install-ps: install-ps-am 1067 1068install-ps-am: 1069 1070installcheck-am: 1071 1072maintainer-clean: maintainer-clean-am 1073 -rm -f Makefile 1074maintainer-clean-am: distclean-am maintainer-clean-generic 1075 1076mostlyclean: mostlyclean-am 1077 1078mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1079 mostlyclean-libtool 1080 1081pdf: pdf-am 1082 1083pdf-am: 1084 1085ps: ps-am 1086 1087ps-am: 1088 1089uninstall-am: uninstall-toolexeclibDATA \ 1090 uninstall-toolexeclibLTLIBRARIES 1091 1092.MAKE: install-am install-strip 1093 1094.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 1095 clean-libtool clean-toolexeclibLTLIBRARIES cscopelist-am ctags \ 1096 ctags-am distclean distclean-compile distclean-generic \ 1097 distclean-libtool distclean-tags dvi dvi-am html html-am info \ 1098 info-am install install-am install-data install-data-am \ 1099 install-data-local install-dvi install-dvi-am install-exec \ 1100 install-exec-am install-html install-html-am install-info \ 1101 install-info-am install-man install-pdf install-pdf-am \ 1102 install-ps install-ps-am install-strip install-toolexeclibDATA \ 1103 install-toolexeclibLTLIBRARIES installcheck installcheck-am \ 1104 installdirs maintainer-clean maintainer-clean-generic \ 1105 mostlyclean mostlyclean-compile mostlyclean-generic \ 1106 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 1107 uninstall-am uninstall-toolexeclibDATA \ 1108 uninstall-toolexeclibLTLIBRARIES 1109 1110.PRECIOUS: Makefile 1111 1112 1113# Compile D into normal object files 1114.d.o: 1115 $(GDC) $(GDCFLAGS) $(MULTIFLAGS) $(D_EXTRA_DFLAGS) -c -o $@ $< 1116 1117# Compile D sources with libtool 1118.d.lo: 1119 $(LTDCOMPILE) $(GDCFLAGS) $(MULTIFLAGS) $(D_EXTRA_DFLAGS) -c -o $@ $< 1120 1121# Handles generated files as well 1122install-data-local: 1123 for file in $(ALL_PHOBOS_INSTALL_DSOURCES); do \ 1124 $(MKDIR_P) `dirname $(DESTDIR)$(gdc_include_dir)/$$file` ; \ 1125 if test -f $$file; then \ 1126 $(INSTALL_HEADER) $$file $(DESTDIR)$(gdc_include_dir)/$$file ; \ 1127 else \ 1128 $(INSTALL_HEADER) $(srcdir)/$$file \ 1129 $(DESTDIR)$(gdc_include_dir)/$$file ; \ 1130 fi ; \ 1131 done 1132 1133# Tell versions [3.59,3.63) of GNU make to not export all variables. 1134# Otherwise a system limit (for SysV at least) may be exceeded. 1135.NOEXPORT: 1136