PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals
[official-gcc.git] / libsanitizer / Makefile.in
blob5a33e0ec529dab0776088d318404abefbf2e811d
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 @USING_MAC_INTERPOSE_FALSE@am__append_1 = interception
39 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_2 = libbacktrace
40 @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 SUBDIRS = sanitizer_common $(am__append_1) $(am__append_2) lsan asan \
254 ubsan $(am__append_3)
255 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
257 # Work around what appears to be a GNU make bug handling MAKEFLAGS
258 # values defined in terms of make variables, as is the case for CC and
259 # friends when we are called from the top level Makefile.
260 AM_MAKEFLAGS = \
261 "AR_FLAGS=$(AR_FLAGS)" \
262 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
263 "CFLAGS=$(CFLAGS)" \
264 "CXXFLAGS=$(CXXFLAGS)" \
265 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
266 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
267 "INSTALL=$(INSTALL)" \
268 "INSTALL_DATA=$(INSTALL_DATA)" \
269 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
270 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
271 "JC1FLAGS=$(JC1FLAGS)" \
272 "LDFLAGS=$(LDFLAGS)" \
273 "LIBCFLAGS=$(LIBCFLAGS)" \
274 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
275 "MAKE=$(MAKE)" \
276 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
277 "PICFLAG=$(PICFLAG)" \
278 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
279 "SHELL=$(SHELL)" \
280 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
281 "exec_prefix=$(exec_prefix)" \
282 "infodir=$(infodir)" \
283 "libdir=$(libdir)" \
284 "prefix=$(prefix)" \
285 "includedir=$(includedir)" \
286 "AR=$(AR)" \
287 "AS=$(AS)" \
288 "LD=$(LD)" \
289 "LIBCFLAGS=$(LIBCFLAGS)" \
290 "NM=$(NM)" \
291 "PICFLAG=$(PICFLAG)" \
292 "RANLIB=$(RANLIB)" \
293 "DESTDIR=$(DESTDIR)"
295 MAKEOVERRIDES =
296 nodist_toolexeclib_HEADERS = libsanitizer.spec
297 all: config.h
298 $(MAKE) $(AM_MAKEFLAGS) all-recursive
300 .SUFFIXES:
301 am--refresh:
303 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
304 @for dep in $?; do \
305 case '$(am__configure_deps)' in \
306 *$$dep*) \
307 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
308 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
309 && exit 0; \
310 exit 1;; \
311 esac; \
312 done; \
313 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
314 $(am__cd) $(top_srcdir) && \
315 $(AUTOMAKE) --foreign Makefile
316 .PRECIOUS: Makefile
317 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318 @case '$?' in \
319 *config.status*) \
320 echo ' $(SHELL) ./config.status'; \
321 $(SHELL) ./config.status;; \
322 *) \
323 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
324 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
325 esac;
327 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
328 $(SHELL) ./config.status --recheck
330 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
331 $(am__cd) $(srcdir) && $(AUTOCONF)
332 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
333 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
334 $(am__aclocal_m4_deps):
336 config.h: stamp-h1
337 @if test ! -f $@; then \
338 rm -f stamp-h1; \
339 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
340 else :; fi
342 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
343 @rm -f stamp-h1
344 cd $(top_builddir) && $(SHELL) ./config.status config.h
345 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
346 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
347 rm -f stamp-h1
348 touch $@
350 distclean-hdr:
351 -rm -f config.h stamp-h1
352 libsanitizer.spec: $(top_builddir)/config.status $(srcdir)/libsanitizer.spec.in
353 cd $(top_builddir) && $(SHELL) ./config.status $@
355 mostlyclean-libtool:
356 -rm -f *.lo
358 clean-libtool:
359 -rm -rf .libs _libs
361 distclean-libtool:
362 -rm -f libtool config.lt
364 # GNU Make needs to see an explicit $(MAKE) variable in the command it
365 # runs to enable its job server during parallel builds. Hence the
366 # comments below.
367 all-multi:
368 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
369 install-multi:
370 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
372 mostlyclean-multi:
373 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
374 clean-multi:
375 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
376 distclean-multi:
377 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
378 maintainer-clean-multi:
379 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
380 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
381 @$(NORMAL_INSTALL)
382 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
383 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
384 for p in $$list; do \
385 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
386 echo "$$d$$p"; \
387 done | $(am__base_list) | \
388 while read files; do \
389 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
390 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
391 done
393 uninstall-nodist_toolexeclibHEADERS:
394 @$(NORMAL_UNINSTALL)
395 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
396 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
397 test -n "$$files" || exit 0; \
398 echo " ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f" $$files ")"; \
399 cd "$(DESTDIR)$(toolexeclibdir)" && rm -f $$files
401 # This directory's subdirectories are mostly independent; you can cd
402 # into them and run `make' without going through this Makefile.
403 # To change the values of `make' variables: instead of editing Makefiles,
404 # (1) if the variable is set in `config.status', edit `config.status'
405 # (which will cause the Makefiles to be regenerated when you run `make');
406 # (2) otherwise, pass the desired values on the `make' command line.
407 $(RECURSIVE_TARGETS):
408 @fail= failcom='exit 1'; \
409 for f in x $$MAKEFLAGS; do \
410 case $$f in \
411 *=* | --[!k]*);; \
412 *k*) failcom='fail=yes';; \
413 esac; \
414 done; \
415 dot_seen=no; \
416 target=`echo $@ | sed s/-recursive//`; \
417 list='$(SUBDIRS)'; for subdir in $$list; do \
418 echo "Making $$target in $$subdir"; \
419 if test "$$subdir" = "."; then \
420 dot_seen=yes; \
421 local_target="$$target-am"; \
422 else \
423 local_target="$$target"; \
424 fi; \
425 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
426 || eval $$failcom; \
427 done; \
428 if test "$$dot_seen" = "no"; then \
429 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
430 fi; test -z "$$fail"
432 $(RECURSIVE_CLEAN_TARGETS):
433 @fail= failcom='exit 1'; \
434 for f in x $$MAKEFLAGS; do \
435 case $$f in \
436 *=* | --[!k]*);; \
437 *k*) failcom='fail=yes';; \
438 esac; \
439 done; \
440 dot_seen=no; \
441 case "$@" in \
442 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
443 *) list='$(SUBDIRS)' ;; \
444 esac; \
445 rev=''; for subdir in $$list; do \
446 if test "$$subdir" = "."; then :; else \
447 rev="$$subdir $$rev"; \
448 fi; \
449 done; \
450 rev="$$rev ."; \
451 target=`echo $@ | sed s/-recursive//`; \
452 for subdir in $$rev; do \
453 echo "Making $$target in $$subdir"; \
454 if test "$$subdir" = "."; then \
455 local_target="$$target-am"; \
456 else \
457 local_target="$$target"; \
458 fi; \
459 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
460 || eval $$failcom; \
461 done && test -z "$$fail"
462 tags-recursive:
463 list='$(SUBDIRS)'; for subdir in $$list; do \
464 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
465 done
466 ctags-recursive:
467 list='$(SUBDIRS)'; for subdir in $$list; do \
468 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
469 done
471 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
472 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
473 unique=`for i in $$list; do \
474 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475 done | \
476 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477 END { if (nonempty) { for (i in files) print i; }; }'`; \
478 mkid -fID $$unique
479 tags: TAGS
481 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
482 $(TAGS_FILES) $(LISP)
483 set x; \
484 here=`pwd`; \
485 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
486 include_option=--etags-include; \
487 empty_fix=.; \
488 else \
489 include_option=--include; \
490 empty_fix=; \
491 fi; \
492 list='$(SUBDIRS)'; for subdir in $$list; do \
493 if test "$$subdir" = .; then :; else \
494 test ! -f $$subdir/TAGS || \
495 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
496 fi; \
497 done; \
498 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
499 unique=`for i in $$list; do \
500 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501 done | \
502 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503 END { if (nonempty) { for (i in files) print i; }; }'`; \
504 shift; \
505 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
506 test -n "$$unique" || unique=$$empty_fix; \
507 if test $$# -gt 0; then \
508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
509 "$$@" $$unique; \
510 else \
511 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512 $$unique; \
513 fi; \
515 ctags: CTAGS
516 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
517 $(TAGS_FILES) $(LISP)
518 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
519 unique=`for i in $$list; do \
520 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521 done | \
522 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
523 END { if (nonempty) { for (i in files) print i; }; }'`; \
524 test -z "$(CTAGS_ARGS)$$unique" \
525 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526 $$unique
528 GTAGS:
529 here=`$(am__cd) $(top_builddir) && pwd` \
530 && $(am__cd) $(top_srcdir) \
531 && gtags -i $(GTAGS_ARGS) "$$here"
533 distclean-tags:
534 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
535 check-am: all-am
536 check: check-recursive
537 all-am: Makefile all-multi $(HEADERS) config.h
538 installdirs: installdirs-recursive
539 installdirs-am:
540 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
541 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
542 done
543 install: install-recursive
544 install-exec: install-exec-recursive
545 install-data: install-data-recursive
546 uninstall: uninstall-recursive
548 install-am: all-am
549 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551 installcheck: installcheck-recursive
552 install-strip:
553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555 `test -z '$(STRIP)' || \
556 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
557 mostlyclean-generic:
559 clean-generic:
561 distclean-generic:
562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
563 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
565 maintainer-clean-generic:
566 @echo "This command is intended for maintainers to use"
567 @echo "it deletes files that may require special tools to rebuild."
568 clean: clean-multi clean-recursive
570 clean-am: clean-generic clean-libtool mostlyclean-am
572 distclean: distclean-multi distclean-recursive
573 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
574 -rm -f Makefile
575 distclean-am: clean-am distclean-generic distclean-hdr \
576 distclean-libtool distclean-tags
578 dvi: dvi-recursive
580 dvi-am:
582 html: html-recursive
584 html-am:
586 info: info-recursive
588 info-am:
590 install-data-am:
592 install-dvi: install-dvi-recursive
594 install-dvi-am:
596 install-exec-am: install-multi install-nodist_toolexeclibHEADERS
598 install-html: install-html-recursive
600 install-html-am:
602 install-info: install-info-recursive
604 install-info-am:
606 install-man:
608 install-pdf: install-pdf-recursive
610 install-pdf-am:
612 install-ps: install-ps-recursive
614 install-ps-am:
616 installcheck-am:
618 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
619 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
620 -rm -rf $(top_srcdir)/autom4te.cache
621 -rm -f Makefile
622 maintainer-clean-am: distclean-am maintainer-clean-generic
624 mostlyclean: mostlyclean-multi mostlyclean-recursive
626 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
628 pdf: pdf-recursive
630 pdf-am:
632 ps: ps-recursive
634 ps-am:
636 uninstall-am: uninstall-nodist_toolexeclibHEADERS
638 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
639 clean-multi ctags-recursive distclean-multi install-am \
640 install-multi install-strip maintainer-clean-multi \
641 mostlyclean-multi tags-recursive
643 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
644 all all-am all-multi am--refresh check check-am clean \
645 clean-generic clean-libtool clean-multi ctags ctags-recursive \
646 distclean distclean-generic distclean-hdr distclean-libtool \
647 distclean-multi distclean-tags dvi dvi-am html html-am info \
648 info-am install install-am install-data install-data-am \
649 install-dvi install-dvi-am install-exec install-exec-am \
650 install-html install-html-am install-info install-info-am \
651 install-man install-multi install-nodist_toolexeclibHEADERS \
652 install-pdf install-pdf-am install-ps install-ps-am \
653 install-strip installcheck installcheck-am installdirs \
654 installdirs-am maintainer-clean maintainer-clean-generic \
655 maintainer-clean-multi mostlyclean mostlyclean-generic \
656 mostlyclean-libtool mostlyclean-multi pdf pdf-am ps ps-am tags \
657 tags-recursive uninstall uninstall-am \
658 uninstall-nodist_toolexeclibHEADERS
661 # Tell versions [3.59,3.63) of GNU make to not export all variables.
662 # Otherwise a system limit (for SysV at least) may be exceeded.
663 .NOEXPORT: