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