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@
189 VIEW_FILE
= @VIEW_FILE@
190 abs_builddir
= @abs_builddir@
191 abs_srcdir
= @abs_srcdir@
192 abs_top_builddir
= @abs_top_builddir@
193 abs_top_srcdir
= @abs_top_srcdir@
194 ac_ct_CC
= @ac_ct_CC@
195 ac_ct_CXX
= @ac_ct_CXX@
196 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
197 am__include
= @am__include@
198 am__leading_dot
= @am__leading_dot@
199 am__quote
= @am__quote@
201 am__untar
= @am__untar@
204 build_alias
= @build_alias@
205 build_cpu
= @build_cpu@
206 build_os
= @build_os@
207 build_vendor
= @build_vendor@
208 builddir
= @builddir@
210 datarootdir
= @datarootdir@
213 enable_shared
= @enable_shared@
214 enable_static
= @enable_static@
215 exec_prefix = @
exec_prefix@
217 host_alias
= @host_alias@
218 host_cpu
= @host_cpu@
220 host_vendor
= @host_vendor@
222 includedir = @
includedir@
224 install_sh
= @install_sh@
226 libexecdir
= @libexecdir@
227 link_libasan
= @link_libasan@
228 link_liblsan
= @link_liblsan@
229 link_libtsan
= @link_libtsan@
230 link_libubsan
= @link_libubsan@
231 localedir
= @localedir@
232 localstatedir
= @localstatedir@
235 multi_basedir
= @multi_basedir@
236 oldincludedir = @
oldincludedir@
239 program_transform_name
= @program_transform_name@
242 sharedstatedir
= @sharedstatedir@
244 sysconfdir
= @sysconfdir@
246 target_alias
= @target_alias@
247 target_cpu
= @target_cpu@
248 target_noncanonical
= @target_noncanonical@
249 target_os
= @target_os@
250 target_vendor
= @target_vendor@
251 toolexecdir
= @toolexecdir@
252 toolexeclibdir
= @toolexeclibdir@
253 top_build_prefix
= @top_build_prefix@
254 top_builddir
= @top_builddir@
255 top_srcdir
= @top_srcdir@
256 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
257 sanincludedir
= $(libdir)/gcc
/$(target_alias
)/$(gcc_version
)/include/sanitizer
258 nodist_saninclude_HEADERS
= $(am__append_1
)
259 @SANITIZER_SUPPORTED_TRUE@SUBDIRS
= sanitizer_common
$(am__append_2
) \
260 @SANITIZER_SUPPORTED_TRUE@
$(am__append_3
) lsan asan ubsan \
261 @SANITIZER_SUPPORTED_TRUE@
$(am__append_4
)
262 gcc_version
:= $(shell cat
$(top_srcdir
)/..
/gcc
/BASE-VER
)
264 # Work around what appears to be a GNU make bug handling MAKEFLAGS
265 # values defined in terms of make variables, as is the case for CC and
266 # friends when we are called from the top level Makefile.
268 "AR_FLAGS=$(AR_FLAGS)" \
269 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
271 "CXXFLAGS=$(CXXFLAGS)" \
272 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
273 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
274 "INSTALL=$(INSTALL)" \
275 "INSTALL_DATA=$(INSTALL_DATA)" \
276 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
277 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
278 "JC1FLAGS=$(JC1FLAGS)" \
279 "LDFLAGS=$(LDFLAGS)" \
280 "LIBCFLAGS=$(LIBCFLAGS)" \
281 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
283 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
284 "PICFLAG=$(PICFLAG)" \
285 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
287 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
288 "exec_prefix=$(exec_prefix)" \
289 "infodir=$(infodir)" \
292 "includedir=$(includedir)" \
296 "LIBCFLAGS=$(LIBCFLAGS)" \
298 "PICFLAG=$(PICFLAG)" \
303 nodist_toolexeclib_HEADERS
= libsanitizer.spec
305 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
310 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
312 case
'$(am__configure_deps)' in \
314 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
315 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
320 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
321 $(am__cd
) $(top_srcdir
) && \
322 $(AUTOMAKE
) --foreign Makefile
324 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
327 echo
' $(SHELL) ./config.status'; \
328 $(SHELL
) .
/config.status
;; \
330 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
331 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
334 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
335 $(SHELL
) .
/config.status
--recheck
337 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
338 $(am__cd
) $(srcdir) && $(AUTOCONF
)
339 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
340 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
341 $(am__aclocal_m4_deps
):
344 @if
test ! -f
$@
; then \
346 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
349 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
351 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
352 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
353 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
358 -rm -f config.h stamp-h1
359 libsanitizer.spec
: $(top_builddir
)/config.status
$(srcdir)/libsanitizer.spec.in
360 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
369 -rm -f libtool config.lt
371 # GNU Make needs to see an explicit $(MAKE) variable in the command it
372 # runs to enable its job server during parallel builds. Hence the
375 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
377 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
380 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
382 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
384 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
385 maintainer-clean-multi
:
386 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
387 install-nodist_sanincludeHEADERS
: $(nodist_saninclude_HEADERS
)
389 test -z
"$(sanincludedir)" ||
$(MKDIR_P
) "$(DESTDIR)$(sanincludedir)"
390 @list
='$(nodist_saninclude_HEADERS)'; test -n
"$(sanincludedir)" || list
=; \
391 for p in
$$list; do \
392 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
394 done |
$(am__base_list
) | \
395 while read files
; do \
396 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(sanincludedir)'"; \
397 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(sanincludedir)" || exit
$$?
; \
400 uninstall-nodist_sanincludeHEADERS
:
402 @list
='$(nodist_saninclude_HEADERS)'; test -n
"$(sanincludedir)" || list
=; \
403 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
404 test -n
"$$files" || exit
0; \
405 echo
" ( cd '$(DESTDIR)$(sanincludedir)' && rm -f" $$files ")"; \
406 cd
"$(DESTDIR)$(sanincludedir)" && rm -f
$$files
407 install-nodist_toolexeclibHEADERS
: $(nodist_toolexeclib_HEADERS
)
409 test -z
"$(toolexeclibdir)" ||
$(MKDIR_P
) "$(DESTDIR)$(toolexeclibdir)"
410 @list
='$(nodist_toolexeclib_HEADERS)'; test -n
"$(toolexeclibdir)" || list
=; \
411 for p in
$$list; do \
412 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
414 done |
$(am__base_list
) | \
415 while read files
; do \
416 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
417 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(toolexeclibdir)" || exit
$$?
; \
420 uninstall-nodist_toolexeclibHEADERS
:
422 @list
='$(nodist_toolexeclib_HEADERS)'; test -n
"$(toolexeclibdir)" || list
=; \
423 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
424 test -n
"$$files" || exit
0; \
425 echo
" ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f" $$files ")"; \
426 cd
"$(DESTDIR)$(toolexeclibdir)" && rm -f
$$files
428 # This directory's subdirectories are mostly independent; you can cd
429 # into them and run `make' without going through this Makefile.
430 # To change the values of `make' variables: instead of editing Makefiles,
431 # (1) if the variable is set in `config.status', edit `config.status'
432 # (which will cause the Makefiles to be regenerated when you run `make');
433 # (2) otherwise, pass the desired values on the `make' command line.
434 $(RECURSIVE_TARGETS
):
435 @fail
= failcom
='exit 1'; \
436 for f in x
$$MAKEFLAGS; do \
439 *k
*) failcom
='fail=yes';; \
443 target
=`echo $@ | sed s/-recursive//`; \
444 list
='$(SUBDIRS)'; for subdir in
$$list; do \
445 echo
"Making $$target in $$subdir"; \
446 if
test "$$subdir" = "."; then \
448 local_target
="$$target-am"; \
450 local_target
="$$target"; \
452 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
455 if
test "$$dot_seen" = "no"; then \
456 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
459 $(RECURSIVE_CLEAN_TARGETS
):
460 @fail
= failcom
='exit 1'; \
461 for f in x
$$MAKEFLAGS; do \
464 *k
*) failcom
='fail=yes';; \
469 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
470 *) list
='$(SUBDIRS)' ;; \
472 rev
=''; for subdir in
$$list; do \
473 if
test "$$subdir" = "."; then
:; else \
474 rev
="$$subdir $$rev"; \
478 target
=`echo $@ | sed s/-recursive//`; \
479 for subdir in
$$rev; do \
480 echo
"Making $$target in $$subdir"; \
481 if
test "$$subdir" = "."; then \
482 local_target
="$$target-am"; \
484 local_target
="$$target"; \
486 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
488 done
&& test -z
"$$fail"
490 list
='$(SUBDIRS)'; for subdir in
$$list; do \
491 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
494 list
='$(SUBDIRS)'; for subdir in
$$list; do \
495 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
498 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
499 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
500 unique
=`for i in $$list; do \
501 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
504 END { if (nonempty) { for (i in files) print i; }; }'`; \
508 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
509 $(TAGS_FILES
) $(LISP
)
512 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
513 include_option
=--etags-include
; \
516 include_option
=--include; \
519 list
='$(SUBDIRS)'; for subdir in
$$list; do \
520 if
test "$$subdir" = .
; then
:; else \
521 test ! -f
$$subdir/TAGS || \
522 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
525 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
526 unique
=`for i in $$list; do \
527 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
529 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
530 END { if (nonempty) { for (i in files) print i; }; }'`; \
532 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
533 test -n
"$$unique" || unique
=$$empty_fix; \
534 if
test $$# -gt 0; then \
535 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
538 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
543 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
544 $(TAGS_FILES
) $(LISP
)
545 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
546 unique
=`for i in $$list; do \
547 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
549 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
550 END { if (nonempty) { for (i in files) print i; }; }'`; \
551 test -z
"$(CTAGS_ARGS)$$unique" \
552 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
556 here
=`$(am__cd) $(top_builddir) && pwd` \
557 && $(am__cd
) $(top_srcdir
) \
558 && gtags
-i
$(GTAGS_ARGS
) "$$here"
561 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
563 check: check-recursive
564 all-am
: Makefile all-multi
$(HEADERS
) config.h
565 installdirs: installdirs-recursive
567 for
dir in
"$(DESTDIR)$(sanincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
568 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
570 install: install-recursive
571 install-exec
: install-exec-recursive
572 install-data
: install-data-recursive
573 uninstall: uninstall-recursive
576 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
578 installcheck: installcheck-recursive
580 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
581 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
582 `test -z '$(STRIP)' || \
583 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
589 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
590 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
592 maintainer-clean-generic
:
593 @echo
"This command is intended for maintainers to use"
594 @echo
"it deletes files that may require special tools to rebuild."
595 clean: clean-multi clean-recursive
597 clean-am
: clean-generic clean-libtool mostlyclean-am
599 distclean: distclean-multi distclean-recursive
600 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
602 distclean-am
: clean-am distclean-generic distclean-hdr \
603 distclean-libtool distclean-tags
617 install-data-am
: install-nodist_sanincludeHEADERS
619 install-dvi
: install-dvi-recursive
623 install-exec-am
: install-multi install-nodist_toolexeclibHEADERS
625 install-html
: install-html-recursive
629 install-info
: install-info-recursive
635 install-pdf
: install-pdf-recursive
639 install-ps
: install-ps-recursive
645 maintainer-clean
: maintainer-clean-multi maintainer-clean-recursive
646 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
647 -rm -rf
$(top_srcdir
)/autom4te.cache
649 maintainer-clean-am
: distclean-am maintainer-clean-generic
651 mostlyclean: mostlyclean-multi mostlyclean-recursive
653 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
663 uninstall-am
: uninstall-nodist_sanincludeHEADERS \
664 uninstall-nodist_toolexeclibHEADERS
666 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all all-multi \
667 clean-multi ctags-recursive distclean-multi install-am \
668 install-multi install-strip maintainer-clean-multi \
669 mostlyclean-multi tags-recursive
671 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
672 all all-am all-multi am--refresh
check check-am
clean \
673 clean-generic clean-libtool clean-multi ctags ctags-recursive \
674 distclean distclean-generic distclean-hdr distclean-libtool \
675 distclean-multi distclean-tags
dvi dvi-am html html-am
info \
676 info-am
install install-am install-data install-data-am \
677 install-dvi install-dvi-am install-exec install-exec-am \
678 install-html install-html-am install-info install-info-am \
679 install-man install-multi install-nodist_sanincludeHEADERS \
680 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
681 install-ps install-ps-am install-strip
installcheck \
682 installcheck-am
installdirs installdirs-am maintainer-clean \
683 maintainer-clean-generic maintainer-clean-multi
mostlyclean \
684 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
685 pdf-am ps ps-am
tags tags-recursive
uninstall uninstall-am \
686 uninstall-nodist_sanincludeHEADERS \
687 uninstall-nodist_toolexeclibHEADERS
690 # Tell versions [3.59,3.63) of GNU make to not export all variables.
691 # Otherwise a system limit (for SysV at least) may be exceeded.