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