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@
184 RPC_DEFS
= @RPC_DEFS@
186 SET_MAKE
= @SET_MAKE@
189 TSAN_TARGET_DEPENDENT_OBJECTS
= @TSAN_TARGET_DEPENDENT_OBJECTS@
191 VIEW_FILE
= @VIEW_FILE@
192 abs_builddir
= @abs_builddir@
193 abs_srcdir
= @abs_srcdir@
194 abs_top_builddir
= @abs_top_builddir@
195 abs_top_srcdir
= @abs_top_srcdir@
196 ac_ct_CC
= @ac_ct_CC@
197 ac_ct_CXX
= @ac_ct_CXX@
198 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
199 am__include
= @am__include@
200 am__leading_dot
= @am__leading_dot@
201 am__quote
= @am__quote@
203 am__untar
= @am__untar@
206 build_alias
= @build_alias@
207 build_cpu
= @build_cpu@
208 build_os
= @build_os@
209 build_vendor
= @build_vendor@
210 builddir
= @builddir@
212 datarootdir
= @datarootdir@
215 enable_shared
= @enable_shared@
216 enable_static
= @enable_static@
217 exec_prefix = @
exec_prefix@
219 host_alias
= @host_alias@
220 host_cpu
= @host_cpu@
222 host_vendor
= @host_vendor@
224 includedir = @
includedir@
226 install_sh
= @install_sh@
228 libexecdir
= @libexecdir@
229 link_libasan
= @link_libasan@
230 link_liblsan
= @link_liblsan@
231 link_libtsan
= @link_libtsan@
232 link_libubsan
= @link_libubsan@
233 localedir
= @localedir@
234 localstatedir
= @localstatedir@
237 multi_basedir
= @multi_basedir@
238 oldincludedir = @
oldincludedir@
241 program_transform_name
= @program_transform_name@
244 sharedstatedir
= @sharedstatedir@
246 sysconfdir
= @sysconfdir@
248 target_alias
= @target_alias@
249 target_cpu
= @target_cpu@
250 target_noncanonical
= @target_noncanonical@
251 target_os
= @target_os@
252 target_vendor
= @target_vendor@
253 toolexecdir
= @toolexecdir@
254 toolexeclibdir
= @toolexeclibdir@
255 top_build_prefix
= @top_build_prefix@
256 top_builddir
= @top_builddir@
257 top_srcdir
= @top_srcdir@
258 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
259 sanincludedir
= $(libdir)/gcc
/$(target_alias
)/$(gcc_version
)/include/sanitizer
260 nodist_saninclude_HEADERS
= $(am__append_1
)
261 @SANITIZER_SUPPORTED_TRUE@SUBDIRS
= sanitizer_common
$(am__append_2
) \
262 @SANITIZER_SUPPORTED_TRUE@
$(am__append_3
) lsan asan ubsan \
263 @SANITIZER_SUPPORTED_TRUE@
$(am__append_4
)
264 gcc_version
:= $(shell cat
$(top_srcdir
)/..
/gcc
/BASE-VER
)
266 # Work around what appears to be a GNU make bug handling MAKEFLAGS
267 # values defined in terms of make variables, as is the case for CC and
268 # friends when we are called from the top level Makefile.
270 "AR_FLAGS=$(AR_FLAGS)" \
271 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
273 "CXXFLAGS=$(CXXFLAGS)" \
274 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
275 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
276 "INSTALL=$(INSTALL)" \
277 "INSTALL_DATA=$(INSTALL_DATA)" \
278 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
279 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
280 "JC1FLAGS=$(JC1FLAGS)" \
281 "LDFLAGS=$(LDFLAGS)" \
282 "LIBCFLAGS=$(LIBCFLAGS)" \
283 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
285 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
286 "PICFLAG=$(PICFLAG)" \
287 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
289 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
290 "exec_prefix=$(exec_prefix)" \
291 "infodir=$(infodir)" \
294 "includedir=$(includedir)" \
298 "LIBCFLAGS=$(LIBCFLAGS)" \
300 "PICFLAG=$(PICFLAG)" \
305 nodist_toolexeclib_HEADERS
= libsanitizer.spec
307 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
312 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
314 case
'$(am__configure_deps)' in \
316 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
317 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
322 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
323 $(am__cd
) $(top_srcdir
) && \
324 $(AUTOMAKE
) --foreign Makefile
326 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
329 echo
' $(SHELL) ./config.status'; \
330 $(SHELL
) .
/config.status
;; \
332 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
333 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
336 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
337 $(SHELL
) .
/config.status
--recheck
339 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
340 $(am__cd
) $(srcdir) && $(AUTOCONF
)
341 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
342 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
343 $(am__aclocal_m4_deps
):
346 @if
test ! -f
$@
; then \
348 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
351 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
353 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
354 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
355 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
360 -rm -f config.h stamp-h1
361 libsanitizer.spec
: $(top_builddir
)/config.status
$(srcdir)/libsanitizer.spec.in
362 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
371 -rm -f libtool config.lt
373 # GNU Make needs to see an explicit $(MAKE) variable in the command it
374 # runs to enable its job server during parallel builds. Hence the
377 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
379 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
382 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
384 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
386 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
387 maintainer-clean-multi
:
388 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
389 install-nodist_sanincludeHEADERS
: $(nodist_saninclude_HEADERS
)
391 test -z
"$(sanincludedir)" ||
$(MKDIR_P
) "$(DESTDIR)$(sanincludedir)"
392 @list
='$(nodist_saninclude_HEADERS)'; test -n
"$(sanincludedir)" || list
=; \
393 for p in
$$list; do \
394 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
396 done |
$(am__base_list
) | \
397 while read files
; do \
398 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(sanincludedir)'"; \
399 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(sanincludedir)" || exit
$$?
; \
402 uninstall-nodist_sanincludeHEADERS
:
404 @list
='$(nodist_saninclude_HEADERS)'; test -n
"$(sanincludedir)" || list
=; \
405 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
406 test -n
"$$files" || exit
0; \
407 echo
" ( cd '$(DESTDIR)$(sanincludedir)' && rm -f" $$files ")"; \
408 cd
"$(DESTDIR)$(sanincludedir)" && rm -f
$$files
409 install-nodist_toolexeclibHEADERS
: $(nodist_toolexeclib_HEADERS
)
411 test -z
"$(toolexeclibdir)" ||
$(MKDIR_P
) "$(DESTDIR)$(toolexeclibdir)"
412 @list
='$(nodist_toolexeclib_HEADERS)'; test -n
"$(toolexeclibdir)" || list
=; \
413 for p in
$$list; do \
414 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
416 done |
$(am__base_list
) | \
417 while read files
; do \
418 echo
" $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
419 $(INSTALL_HEADER
) $$files "$(DESTDIR)$(toolexeclibdir)" || exit
$$?
; \
422 uninstall-nodist_toolexeclibHEADERS
:
424 @list
='$(nodist_toolexeclib_HEADERS)'; test -n
"$(toolexeclibdir)" || list
=; \
425 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
426 test -n
"$$files" || exit
0; \
427 echo
" ( cd '$(DESTDIR)$(toolexeclibdir)' && rm -f" $$files ")"; \
428 cd
"$(DESTDIR)$(toolexeclibdir)" && rm -f
$$files
430 # This directory's subdirectories are mostly independent; you can cd
431 # into them and run `make' without going through this Makefile.
432 # To change the values of `make' variables: instead of editing Makefiles,
433 # (1) if the variable is set in `config.status', edit `config.status'
434 # (which will cause the Makefiles to be regenerated when you run `make');
435 # (2) otherwise, pass the desired values on the `make' command line.
436 $(RECURSIVE_TARGETS
):
437 @fail
= failcom
='exit 1'; \
438 for f in x
$$MAKEFLAGS; do \
441 *k
*) failcom
='fail=yes';; \
445 target
=`echo $@ | sed s/-recursive//`; \
446 list
='$(SUBDIRS)'; for subdir in
$$list; do \
447 echo
"Making $$target in $$subdir"; \
448 if
test "$$subdir" = "."; then \
450 local_target
="$$target-am"; \
452 local_target
="$$target"; \
454 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
457 if
test "$$dot_seen" = "no"; then \
458 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
461 $(RECURSIVE_CLEAN_TARGETS
):
462 @fail
= failcom
='exit 1'; \
463 for f in x
$$MAKEFLAGS; do \
466 *k
*) failcom
='fail=yes';; \
471 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
472 *) list
='$(SUBDIRS)' ;; \
474 rev
=''; for subdir in
$$list; do \
475 if
test "$$subdir" = "."; then
:; else \
476 rev
="$$subdir $$rev"; \
480 target
=`echo $@ | sed s/-recursive//`; \
481 for subdir in
$$rev; do \
482 echo
"Making $$target in $$subdir"; \
483 if
test "$$subdir" = "."; then \
484 local_target
="$$target-am"; \
486 local_target
="$$target"; \
488 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
490 done
&& test -z
"$$fail"
492 list
='$(SUBDIRS)'; for subdir in
$$list; do \
493 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
496 list
='$(SUBDIRS)'; for subdir in
$$list; do \
497 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
500 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
501 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
502 unique
=`for i in $$list; do \
503 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506 END { if (nonempty) { for (i in files) print i; }; }'`; \
510 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
511 $(TAGS_FILES
) $(LISP
)
514 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
515 include_option
=--etags-include
; \
518 include_option
=--include; \
521 list
='$(SUBDIRS)'; for subdir in
$$list; do \
522 if
test "$$subdir" = .
; then
:; else \
523 test ! -f
$$subdir/TAGS || \
524 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
527 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
528 unique
=`for i in $$list; do \
529 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
532 END { if (nonempty) { for (i in files) print i; }; }'`; \
534 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
535 test -n
"$$unique" || unique
=$$empty_fix; \
536 if
test $$# -gt 0; then \
537 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
540 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
545 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
546 $(TAGS_FILES
) $(LISP
)
547 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
548 unique
=`for i in $$list; do \
549 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
551 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
552 END { if (nonempty) { for (i in files) print i; }; }'`; \
553 test -z
"$(CTAGS_ARGS)$$unique" \
554 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
558 here
=`$(am__cd) $(top_builddir) && pwd` \
559 && $(am__cd
) $(top_srcdir
) \
560 && gtags
-i
$(GTAGS_ARGS
) "$$here"
563 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
565 check: check-recursive
566 all-am
: Makefile all-multi
$(HEADERS
) config.h
567 installdirs: installdirs-recursive
569 for
dir in
"$(DESTDIR)$(sanincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \
570 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
572 install: install-recursive
573 install-exec
: install-exec-recursive
574 install-data
: install-data-recursive
575 uninstall: uninstall-recursive
578 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
580 installcheck: installcheck-recursive
582 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
583 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
584 `test -z '$(STRIP)' || \
585 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
591 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
592 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
594 maintainer-clean-generic
:
595 @echo
"This command is intended for maintainers to use"
596 @echo
"it deletes files that may require special tools to rebuild."
597 clean: clean-multi clean-recursive
599 clean-am
: clean-generic clean-libtool mostlyclean-am
601 distclean: distclean-multi distclean-recursive
602 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
604 distclean-am
: clean-am distclean-generic distclean-hdr \
605 distclean-libtool distclean-tags
619 install-data-am
: install-nodist_sanincludeHEADERS
621 install-dvi
: install-dvi-recursive
625 install-exec-am
: install-multi install-nodist_toolexeclibHEADERS
627 install-html
: install-html-recursive
631 install-info
: install-info-recursive
637 install-pdf
: install-pdf-recursive
641 install-ps
: install-ps-recursive
647 maintainer-clean
: maintainer-clean-multi maintainer-clean-recursive
648 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
649 -rm -rf
$(top_srcdir
)/autom4te.cache
651 maintainer-clean-am
: distclean-am maintainer-clean-generic
653 mostlyclean: mostlyclean-multi mostlyclean-recursive
655 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
665 uninstall-am
: uninstall-nodist_sanincludeHEADERS \
666 uninstall-nodist_toolexeclibHEADERS
668 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all all-multi \
669 clean-multi ctags-recursive distclean-multi install-am \
670 install-multi install-strip maintainer-clean-multi \
671 mostlyclean-multi tags-recursive
673 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
674 all all-am all-multi am--refresh
check check-am
clean \
675 clean-generic clean-libtool clean-multi ctags ctags-recursive \
676 distclean distclean-generic distclean-hdr distclean-libtool \
677 distclean-multi distclean-tags
dvi dvi-am html html-am
info \
678 info-am
install install-am install-data install-data-am \
679 install-dvi install-dvi-am install-exec install-exec-am \
680 install-html install-html-am install-info install-info-am \
681 install-man install-multi install-nodist_sanincludeHEADERS \
682 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
683 install-ps install-ps-am install-strip
installcheck \
684 installcheck-am
installdirs installdirs-am maintainer-clean \
685 maintainer-clean-generic maintainer-clean-multi
mostlyclean \
686 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
687 pdf-am ps ps-am
tags tags-recursive
uninstall uninstall-am \
688 uninstall-nodist_sanincludeHEADERS \
689 uninstall-nodist_toolexeclibHEADERS
692 # Tell versions [3.59,3.63) of GNU make to not export all variables.
693 # Otherwise a system limit (for SysV at least) may be exceeded.