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