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