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