xref: /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/Makefile.in (revision c0a68be459da21030695f60d10265c2fc49758f8)
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
17VPATH = @srcdir@
18am__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}
29am__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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_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
99subdir = .
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101am__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
113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114	$(ACLOCAL_M4)
115DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
116	$(am__configure_deps)
117am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
118 configure.lineno config.status.lineno
119mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
120CONFIG_HEADER = config.h
121CONFIG_CLEAN_FILES = libsanitizer.spec
122CONFIG_CLEAN_VPATH_FILES =
123AM_V_P = $(am__v_P_@AM_V@)
124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125am__v_P_0 = false
126am__v_P_1 = :
127AM_V_GEN = $(am__v_GEN_@AM_V@)
128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129am__v_GEN_0 = @echo "  GEN     " $@;
130am__v_GEN_1 =
131AM_V_at = $(am__v_at_@AM_V@)
132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133am__v_at_0 = @
134am__v_at_1 =
135SOURCES =
136RECURSIVE_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
144am__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
149am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150am__vpath_adj = case $$p in \
151    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152    *) f=$$p;; \
153  esac;
154am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155am__install_max = 40
156am__nobase_strip_setup = \
157  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158am__nobase_strip = \
159  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160am__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] }'
167am__base_list = \
168  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170am__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  }
176am__installdirs = "$(DESTDIR)$(sanincludedir)" \
177	"$(DESTDIR)$(toolexeclibdir)"
178HEADERS = $(nodist_saninclude_HEADERS) $(nodist_toolexeclib_HEADERS)
179RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
180  distclean-recursive maintainer-clean-recursive
181am__recursive_targets = \
182  $(RECURSIVE_TARGETS) \
183  $(RECURSIVE_CLEAN_TARGETS) \
184  $(am__extra_recursive_targets)
185AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
186	cscope
187am__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.
192am__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.
200am__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)`
205ETAGS = etags
206CTAGS = ctags
207CSCOPE = cscope
208DIST_SUBDIRS = sanitizer_common interception libbacktrace lsan asan \
209	ubsan tsan
210ACLOCAL = @ACLOCAL@
211ALLOC_FILE = @ALLOC_FILE@
212AMTAR = @AMTAR@
213AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
214AR = @AR@
215AUTOCONF = @AUTOCONF@
216AUTOHEADER = @AUTOHEADER@
217AUTOMAKE = @AUTOMAKE@
218AWK = @AWK@
219BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
220BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
221BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
222CC = @CC@
223CCAS = @CCAS@
224CCASDEPMODE = @CCASDEPMODE@
225CCASFLAGS = @CCASFLAGS@
226CCDEPMODE = @CCDEPMODE@
227CFLAGS = @CFLAGS@
228CPP = @CPP@
229CPPFLAGS = @CPPFLAGS@
230CXX = @CXX@
231CXXCPP = @CXXCPP@
232CXXDEPMODE = @CXXDEPMODE@
233CXXFLAGS = @CXXFLAGS@
234CYGPATH_W = @CYGPATH_W@
235DEFS = @DEFS@
236DEPDIR = @DEPDIR@
237DSYMUTIL = @DSYMUTIL@
238DUMPBIN = @DUMPBIN@
239ECHO_C = @ECHO_C@
240ECHO_N = @ECHO_N@
241ECHO_T = @ECHO_T@
242EGREP = @EGREP@
243EXEEXT = @EXEEXT@
244EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
245EXTRA_CFLAGS = @EXTRA_CFLAGS@
246EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
247FGREP = @FGREP@
248FORMAT_FILE = @FORMAT_FILE@
249GREP = @GREP@
250INSTALL = @INSTALL@
251INSTALL_DATA = @INSTALL_DATA@
252INSTALL_PROGRAM = @INSTALL_PROGRAM@
253INSTALL_SCRIPT = @INSTALL_SCRIPT@
254INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
255LD = @LD@
256LDFLAGS = @LDFLAGS@
257LIBOBJS = @LIBOBJS@
258LIBS = @LIBS@
259LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
260LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
261LIBTOOL = @LIBTOOL@
262LIPO = @LIPO@
263LN_S = @LN_S@
264LTLIBOBJS = @LTLIBOBJS@
265MAINT = @MAINT@
266MAKEINFO = @MAKEINFO@
267MKDIR_P = @MKDIR_P@
268NM = @NM@
269NMEDIT = @NMEDIT@
270OBJDUMP = @OBJDUMP@
271OBJEXT = @OBJEXT@
272OTOOL = @OTOOL@
273OTOOL64 = @OTOOL64@
274PACKAGE = @PACKAGE@
275PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
276PACKAGE_NAME = @PACKAGE_NAME@
277PACKAGE_STRING = @PACKAGE_STRING@
278PACKAGE_TARNAME = @PACKAGE_TARNAME@
279PACKAGE_URL = @PACKAGE_URL@
280PACKAGE_VERSION = @PACKAGE_VERSION@
281PATH_SEPARATOR = @PATH_SEPARATOR@
282RANLIB = @RANLIB@
283RPC_DEFS = @RPC_DEFS@
284SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
285SED = @SED@
286SET_MAKE = @SET_MAKE@
287SHELL = @SHELL@
288STRIP = @STRIP@
289TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
290VERSION = @VERSION@
291VIEW_FILE = @VIEW_FILE@
292abs_builddir = @abs_builddir@
293abs_srcdir = @abs_srcdir@
294abs_top_builddir = @abs_top_builddir@
295abs_top_srcdir = @abs_top_srcdir@
296ac_ct_CC = @ac_ct_CC@
297ac_ct_CXX = @ac_ct_CXX@
298ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
299am__include = @am__include@
300am__leading_dot = @am__leading_dot@
301am__quote = @am__quote@
302am__tar = @am__tar@
303am__untar = @am__untar@
304bindir = @bindir@
305build = @build@
306build_alias = @build_alias@
307build_cpu = @build_cpu@
308build_os = @build_os@
309build_vendor = @build_vendor@
310builddir = @builddir@
311datadir = @datadir@
312datarootdir = @datarootdir@
313docdir = @docdir@
314dvidir = @dvidir@
315enable_shared = @enable_shared@
316enable_static = @enable_static@
317exec_prefix = @exec_prefix@
318get_gcc_base_ver = @get_gcc_base_ver@
319host = @host@
320host_alias = @host_alias@
321host_cpu = @host_cpu@
322host_os = @host_os@
323host_vendor = @host_vendor@
324htmldir = @htmldir@
325includedir = @includedir@
326infodir = @infodir@
327install_sh = @install_sh@
328libdir = @libdir@
329libexecdir = @libexecdir@
330link_libasan = @link_libasan@
331link_liblsan = @link_liblsan@
332link_libtsan = @link_libtsan@
333link_libubsan = @link_libubsan@
334localedir = @localedir@
335localstatedir = @localstatedir@
336mandir = @mandir@
337mkdir_p = @mkdir_p@
338multi_basedir = @multi_basedir@
339oldincludedir = @oldincludedir@
340pdfdir = @pdfdir@
341prefix = @prefix@
342program_transform_name = @program_transform_name@
343psdir = @psdir@
344sbindir = @sbindir@
345sharedstatedir = @sharedstatedir@
346srcdir = @srcdir@
347sysconfdir = @sysconfdir@
348target = @target@
349target_alias = @target_alias@
350target_cpu = @target_cpu@
351target_noncanonical = @target_noncanonical@
352target_os = @target_os@
353target_vendor = @target_vendor@
354toolexecdir = @toolexecdir@
355toolexeclibdir = @toolexeclibdir@
356top_build_prefix = @top_build_prefix@
357top_builddir = @top_builddir@
358top_srcdir = @top_srcdir@
359ACLOCAL_AMFLAGS = -I .. -I ../config
360sanincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/sanitizer
361nodist_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)
365gcc_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.
370AM_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
405MAKEOVERRIDES =
406nodist_toolexeclib_HEADERS = libsanitizer.spec
407MULTISRCTOP =
408MULTIBUILDTOP =
409MULTIDIRS =
410MULTISUBDIR =
411MULTIDO = true
412MULTICLEAN = true
413all: config.h
414	$(MAKE) $(AM_MAKEFLAGS) all-recursive
415
416.SUFFIXES:
417am--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
432Makefile: $(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
452config.h: stamp-h1
453	@test -f $@ || rm -f stamp-h1
454	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
455
456stamp-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
464distclean-hdr:
465	-rm -f config.h stamp-h1
466libsanitizer.spec: $(top_builddir)/config.status $(srcdir)/libsanitizer.spec.in
467	cd $(top_builddir) && $(SHELL) ./config.status $@
468
469mostlyclean-libtool:
470	-rm -f *.lo
471
472clean-libtool:
473	-rm -rf .libs _libs
474
475distclean-libtool:
476	-rm -f libtool config.lt
477install-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
493uninstall-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)
498install-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
514uninstall-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
554ID: $(am__tagged_files)
555	$(am__define_uniq_tagged_files); mkid -fID $$unique
556tags: tags-recursive
557TAGS: tags
558
559tags-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
587ctags: ctags-recursive
588
589CTAGS: ctags
590ctags-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
596GTAGS:
597	here=`$(am__cd) $(top_builddir) && pwd` \
598	  && $(am__cd) $(top_srcdir) \
599	  && gtags -i $(GTAGS_ARGS) "$$here"
600cscope: cscope.files
601	test ! -s cscope.files \
602	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
603clean-cscope:
604	-rm -f cscope.files
605cscope.files: clean-cscope cscopelist
606cscopelist: cscopelist-recursive
607
608cscopelist-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
622distclean-tags:
623	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
624	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
625check-am: all-am
626check: check-recursive
627all-am: Makefile $(HEADERS) config.h all-local
628installdirs: installdirs-recursive
629installdirs-am:
630	for dir in "$(DESTDIR)$(sanincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
631	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
632	done
633install: install-recursive
634install-exec: install-exec-recursive
635install-data: install-data-recursive
636uninstall: uninstall-recursive
637
638install-am: all-am
639	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
640
641installcheck: installcheck-recursive
642install-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
652mostlyclean-generic:
653
654clean-generic:
655
656distclean-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
660maintainer-clean-generic:
661	@echo "This command is intended for maintainers to use"
662	@echo "it deletes files that may require special tools to rebuild."
663clean: clean-recursive
664
665clean-am: clean-generic clean-libtool clean-local mostlyclean-am
666
667distclean: distclean-recursive
668	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
669	-rm -f Makefile
670distclean-am: clean-am distclean-generic distclean-hdr \
671	distclean-libtool distclean-local distclean-tags
672
673dvi: dvi-recursive
674
675dvi-am:
676
677html: html-recursive
678
679html-am:
680
681info: info-recursive
682
683info-am:
684
685install-data-am: install-nodist_sanincludeHEADERS
686
687install-dvi: install-dvi-recursive
688
689install-dvi-am:
690
691install-exec-am: install-exec-local install-nodist_toolexeclibHEADERS
692
693install-html: install-html-recursive
694
695install-html-am:
696
697install-info: install-info-recursive
698
699install-info-am:
700
701install-man:
702
703install-pdf: install-pdf-recursive
704
705install-pdf-am:
706
707install-ps: install-ps-recursive
708
709install-ps-am:
710
711installcheck-am:
712
713maintainer-clean: maintainer-clean-recursive
714	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
715	-rm -rf $(top_srcdir)/autom4te.cache
716	-rm -f Makefile
717maintainer-clean-am: distclean-am maintainer-clean-generic \
718	maintainer-clean-local
719
720mostlyclean: mostlyclean-recursive
721
722mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
723	mostlyclean-local
724
725pdf: pdf-recursive
726
727pdf-am:
728
729ps: ps-recursive
730
731ps-am:
732
733uninstall-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.
762all-multi:
763	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
764install-multi:
765	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
766mostlyclean-multi:
767	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
768clean-multi:
769	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
770distclean-multi:
771	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
772maintainer-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
778install-exec-local: install-multi
779
780all-local: all-multi
781mostlyclean-local: mostlyclean-multi
782clean-local: clean-multi
783distclean-local: distclean-multi
784maintainer-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:
789