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