]> git.ipfire.org Git - thirdparty/gcc.git/blob - libsanitizer/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libsanitizer / 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 @SANITIZER_SUPPORTED_TRUE@am__append_1 = include/sanitizer/common_interface_defs.h \
93 @SANITIZER_SUPPORTED_TRUE@ include/sanitizer/lsan_interface.h \
94 @SANITIZER_SUPPORTED_TRUE@ include/sanitizer/asan_interface.h \
95 @SANITIZER_SUPPORTED_TRUE@ include/sanitizer/tsan_interface.h
96 @SANITIZER_SUPPORTED_TRUE@@USING_MAC_INTERPOSE_FALSE@am__append_2 = interception
97 @LIBBACKTRACE_SUPPORTED_TRUE@@SANITIZER_SUPPORTED_TRUE@am__append_3 = libbacktrace
98 @SANITIZER_SUPPORTED_TRUE@@TSAN_SUPPORTED_TRUE@am__append_4 = tsan
99 subdir = .
100 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
102 $(top_srcdir)/../config/depstand.m4 \
103 $(top_srcdir)/../config/lead-dot.m4 \
104 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
105 $(top_srcdir)/../config/multi.m4 \
106 $(top_srcdir)/../config/override.m4 \
107 $(top_srcdir)/../config/stdint.m4 \
108 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
109 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
110 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
111 $(top_srcdir)/../config/enable.m4 \
112 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
113 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114 $(ACLOCAL_M4)
115 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
116 $(am__configure_deps)
117 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
118 configure.lineno config.status.lineno
119 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
120 CONFIG_HEADER = config.h
121 CONFIG_CLEAN_FILES = libsanitizer.spec
122 CONFIG_CLEAN_VPATH_FILES =
123 AM_V_P = $(am__v_P_@AM_V@)
124 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125 am__v_P_0 = false
126 am__v_P_1 = :
127 AM_V_GEN = $(am__v_GEN_@AM_V@)
128 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129 am__v_GEN_0 = @echo " GEN " $@;
130 am__v_GEN_1 =
131 AM_V_at = $(am__v_at_@AM_V@)
132 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133 am__v_at_0 = @
134 am__v_at_1 =
135 SOURCES =
136 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
137 ctags-recursive dvi-recursive html-recursive info-recursive \
138 install-data-recursive install-dvi-recursive \
139 install-exec-recursive install-html-recursive \
140 install-info-recursive install-pdf-recursive \
141 install-ps-recursive install-recursive installcheck-recursive \
142 installdirs-recursive pdf-recursive ps-recursive \
143 tags-recursive uninstall-recursive
144 am__can_run_installinfo = \
145 case $$AM_UPDATE_INFO_DIR in \
146 n|no|NO) false;; \
147 *) (install-info --version) >/dev/null 2>&1;; \
148 esac
149 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150 am__vpath_adj = case $$p in \
151 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152 *) f=$$p;; \
153 esac;
154 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155 am__install_max = 40
156 am__nobase_strip_setup = \
157 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158 am__nobase_strip = \
159 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160 am__nobase_list = $(am__nobase_strip_setup); \
161 for p in $$list; do echo "$$p $$p"; done | \
162 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
163 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
164 if (++n[$$2] == $(am__install_max)) \
165 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
166 END { for (dir in files) print dir, files[dir] }'
167 am__base_list = \
168 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170 am__uninstall_files_from_dir = { \
171 test -z "$$files" \
172 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174 $(am__cd) "$$dir" && rm -f $$files; }; \
175 }
176 am__installdirs = "$(DESTDIR)$(sanincludedir)" \
177 "$(DESTDIR)$(toolexeclibdir)"
178 HEADERS = $(nodist_saninclude_HEADERS) $(nodist_toolexeclib_HEADERS)
179 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
180 distclean-recursive maintainer-clean-recursive
181 am__recursive_targets = \
182 $(RECURSIVE_TARGETS) \
183 $(RECURSIVE_CLEAN_TARGETS) \
184 $(am__extra_recursive_targets)
185 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
186 cscope
187 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
188 $(LISP)config.h.in
189 # Read a list of newline-separated strings from the standard input,
190 # and print each of them once, without duplicates. Input order is
191 # *not* preserved.
192 am__uniquify_input = $(AWK) '\
193 BEGIN { nonempty = 0; } \
194 { items[$$0] = 1; nonempty = 1; } \
195 END { if (nonempty) { for (i in items) print i; }; } \
196 '
197 # Make sure the list of sources is unique. This is necessary because,
198 # e.g., the same source file might be shared among _SOURCES variables
199 # for different programs/libraries.
200 am__define_uniq_tagged_files = \
201 list='$(am__tagged_files)'; \
202 unique=`for i in $$list; do \
203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204 done | $(am__uniquify_input)`
205 ETAGS = etags
206 CTAGS = ctags
207 CSCOPE = cscope
208 DIST_SUBDIRS = sanitizer_common interception libbacktrace lsan asan \
209 ubsan tsan
210 ACLOCAL = @ACLOCAL@
211 ALLOC_FILE = @ALLOC_FILE@
212 AMTAR = @AMTAR@
213 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
214 AR = @AR@
215 AUTOCONF = @AUTOCONF@
216 AUTOHEADER = @AUTOHEADER@
217 AUTOMAKE = @AUTOMAKE@
218 AWK = @AWK@
219 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
220 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
221 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
222 CC = @CC@
223 CCAS = @CCAS@
224 CCASDEPMODE = @CCASDEPMODE@
225 CCASFLAGS = @CCASFLAGS@
226 CCDEPMODE = @CCDEPMODE@
227 CFLAGS = @CFLAGS@
228 CPP = @CPP@
229 CPPFLAGS = @CPPFLAGS@
230 CXX = @CXX@
231 CXXCPP = @CXXCPP@
232 CXXDEPMODE = @CXXDEPMODE@
233 CXXFLAGS = @CXXFLAGS@
234 CYGPATH_W = @CYGPATH_W@
235 DEFS = @DEFS@
236 DEPDIR = @DEPDIR@
237 DSYMUTIL = @DSYMUTIL@
238 DUMPBIN = @DUMPBIN@
239 ECHO_C = @ECHO_C@
240 ECHO_N = @ECHO_N@
241 ECHO_T = @ECHO_T@
242 EGREP = @EGREP@
243 EXEEXT = @EXEEXT@
244 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
245 EXTRA_CFLAGS = @EXTRA_CFLAGS@
246 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
247 FGREP = @FGREP@
248 FORMAT_FILE = @FORMAT_FILE@
249 GREP = @GREP@
250 INSTALL = @INSTALL@
251 INSTALL_DATA = @INSTALL_DATA@
252 INSTALL_PROGRAM = @INSTALL_PROGRAM@
253 INSTALL_SCRIPT = @INSTALL_SCRIPT@
254 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
255 LD = @LD@
256 LDFLAGS = @LDFLAGS@
257 LIBOBJS = @LIBOBJS@
258 LIBS = @LIBS@
259 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
260 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
261 LIBTOOL = @LIBTOOL@
262 LIPO = @LIPO@
263 LN_S = @LN_S@
264 LTLIBOBJS = @LTLIBOBJS@
265 MAINT = @MAINT@
266 MAKEINFO = @MAKEINFO@
267 MKDIR_P = @MKDIR_P@
268 NM = @NM@
269 NMEDIT = @NMEDIT@
270 OBJDUMP = @OBJDUMP@
271 OBJEXT = @OBJEXT@
272 OTOOL = @OTOOL@
273 OTOOL64 = @OTOOL64@
274 PACKAGE = @PACKAGE@
275 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
276 PACKAGE_NAME = @PACKAGE_NAME@
277 PACKAGE_STRING = @PACKAGE_STRING@
278 PACKAGE_TARNAME = @PACKAGE_TARNAME@
279 PACKAGE_URL = @PACKAGE_URL@
280 PACKAGE_VERSION = @PACKAGE_VERSION@
281 PATH_SEPARATOR = @PATH_SEPARATOR@
282 RANLIB = @RANLIB@
283 RPC_DEFS = @RPC_DEFS@
284 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
285 SED = @SED@
286 SET_MAKE = @SET_MAKE@
287 SHELL = @SHELL@
288 STRIP = @STRIP@
289 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
290 VERSION = @VERSION@
291 VIEW_FILE = @VIEW_FILE@
292 abs_builddir = @abs_builddir@
293 abs_srcdir = @abs_srcdir@
294 abs_top_builddir = @abs_top_builddir@
295 abs_top_srcdir = @abs_top_srcdir@
296 ac_ct_CC = @ac_ct_CC@
297 ac_ct_CXX = @ac_ct_CXX@
298 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
299 am__include = @am__include@
300 am__leading_dot = @am__leading_dot@
301 am__quote = @am__quote@
302 am__tar = @am__tar@
303 am__untar = @am__untar@
304 bindir = @bindir@
305 build = @build@
306 build_alias = @build_alias@
307 build_cpu = @build_cpu@
308 build_os = @build_os@
309 build_vendor = @build_vendor@
310 builddir = @builddir@
311 datadir = @datadir@
312 datarootdir = @datarootdir@
313 docdir = @docdir@
314 dvidir = @dvidir@
315 enable_shared = @enable_shared@
316 enable_static = @enable_static@
317 exec_prefix = @exec_prefix@
318 get_gcc_base_ver = @get_gcc_base_ver@
319 host = @host@
320 host_alias = @host_alias@
321 host_cpu = @host_cpu@
322 host_os = @host_os@
323 host_vendor = @host_vendor@
324 htmldir = @htmldir@
325 includedir = @includedir@
326 infodir = @infodir@
327 install_sh = @install_sh@
328 libdir = @libdir@
329 libexecdir = @libexecdir@
330 link_libasan = @link_libasan@
331 link_liblsan = @link_liblsan@
332 link_libtsan = @link_libtsan@
333 link_libubsan = @link_libubsan@
334 localedir = @localedir@
335 localstatedir = @localstatedir@
336 mandir = @mandir@
337 mkdir_p = @mkdir_p@
338 multi_basedir = @multi_basedir@
339 oldincludedir = @oldincludedir@
340 pdfdir = @pdfdir@
341 prefix = @prefix@
342 program_transform_name = @program_transform_name@
343 psdir = @psdir@
344 sbindir = @sbindir@
345 sharedstatedir = @sharedstatedir@
346 srcdir = @srcdir@
347 sysconfdir = @sysconfdir@
348 target = @target@
349 target_alias = @target_alias@
350 target_cpu = @target_cpu@
351 target_noncanonical = @target_noncanonical@
352 target_os = @target_os@
353 target_vendor = @target_vendor@
354 toolexecdir = @toolexecdir@
355 toolexeclibdir = @toolexeclibdir@
356 top_build_prefix = @top_build_prefix@
357 top_builddir = @top_builddir@
358 top_srcdir = @top_srcdir@
359 ACLOCAL_AMFLAGS = -I .. -I ../config
360 sanincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/sanitizer
361 nodist_saninclude_HEADERS = $(am__append_1)
362 @SANITIZER_SUPPORTED_TRUE@SUBDIRS = sanitizer_common $(am__append_2) \
363 @SANITIZER_SUPPORTED_TRUE@ $(am__append_3) lsan asan ubsan \
364 @SANITIZER_SUPPORTED_TRUE@ $(am__append_4)
365 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
366
367 # Work around what appears to be a GNU make bug handling MAKEFLAGS
368 # values defined in terms of make variables, as is the case for CC and
369 # friends when we are called from the top level Makefile.
370 AM_MAKEFLAGS = \
371 "AR_FLAGS=$(AR_FLAGS)" \
372 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
373 "CFLAGS=$(CFLAGS)" \
374 "CXXFLAGS=$(CXXFLAGS)" \
375 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
376 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
377 "INSTALL=$(INSTALL)" \
378 "INSTALL_DATA=$(INSTALL_DATA)" \
379 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
380 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
381 "JC1FLAGS=$(JC1FLAGS)" \
382 "LDFLAGS=$(LDFLAGS)" \
383 "LIBCFLAGS=$(LIBCFLAGS)" \
384 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
385 "MAKE=$(MAKE)" \
386 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
387 "PICFLAG=$(PICFLAG)" \
388 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
389 "SHELL=$(SHELL)" \
390 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
391 "exec_prefix=$(exec_prefix)" \
392 "infodir=$(infodir)" \
393 "libdir=$(libdir)" \
394 "prefix=$(prefix)" \
395 "includedir=$(includedir)" \
396 "AR=$(AR)" \
397 "AS=$(AS)" \
398 "LD=$(LD)" \
399 "LIBCFLAGS=$(LIBCFLAGS)" \
400 "NM=$(NM)" \
401 "PICFLAG=$(PICFLAG)" \
402 "RANLIB=$(RANLIB)" \
403 "DESTDIR=$(DESTDIR)"
404
405 MAKEOVERRIDES =
406 nodist_toolexeclib_HEADERS = libsanitizer.spec
407 MULTISRCTOP =
408 MULTIBUILDTOP =
409 MULTIDIRS =
410 MULTISUBDIR =
411 MULTIDO = true
412 MULTICLEAN = true
413 all: config.h
414 $(MAKE) $(AM_MAKEFLAGS) all-recursive
415
416 .SUFFIXES:
417 am--refresh: Makefile
418 @:
419 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
420 @for dep in $?; do \
421 case '$(am__configure_deps)' in \
422 *$$dep*) \
423 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
424 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
425 && exit 0; \
426 exit 1;; \
427 esac; \
428 done; \
429 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
430 $(am__cd) $(top_srcdir) && \
431 $(AUTOMAKE) --foreign Makefile
432 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
433 @case '$?' in \
434 *config.status*) \
435 echo ' $(SHELL) ./config.status'; \
436 $(SHELL) ./config.status;; \
437 *) \
438 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
439 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
440 esac;
441 $(top_srcdir)/../multilib.am $(am__empty):
442
443 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
444 $(SHELL) ./config.status --recheck
445
446 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
447 $(am__cd) $(srcdir) && $(AUTOCONF)
448 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
449 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
450 $(am__aclocal_m4_deps):
451
452 config.h: stamp-h1
453 @test -f $@ || rm -f stamp-h1
454 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
455
456 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
457 @rm -f stamp-h1
458 cd $(top_builddir) && $(SHELL) ./config.status config.h
459 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
460 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
461 rm -f stamp-h1
462 touch $@
463
464 distclean-hdr:
465 -rm -f config.h stamp-h1
466 libsanitizer.spec: $(top_builddir)/config.status $(srcdir)/libsanitizer.spec.in
467 cd $(top_builddir) && $(SHELL) ./config.status $@
468
469 mostlyclean-libtool:
470 -rm -f *.lo
471
472 clean-libtool:
473 -rm -rf .libs _libs
474
475 distclean-libtool:
476 -rm -f libtool config.lt
477 install-nodist_sanincludeHEADERS: $(nodist_saninclude_HEADERS)
478 @$(NORMAL_INSTALL)
479 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \
480 if test -n "$$list"; then \
481 echo " $(MKDIR_P) '$(DESTDIR)$(sanincludedir)'"; \
482 $(MKDIR_P) "$(DESTDIR)$(sanincludedir)" || exit 1; \
483 fi; \
484 for p in $$list; do \
485 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
486 echo "$$d$$p"; \
487 done | $(am__base_list) | \
488 while read files; do \
489 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sanincludedir)'"; \
490 $(INSTALL_HEADER) $$files "$(DESTDIR)$(sanincludedir)" || exit $$?; \
491 done
492
493 uninstall-nodist_sanincludeHEADERS:
494 @$(NORMAL_UNINSTALL)
495 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \
496 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
497 dir='$(DESTDIR)$(sanincludedir)'; $(am__uninstall_files_from_dir)
498 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
499 @$(NORMAL_INSTALL)
500 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
501 if test -n "$$list"; then \
502 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
503 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
504 fi; \
505 for p in $$list; do \
506 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
507 echo "$$d$$p"; \
508 done | $(am__base_list) | \
509 while read files; do \
510 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
511 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
512 done
513
514 uninstall-nodist_toolexeclibHEADERS:
515 @$(NORMAL_UNINSTALL)
516 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
517 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
518 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
519
520 # This directory's subdirectories are mostly independent; you can cd
521 # into them and run 'make' without going through this Makefile.
522 # To change the values of 'make' variables: instead of editing Makefiles,
523 # (1) if the variable is set in 'config.status', edit 'config.status'
524 # (which will cause the Makefiles to be regenerated when you run 'make');
525 # (2) otherwise, pass the desired values on the 'make' command line.
526 $(am__recursive_targets):
527 @fail=; \
528 if $(am__make_keepgoing); then \
529 failcom='fail=yes'; \
530 else \
531 failcom='exit 1'; \
532 fi; \
533 dot_seen=no; \
534 target=`echo $@ | sed s/-recursive//`; \
535 case "$@" in \
536 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
537 *) list='$(SUBDIRS)' ;; \
538 esac; \
539 for subdir in $$list; do \
540 echo "Making $$target in $$subdir"; \
541 if test "$$subdir" = "."; then \
542 dot_seen=yes; \
543 local_target="$$target-am"; \
544 else \
545 local_target="$$target"; \
546 fi; \
547 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
548 || eval $$failcom; \
549 done; \
550 if test "$$dot_seen" = "no"; then \
551 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
552 fi; test -z "$$fail"
553
554 ID: $(am__tagged_files)
555 $(am__define_uniq_tagged_files); mkid -fID $$unique
556 tags: tags-recursive
557 TAGS: tags
558
559 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
560 set x; \
561 here=`pwd`; \
562 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
563 include_option=--etags-include; \
564 empty_fix=.; \
565 else \
566 include_option=--include; \
567 empty_fix=; \
568 fi; \
569 list='$(SUBDIRS)'; for subdir in $$list; do \
570 if test "$$subdir" = .; then :; else \
571 test ! -f $$subdir/TAGS || \
572 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
573 fi; \
574 done; \
575 $(am__define_uniq_tagged_files); \
576 shift; \
577 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
578 test -n "$$unique" || unique=$$empty_fix; \
579 if test $$# -gt 0; then \
580 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581 "$$@" $$unique; \
582 else \
583 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
584 $$unique; \
585 fi; \
586 fi
587 ctags: ctags-recursive
588
589 CTAGS: ctags
590 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
591 $(am__define_uniq_tagged_files); \
592 test -z "$(CTAGS_ARGS)$$unique" \
593 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
594 $$unique
595
596 GTAGS:
597 here=`$(am__cd) $(top_builddir) && pwd` \
598 && $(am__cd) $(top_srcdir) \
599 && gtags -i $(GTAGS_ARGS) "$$here"
600 cscope: cscope.files
601 test ! -s cscope.files \
602 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
603 clean-cscope:
604 -rm -f cscope.files
605 cscope.files: clean-cscope cscopelist
606 cscopelist: cscopelist-recursive
607
608 cscopelist-am: $(am__tagged_files)
609 list='$(am__tagged_files)'; \
610 case "$(srcdir)" in \
611 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
612 *) sdir=$(subdir)/$(srcdir) ;; \
613 esac; \
614 for i in $$list; do \
615 if test -f "$$i"; then \
616 echo "$(subdir)/$$i"; \
617 else \
618 echo "$$sdir/$$i"; \
619 fi; \
620 done >> $(top_builddir)/cscope.files
621
622 distclean-tags:
623 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
624 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
625 check-am: all-am
626 check: check-recursive
627 all-am: Makefile $(HEADERS) config.h all-local
628 installdirs: installdirs-recursive
629 installdirs-am:
630 for dir in "$(DESTDIR)$(sanincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
631 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
632 done
633 install: install-recursive
634 install-exec: install-exec-recursive
635 install-data: install-data-recursive
636 uninstall: uninstall-recursive
637
638 install-am: all-am
639 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
640
641 installcheck: installcheck-recursive
642 install-strip:
643 if test -z '$(STRIP)'; then \
644 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
645 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
646 install; \
647 else \
648 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
649 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
650 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
651 fi
652 mostlyclean-generic:
653
654 clean-generic:
655
656 distclean-generic:
657 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
658 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
659
660 maintainer-clean-generic:
661 @echo "This command is intended for maintainers to use"
662 @echo "it deletes files that may require special tools to rebuild."
663 clean: clean-recursive
664
665 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
666
667 distclean: distclean-recursive
668 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
669 -rm -f Makefile
670 distclean-am: clean-am distclean-generic distclean-hdr \
671 distclean-libtool distclean-local distclean-tags
672
673 dvi: dvi-recursive
674
675 dvi-am:
676
677 html: html-recursive
678
679 html-am:
680
681 info: info-recursive
682
683 info-am:
684
685 install-data-am: install-nodist_sanincludeHEADERS
686
687 install-dvi: install-dvi-recursive
688
689 install-dvi-am:
690
691 install-exec-am: install-exec-local install-nodist_toolexeclibHEADERS
692
693 install-html: install-html-recursive
694
695 install-html-am:
696
697 install-info: install-info-recursive
698
699 install-info-am:
700
701 install-man:
702
703 install-pdf: install-pdf-recursive
704
705 install-pdf-am:
706
707 install-ps: install-ps-recursive
708
709 install-ps-am:
710
711 installcheck-am:
712
713 maintainer-clean: maintainer-clean-recursive
714 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
715 -rm -rf $(top_srcdir)/autom4te.cache
716 -rm -f Makefile
717 maintainer-clean-am: distclean-am maintainer-clean-generic \
718 maintainer-clean-local
719
720 mostlyclean: mostlyclean-recursive
721
722 mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
723 mostlyclean-local
724
725 pdf: pdf-recursive
726
727 pdf-am:
728
729 ps: ps-recursive
730
731 ps-am:
732
733 uninstall-am: uninstall-nodist_sanincludeHEADERS \
734 uninstall-nodist_toolexeclibHEADERS
735
736 .MAKE: $(am__recursive_targets) all install-am install-strip
737
738 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
739 am--refresh check check-am clean clean-cscope clean-generic \
740 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
741 distclean distclean-generic distclean-hdr distclean-libtool \
742 distclean-local distclean-tags dvi dvi-am html html-am info \
743 info-am install install-am install-data install-data-am \
744 install-dvi install-dvi-am install-exec install-exec-am \
745 install-exec-local install-html install-html-am install-info \
746 install-info-am install-man install-nodist_sanincludeHEADERS \
747 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
748 install-ps install-ps-am install-strip installcheck \
749 installcheck-am installdirs installdirs-am maintainer-clean \
750 maintainer-clean-generic maintainer-clean-local mostlyclean \
751 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
752 pdf-am ps ps-am tags tags-am uninstall uninstall-am \
753 uninstall-nodist_sanincludeHEADERS \
754 uninstall-nodist_toolexeclibHEADERS
755
756 .PRECIOUS: Makefile
757
758
759 # GNU Make needs to see an explicit $(MAKE) variable in the command it
760 # runs to enable its job server during parallel builds. Hence the
761 # comments below.
762 all-multi:
763 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
764 install-multi:
765 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
766 mostlyclean-multi:
767 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
768 clean-multi:
769 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
770 distclean-multi:
771 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
772 maintainer-clean-multi:
773 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
774
775 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
776 install-multi maintainer-clean-multi mostlyclean-multi
777
778 install-exec-local: install-multi
779
780 all-local: all-multi
781 mostlyclean-local: mostlyclean-multi
782 clean-local: clean-multi
783 distclean-local: distclean-multi
784 maintainer-clean-local: maintainer-clean-multi
785
786 # Tell versions [3.59,3.63) of GNU make to not export all variables.
787 # Otherwise a system limit (for SysV at least) may be exceeded.
788 .NOEXPORT: