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