1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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
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
)
35 build_triplet
= @build@
37 target_triplet
= @target@
38 @SANITIZER_SUPPORTED_TRUE@am__append_1
= include/sanitizer
/common_interface_defs.h \
39 @SANITIZER_SUPPORTED_TRUE@
include/sanitizer
/lsan_interface.h \
40 @SANITIZER_SUPPORTED_TRUE@
include/sanitizer
/asan_interface.h
41 @SANITIZER_SUPPORTED_TRUE@@USING_MAC_INTERPOSE_FALSE@am__append_2
= interception
42 @LIBBACKTRACE_SUPPORTED_TRUE@@SANITIZER_SUPPORTED_TRUE@am__append_3
= libbacktrace
43 @SANITIZER_SUPPORTED_TRUE@@TSAN_SUPPORTED_TRUE@am__append_4
= tsan
45 DIST_COMMON
= ChangeLog
$(srcdir)/Makefile.in
$(srcdir)/Makefile.am \
46 $(top_srcdir
)/configure
$(am__configure_deps
) \
47 $(srcdir)/config.h.in
$(srcdir)/..
/mkinstalldirs \
48 $(srcdir)/libsanitizer.spec.in
49 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
50 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
51 $(top_srcdir
)/..
/config
/depstand.m4 \
52 $(top_srcdir
)/..
/config
/lead-dot.m4 \
53 $(top_srcdir
)/..
/config
/libstdc
++-raw-cxx.m4 \
54 $(top_srcdir
)/..
/config
/multi.m4 \
55 $(top_srcdir
)/..
/config
/override.m4 \
56 $(top_srcdir
)/..
/config
/stdint.m4 \
57 $(top_srcdir
)/..
/ltoptions.m4
$(top_srcdir
)/..
/ltsugar.m4 \
58 $(top_srcdir
)/..
/ltversion.m4
$(top_srcdir
)/..
/lt~obsolete.m4 \
59 $(top_srcdir
)/acinclude.m4
$(top_srcdir
)/..
/libtool.m4 \
60 $(top_srcdir
)/configure.ac
61 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
63 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
64 configure.lineno config.status.lineno
65 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
66 CONFIG_HEADER
= config.h
67 CONFIG_CLEAN_FILES
= libsanitizer.spec
68 CONFIG_CLEAN_VPATH_FILES
=
76 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
77 html-recursive info-recursive install-data-recursive \
78 install-dvi-recursive install-exec-recursive \
79 install-html-recursive install-info-recursive \
80 install-pdf-recursive install-ps-recursive install-recursive \
81 installcheck-recursive installdirs-recursive pdf-recursive \
82 ps-recursive uninstall-recursive
83 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
84 am__vpath_adj
= case
$$p in \
85 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
90 am__nobase_strip_setup
= \
91 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
93 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
94 am__nobase_list
= $(am__nobase_strip_setup
); \
95 for p in
$$list; do echo
"$$p $$p"; done | \
96 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
97 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
98 if (++n[$$2] == $(am__install_max)) \
99 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
100 END { for (dir in files) print dir, files[dir] }'
102 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
103 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
104 am__installdirs
= "$(DESTDIR)$(sanincludedir)" \
105 "$(DESTDIR)$(toolexeclibdir)"
106 HEADERS
= $(nodist_saninclude_HEADERS
) $(nodist_toolexeclib_HEADERS
)
107 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
108 distclean-recursive maintainer-clean-recursive
109 AM_RECURSIVE_TARGETS
= $(RECURSIVE_TARGETS
:-recursive
=) \
110 $(RECURSIVE_CLEAN_TARGETS
:-recursive
=) tags TAGS ctags CTAGS
113 DIST_SUBDIRS
= sanitizer_common interception libbacktrace lsan asan \
116 ALLOC_FILE
= @ALLOC_FILE@
119 AUTOCONF
= @AUTOCONF@
120 AUTOHEADER
= @AUTOHEADER@
121 AUTOMAKE
= @AUTOMAKE@
123 BACKTRACE_SUPPORTED
= @BACKTRACE_SUPPORTED@
124 BACKTRACE_SUPPORTS_THREADS
= @BACKTRACE_SUPPORTS_THREADS@
125 BACKTRACE_USES_MALLOC
= @BACKTRACE_USES_MALLOC@
128 CCASDEPMODE
= @CCASDEPMODE@
129 CCASFLAGS
= @CCASFLAGS@
130 CCDEPMODE
= @CCDEPMODE@
133 CPPFLAGS
= @CPPFLAGS@
136 CXXDEPMODE
= @CXXDEPMODE@
137 CXXFLAGS
= @CXXFLAGS@
138 CYGPATH_W
= @CYGPATH_W@
141 DSYMUTIL
= @DSYMUTIL@
149 FORMAT_FILE
= @FORMAT_FILE@
152 INSTALL_DATA
= @INSTALL_DATA@
153 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
154 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
155 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
160 LIBSTDCXX_RAW_CXX_CXXFLAGS
= @LIBSTDCXX_RAW_CXX_CXXFLAGS@
161 LIBSTDCXX_RAW_CXX_LDFLAGS
= @LIBSTDCXX_RAW_CXX_LDFLAGS@
165 LTLIBOBJS
= @LTLIBOBJS@
167 MAKEINFO
= @MAKEINFO@
176 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
177 PACKAGE_NAME
= @PACKAGE_NAME@
178 PACKAGE_STRING
= @PACKAGE_STRING@
179 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
180 PACKAGE_URL
= @PACKAGE_URL@
181 PACKAGE_VERSION
= @PACKAGE_VERSION@
182 PATH_SEPARATOR
= @PATH_SEPARATOR@
185 SET_MAKE
= @SET_MAKE@
188 TSAN_TARGET_DEPENDENT_OBJECTS
= @TSAN_TARGET_DEPENDENT_OBJECTS@
190 VIEW_FILE
= @VIEW_FILE@
191 abs_builddir
= @abs_builddir@
192 abs_srcdir
= @abs_srcdir@
193 abs_top_builddir
= @abs_top_builddir@
194 abs_top_srcdir
= @abs_top_srcdir@
195 ac_ct_CC
= @ac_ct_CC@
196 ac_ct_CXX
= @ac_ct_CXX@
197 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
198 am__include
= @am__include@
199 am__leading_dot
= @am__leading_dot@
200 am__quote
= @am__quote@
202 am__untar
= @am__untar@
205 build_alias
= @build_alias@
206 build_cpu
= @build_cpu@
207 build_os
= @build_os@
208 build_vendor
= @build_vendor@
209 builddir
= @builddir@
211 datarootdir
= @datarootdir@
214 enable_shared
= @enable_shared@
215 enable_static
= @enable_static@
216 exec_prefix = @
exec_prefix@
218 host_alias
= @host_alias@
219 host_cpu
= @host_cpu@
221 host_vendor
= @host_vendor@
223 includedir = @
includedir@
225 install_sh
= @install_sh@
227 libexecdir
= @libexecdir@
228 link_libasan
= @link_libasan@
229 link_liblsan
= @link_liblsan@
230 link_libtsan
= @link_libtsan@
231 link_libubsan
= @link_libubsan@
232 localedir
= @localedir@
233 localstatedir
= @localstatedir@
236 multi_basedir
= @multi_basedir@
237 oldincludedir = @
oldincludedir@
240 program_transform_name
= @program_transform_name@
243 sharedstatedir
= @sharedstatedir@
245 sysconfdir
= @sysconfdir@
247 target_alias
= @target_alias@
248 target_cpu
= @target_cpu@
249 target_noncanonical
= @target_noncanonical@
250 target_os
= @target_os@
251 target_vendor
= @target_vendor@
252 toolexecdir
= @toolexecdir@
253 toolexeclibdir
= @toolexeclibdir@
254 top_build_prefix
= @top_build_prefix@
255 top_builddir
= @top_builddir@
256 top_srcdir
= @top_srcdir@
257 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
258 sanincludedir
= $(libdir)/gcc
/$(target_alias
)/$(gcc_version
)/include/sanitizer
259 nodist_saninclude_HEADERS
= $(am__append_1
)
260 @SANITIZER_SUPPORTED_TRUE@SUBDIRS
= sanitizer_common
$(am__append_2
) \
261 @SANITIZER_SUPPORTED_TRUE@
$(am__append_3
) lsan asan ubsan \
262 @SANITIZER_SUPPORTED_TRUE@
$(am__append_4
)
263 gcc_version
:= $(shell cat
$(top_srcdir
)/..
/gcc
/BASE-VER
)
265 # Work around what appears to be a GNU make bug handling MAKEFLAGS
266 # values defined in terms of make variables, as is the case for CC and
267 # friends when we are called from the top level Makefile.
269 "AR_FLAGS=$(AR_FLAGS)" \
270 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
272 "CXXFLAGS=$(CXXFLAGS)" \
273 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
274 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
275 "INSTALL=$(INSTALL)" \
276 "INSTALL_DATA=$(INSTALL_DATA)" \
277 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
278 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
279 "JC1FLAGS=$(JC1FLAGS)" \
280 "LDFLAGS=$(LDFLAGS)" \
281 "LIBCFLAGS=$(LIBCFLAGS)" \
282 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
284 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
285 "PICFLAG=$(PICFLAG)" \
286 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
288 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
289 "exec_prefix=$(exec_prefix)" \
290 "infodir=$(infodir)" \
293 "includedir=$(includedir)" \
297 "LIBCFLAGS=$(LIBCFLAGS)" \
299 "PICFLAG=$(PICFLAG)" \
304 nodist_toolexeclib_HEADERS
= libsanitizer.spec
306 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
311 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
313 case
'$(am__configure_deps)' in \
315 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
316 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
321 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
322 $(am__cd
) $(top_srcdir
) && \
323 $(AUTOMAKE
) --foreign Makefile
325 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
328 echo
' $(SHELL) ./config.status'; \
329 $(SHELL
) .
/config.status
;; \
331 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
332 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
335 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
336 $(SHELL
) .
/config.status
--recheck
338 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
339 $(am__cd
) $(srcdir) && $(AUTOCONF
)
340 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
341 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
342 $(am__aclocal_m4_deps
):
345 @if
test ! -f
$@
; then \
347 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
350 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
352 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
353 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
354 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
359 -rm -f config.h stamp-h1
360 libsanitizer.spec
: $(top_builddir
)/config.status
$(srcdir)/libsanitizer.spec.in
361 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
370 -rm -f libtool config.lt
372 # GNU Make needs to see an explicit $(MAKE) variable in the command it
373 # runs to enable its job server during parallel builds. Hence the
376 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
378 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
381 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
383 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
385 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
386 maintainer-clean-multi
:
387 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
388 install-nodist_sanincludeHEADERS
: $(nodist_saninclude_HEADERS
)
390 test -z
"$(sanincludedir)" ||
$(MKDIR_P
) "$(DESTDIR)$(sanincludedir)"
391 @list
='$(nodist_saninclude_HEADERS)'; test -n
"$(sanincludedir)" || list
=; \
392 for p in
$$list; do \
393 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
395 done |
$(am__base_list
) | \
396 while read files
; do \
397 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(sanincludedir)'"; \
398 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(sanincludedir)" || exit
$$?
; \
401 uninstall-nodist_sanincludeHEADERS
:
403 @list
='$(nodist_saninclude_HEADERS)'; test -n
"$(sanincludedir)" || list
=; \
404 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
405 test -n
"$$files" || exit
0; \
406 echo
" ( cd '$(DESTDIR)$(sanincludedir)' && rm -f" $$files ")"; \
407 cd
"$(DESTDIR)$(sanincludedir)" && rm -f
$$files
408 install-nodist_toolexeclibHEADERS
: $(nodist_toolexeclib_HEADERS
)
410 test -z
"$(toolexeclibdir)" ||
$(MKDIR_P
) "$(DESTDIR)$(toolexeclibdir)"
411 @list
='$(nodist_toolexeclib_HEADERS)'; test -n
"$(toolexeclibdir)" || list
=; \
412 for p in
$$list; do \
413 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
415 done |
$(am__base_list
) | \
416 while read files
; do \
417 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
418 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(toolexeclibdir)" || exit
$$?
; \
421 uninstall-nodist_toolexeclibHEADERS
:
423 @list
='$(nodist_toolexeclib_HEADERS)'; test -n
"$(toolexeclibdir)" || list
=; \
424 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
425 test -n
"$$files" || exit
0; \
426 echo
" ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f" $$files ")"; \
427 cd
"$(DESTDIR)$(toolexeclibdir)" && rm -f
$$files
429 # This directory's subdirectories are mostly independent; you can cd
430 # into them and run `make' without going through this Makefile.
431 # To change the values of `make' variables: instead of editing Makefiles,
432 # (1) if the variable is set in `config.status', edit `config.status'
433 # (which will cause the Makefiles to be regenerated when you run `make');
434 # (2) otherwise, pass the desired values on the `make' command line.
435 $(RECURSIVE_TARGETS
):
436 @fail
= failcom
='exit 1'; \
437 for f in x
$$MAKEFLAGS; do \
440 *k
*) failcom
='fail=yes';; \
444 target
=`echo $@ | sed s/-recursive//`; \
445 list
='$(SUBDIRS)'; for subdir in
$$list; do \
446 echo
"Making $$target in $$subdir"; \
447 if
test "$$subdir" = "."; then \
449 local_target
="$$target-am"; \
451 local_target
="$$target"; \
453 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
456 if
test "$$dot_seen" = "no"; then \
457 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
460 $(RECURSIVE_CLEAN_TARGETS
):
461 @fail
= failcom
='exit 1'; \
462 for f in x
$$MAKEFLAGS; do \
465 *k
*) failcom
='fail=yes';; \
470 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
471 *) list
='$(SUBDIRS)' ;; \
473 rev
=''; for subdir in
$$list; do \
474 if
test "$$subdir" = "."; then
:; else \
475 rev
="$$subdir $$rev"; \
479 target
=`echo $@ | sed s/-recursive//`; \
480 for subdir in
$$rev; do \
481 echo
"Making $$target in $$subdir"; \
482 if
test "$$subdir" = "."; then \
483 local_target
="$$target-am"; \
485 local_target
="$$target"; \
487 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
489 done
&& test -z
"$$fail"
491 list
='$(SUBDIRS)'; for subdir in
$$list; do \
492 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
495 list
='$(SUBDIRS)'; for subdir in
$$list; do \
496 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
499 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
500 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
501 unique
=`for i in $$list; do \
502 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
505 END { if (nonempty) { for (i in files) print i; }; }'`; \
509 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
510 $(TAGS_FILES
) $(LISP
)
513 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
514 include_option
=--etags-include
; \
517 include_option
=--include; \
520 list
='$(SUBDIRS)'; for subdir in
$$list; do \
521 if
test "$$subdir" = .
; then
:; else \
522 test ! -f
$$subdir/TAGS || \
523 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
526 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
527 unique
=`for i in $$list; do \
528 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
531 END { if (nonempty) { for (i in files) print i; }; }'`; \
533 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
534 test -n
"$$unique" || unique
=$$empty_fix; \
535 if
test $$# -gt 0; then \
536 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
539 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
544 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
545 $(TAGS_FILES
) $(LISP
)
546 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
547 unique
=`for i in $$list; do \
548 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
550 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
551 END { if (nonempty) { for (i in files) print i; }; }'`; \
552 test -z
"$(CTAGS_ARGS)$$unique" \
553 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
557 here
=`$(am__cd) $(top_builddir) && pwd` \
558 && $(am__cd
) $(top_srcdir
) \
559 && gtags
-i
$(GTAGS_ARGS
) "$$here"
562 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
564 check: check-recursive
565 all-am
: Makefile all-multi
$(HEADERS
) config.h
566 installdirs: installdirs-recursive
568 for
dir in
"$(DESTDIR)$(sanincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
569 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
571 install: install-recursive
572 install-exec
: install-exec-recursive
573 install-data
: install-data-recursive
574 uninstall: uninstall-recursive
577 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
579 installcheck: installcheck-recursive
581 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
582 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
583 `test -z '$(STRIP)' || \
584 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
590 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
591 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
593 maintainer-clean-generic
:
594 @echo
"This command is intended for maintainers to use"
595 @echo
"it deletes files that may require special tools to rebuild."
596 clean: clean-multi clean-recursive
598 clean-am
: clean-generic clean-libtool mostlyclean-am
600 distclean: distclean-multi distclean-recursive
601 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
603 distclean-am
: clean-am distclean-generic distclean-hdr \
604 distclean-libtool distclean-tags
618 install-data-am
: install-nodist_sanincludeHEADERS
620 install-dvi
: install-dvi-recursive
624 install-exec-am
: install-multi install-nodist_toolexeclibHEADERS
626 install-html
: install-html-recursive
630 install-info
: install-info-recursive
636 install-pdf
: install-pdf-recursive
640 install-ps
: install-ps-recursive
646 maintainer-clean
: maintainer-clean-multi maintainer-clean-recursive
647 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
648 -rm -rf
$(top_srcdir
)/autom4te.cache
650 maintainer-clean-am
: distclean-am maintainer-clean-generic
652 mostlyclean: mostlyclean-multi mostlyclean-recursive
654 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
664 uninstall-am
: uninstall-nodist_sanincludeHEADERS \
665 uninstall-nodist_toolexeclibHEADERS
667 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all all-multi \
668 clean-multi ctags-recursive distclean-multi install-am \
669 install-multi install-strip maintainer-clean-multi \
670 mostlyclean-multi tags-recursive
672 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
673 all all-am all-multi am--refresh
check check-am
clean \
674 clean-generic clean-libtool clean-multi ctags ctags-recursive \
675 distclean distclean-generic distclean-hdr distclean-libtool \
676 distclean-multi distclean-tags
dvi dvi-am html html-am
info \
677 info-am
install install-am install-data install-data-am \
678 install-dvi install-dvi-am install-exec install-exec-am \
679 install-html install-html-am install-info install-info-am \
680 install-man install-multi install-nodist_sanincludeHEADERS \
681 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
682 install-ps install-ps-am install-strip
installcheck \
683 installcheck-am
installdirs installdirs-am maintainer-clean \
684 maintainer-clean-generic maintainer-clean-multi
mostlyclean \
685 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
686 pdf-am ps ps-am
tags tags-recursive
uninstall uninstall-am \
687 uninstall-nodist_sanincludeHEADERS \
688 uninstall-nodist_toolexeclibHEADERS
691 # Tell versions [3.59,3.63) of GNU make to not export all variables.
692 # Otherwise a system limit (for SysV at least) may be exceeded.