1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
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
24 echo
'am--echo: ; @echo "AM" OK' |
$(MAKE
) -f
- 2>/dev
/null \
25 | grep
'^AM OK$$' >/dev
/null || am__dry
=yes
;; \
27 for am__flg in
$$MAKEFLAGS; do \
30 *n
*) am__dry
=yes
; break
;; \
34 test $$am__dry = yes
; \
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkgincludedir
= $(includedir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
40 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA
= $(install_sh
) -c
-m
644
42 install_sh_PROGRAM
= $(install_sh
) -c
43 install_sh_SCRIPT
= $(install_sh
) -c
44 INSTALL_HEADER
= $(INSTALL_DATA
)
45 transform
= $(program_transform_name
)
52 build_triplet
= @build@
54 target_triplet
= @target@
55 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_1
= $(top_builddir
)/libbacktrace
/libsanitizer_libbacktrace.la
57 DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/Makefile.am
58 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
59 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
60 $(top_srcdir
)/..
/config
/depstand.m4 \
61 $(top_srcdir
)/..
/config
/lead-dot.m4 \
62 $(top_srcdir
)/..
/config
/libstdc
++-raw-cxx.m4 \
63 $(top_srcdir
)/..
/config
/multi.m4 \
64 $(top_srcdir
)/..
/config
/override.m4 \
65 $(top_srcdir
)/..
/config
/stdint.m4 \
66 $(top_srcdir
)/..
/ltoptions.m4
$(top_srcdir
)/..
/ltsugar.m4 \
67 $(top_srcdir
)/..
/ltversion.m4
$(top_srcdir
)/..
/lt~obsolete.m4 \
68 $(top_srcdir
)/acinclude.m4
$(top_srcdir
)/..
/libtool.m4 \
69 $(top_srcdir
)/configure.ac
70 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
72 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
73 CONFIG_HEADER
= $(top_builddir
)/config.h
75 CONFIG_CLEAN_VPATH_FILES
=
76 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
77 am__vpath_adj
= case
$$p in \
78 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
83 am__nobase_strip_setup
= \
84 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
86 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
87 am__nobase_list
= $(am__nobase_strip_setup
); \
88 for p in
$$list; do echo
"$$p $$p"; done | \
89 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
90 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
91 if (++n[$$2] == $(am__install_max)) \
92 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
93 END { for (dir in files) print dir, files[dir] }'
95 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
96 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
97 am__uninstall_files_from_dir
= { \
99 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
100 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
101 $(am__cd
) "$$dir" && rm -f
$$files; }; \
103 am__installdirs
= "$(DESTDIR)$(toolexeclibdir)"
104 LTLIBRARIES
= $(noinst_LTLIBRARIES
) $(toolexeclib_LTLIBRARIES
)
106 liblsan_la_DEPENDENCIES
= \
107 $(top_builddir
)/sanitizer_common
/libsanitizer_common.la \
108 $(top_builddir
)/interception
/libinterception.la \
109 $(am__append_1
) $(am__DEPENDENCIES_1
)
110 am__objects_1
= lsan_common.lo lsan_common_linux.lo
111 am__objects_2
= $(am__objects_1
) lsan.lo lsan_allocator.lo \
112 lsan_interceptors.lo lsan_preinit.lo lsan_thread.lo
113 am_liblsan_la_OBJECTS
= $(am__objects_2
)
114 liblsan_la_OBJECTS
= $(am_liblsan_la_OBJECTS
)
115 liblsan_la_LINK
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) \
116 $(LIBTOOLFLAGS
) --mode
=link
$(CXXLD
) $(AM_CXXFLAGS
) \
117 $(CXXFLAGS
) $(liblsan_la_LDFLAGS
) $(LDFLAGS
) -o
$@
118 @LSAN_SUPPORTED_TRUE@am_liblsan_la_rpath
= -rpath
$(toolexeclibdir
)
119 libsanitizer_lsan_la_LIBADD
=
120 am_libsanitizer_lsan_la_OBJECTS
= $(am__objects_1
)
121 libsanitizer_lsan_la_OBJECTS
= $(am_libsanitizer_lsan_la_OBJECTS
)
122 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)
123 depcomp
= $(SHELL
) $(top_srcdir
)/..
/depcomp
124 am__depfiles_maybe
= depfiles
126 CXXCOMPILE
= $(CXX
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
127 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CXXFLAGS
) $(CXXFLAGS
)
128 LTCXXCOMPILE
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
129 --mode
=compile
$(CXX
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
130 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CXXFLAGS
) $(CXXFLAGS
)
132 CXXLINK
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
133 --mode
=link
$(CXXLD
) $(AM_CXXFLAGS
) $(CXXFLAGS
) $(AM_LDFLAGS
) \
135 SOURCES
= $(liblsan_la_SOURCES
) $(libsanitizer_lsan_la_SOURCES
)
136 am__can_run_installinfo
= \
137 case
$$AM_UPDATE_INFO_DIR in \
139 *) (install-info
--version
) >/dev
/null
2>&1;; \
144 ALLOC_FILE
= @ALLOC_FILE@
147 AUTOCONF
= @AUTOCONF@
148 AUTOHEADER
= @AUTOHEADER@
149 AUTOMAKE
= @AUTOMAKE@
151 BACKTRACE_SUPPORTED
= @BACKTRACE_SUPPORTED@
152 BACKTRACE_SUPPORTS_THREADS
= @BACKTRACE_SUPPORTS_THREADS@
153 BACKTRACE_USES_MALLOC
= @BACKTRACE_USES_MALLOC@
156 CCASDEPMODE
= @CCASDEPMODE@
157 CCASFLAGS
= @CCASFLAGS@
158 CCDEPMODE
= @CCDEPMODE@
161 CPPFLAGS
= @CPPFLAGS@
164 CXXDEPMODE
= @CXXDEPMODE@
165 CXXFLAGS
= @CXXFLAGS@
166 CYGPATH_W
= @CYGPATH_W@
167 DEFS
= -D_GNU_SOURCE
-D_DEBUG
-D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS
169 DSYMUTIL
= @DSYMUTIL@
177 FORMAT_FILE
= @FORMAT_FILE@
180 INSTALL_DATA
= @INSTALL_DATA@
181 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
182 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
183 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
188 LIBSTDCXX_RAW_CXX_CXXFLAGS
= @LIBSTDCXX_RAW_CXX_CXXFLAGS@
189 LIBSTDCXX_RAW_CXX_LDFLAGS
= @LIBSTDCXX_RAW_CXX_LDFLAGS@
193 LTLIBOBJS
= @LTLIBOBJS@
195 MAKEINFO
= @MAKEINFO@
204 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
205 PACKAGE_NAME
= @PACKAGE_NAME@
206 PACKAGE_STRING
= @PACKAGE_STRING@
207 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
208 PACKAGE_URL
= @PACKAGE_URL@
209 PACKAGE_VERSION
= @PACKAGE_VERSION@
210 PATH_SEPARATOR
= @PATH_SEPARATOR@
212 RPC_DEFS
= @RPC_DEFS@
213 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS
= @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
215 SET_MAKE
= @SET_MAKE@
218 TSAN_TARGET_DEPENDENT_OBJECTS
= @TSAN_TARGET_DEPENDENT_OBJECTS@
220 VIEW_FILE
= @VIEW_FILE@
221 abs_builddir
= @abs_builddir@
222 abs_srcdir
= @abs_srcdir@
223 abs_top_builddir
= @abs_top_builddir@
224 abs_top_srcdir
= @abs_top_srcdir@
225 ac_ct_CC
= @ac_ct_CC@
226 ac_ct_CXX
= @ac_ct_CXX@
227 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
228 am__include
= @am__include@
229 am__leading_dot
= @am__leading_dot@
230 am__quote
= @am__quote@
232 am__untar
= @am__untar@
235 build_alias
= @build_alias@
236 build_cpu
= @build_cpu@
237 build_os
= @build_os@
238 build_vendor
= @build_vendor@
239 builddir
= @builddir@
241 datarootdir
= @datarootdir@
244 enable_shared
= @enable_shared@
245 enable_static
= @enable_static@
246 exec_prefix = @
exec_prefix@
247 get_gcc_base_ver
= @get_gcc_base_ver@
249 host_alias
= @host_alias@
250 host_cpu
= @host_cpu@
252 host_vendor
= @host_vendor@
254 includedir = @
includedir@
256 install_sh
= @install_sh@
258 libexecdir
= @libexecdir@
259 link_libasan
= @link_libasan@
260 link_liblsan
= @link_liblsan@
261 link_libtsan
= @link_libtsan@
262 link_libubsan
= @link_libubsan@
263 localedir
= @localedir@
264 localstatedir
= @localstatedir@
267 multi_basedir
= @multi_basedir@
268 oldincludedir = @
oldincludedir@
271 program_transform_name
= @program_transform_name@
274 sharedstatedir
= @sharedstatedir@
276 sysconfdir
= @sysconfdir@
278 target_alias
= @target_alias@
279 target_cpu
= @target_cpu@
280 target_noncanonical
= @target_noncanonical@
281 target_os
= @target_os@
282 target_vendor
= @target_vendor@
283 toolexecdir
= @toolexecdir@
284 toolexeclibdir
= @toolexeclibdir@
285 top_build_prefix
= @top_build_prefix@
286 top_builddir
= @top_builddir@
287 top_srcdir
= @top_srcdir@
288 AM_CPPFLAGS
= -I
$(top_srcdir
)/include -I
$(top_srcdir
)
290 # May be used by toolexeclibdir.
291 gcc_version
:= $(shell @get_gcc_base_ver@
$(top_srcdir
)/..
/gcc
/BASE-VER
)
292 AM_CXXFLAGS
= -Wall
-W
-Wno-unused-parameter
-Wwrite-strings
-pedantic \
293 -Wno-long-long
-fPIC
-fno-builtin
-fno-exceptions
-fno-rtti \
294 -fomit-frame-pointer
-funwind-tables
-fvisibility
=hidden \
295 -Wno-variadic-macros
$(LIBSTDCXX_RAW_CXX_CXXFLAGS
) \
297 ACLOCAL_AMFLAGS
= -I m4
298 noinst_LTLIBRARIES
= libsanitizer_lsan.la
299 @LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES
= liblsan.la
300 sanitizer_lsan_files
= \
305 $(sanitizer_lsan_files
) \
308 lsan_interceptors.
cc \
312 libsanitizer_lsan_la_SOURCES
= $(sanitizer_lsan_files
)
313 liblsan_la_SOURCES
= $(lsan_files
)
314 liblsan_la_LIBADD
= \
315 $(top_builddir
)/sanitizer_common
/libsanitizer_common.la \
316 $(top_builddir
)/interception
/libinterception.la \
317 $(am__append_1
) $(LIBSTDCXX_RAW_CXX_LDFLAGS
)
318 liblsan_la_LDFLAGS
= -version-info
`grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan
)
320 # Work around what appears to be a GNU make bug handling MAKEFLAGS
321 # values defined in terms of make variables, as is the case for CC and
322 # friends when we are called from the top level Makefile.
324 "AR_FLAGS=$(AR_FLAGS)" \
325 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
327 "CXXFLAGS=$(CXXFLAGS)" \
328 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
329 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
330 "INSTALL=$(INSTALL)" \
331 "INSTALL_DATA=$(INSTALL_DATA)" \
332 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
333 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
334 "JC1FLAGS=$(JC1FLAGS)" \
335 "LDFLAGS=$(LDFLAGS)" \
336 "LIBCFLAGS=$(LIBCFLAGS)" \
337 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
339 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
340 "PICFLAG=$(PICFLAG)" \
341 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
343 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
344 "exec_prefix=$(exec_prefix)" \
345 "infodir=$(infodir)" \
348 "includedir=$(includedir)" \
352 "LIBCFLAGS=$(LIBCFLAGS)" \
354 "PICFLAG=$(PICFLAG)" \
362 .SUFFIXES
: .
cc .lo .o .obj
363 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
365 case
'$(am__configure_deps)' in \
367 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
368 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
372 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign lsan/Makefile'; \
373 $(am__cd
) $(top_srcdir
) && \
374 $(AUTOMAKE
) --foreign lsan
/Makefile
376 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
379 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
381 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
385 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
386 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
388 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
389 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
390 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
391 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
392 $(am__aclocal_m4_deps
):
394 clean-noinstLTLIBRARIES
:
395 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
396 @list
='$(noinst_LTLIBRARIES)'; for p in
$$list; do \
397 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
398 test "$$dir" != "$$p" ||
dir=.
; \
399 echo
"rm -f \"$${dir}/so_locations\""; \
400 rm -f
"$${dir}/so_locations"; \
402 install-toolexeclibLTLIBRARIES
: $(toolexeclib_LTLIBRARIES
)
404 @list
='$(toolexeclib_LTLIBRARIES)'; test -n
"$(toolexeclibdir)" || list
=; \
405 list2
=; for p in
$$list; do \
406 if
test -f
$$p; then \
407 list2
="$$list2 $$p"; \
410 test -z
"$$list2" ||
{ \
411 echo
" $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
412 $(MKDIR_P
) "$(DESTDIR)$(toolexeclibdir)" || exit
1; \
413 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
414 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=install $(INSTALL
) $(INSTALL_STRIP_FLAG
) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
417 uninstall-toolexeclibLTLIBRARIES
:
419 @list
='$(toolexeclib_LTLIBRARIES)'; test -n
"$(toolexeclibdir)" || list
=; \
420 for p in
$$list; do \
422 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
423 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=uninstall rm -f
"$(DESTDIR)$(toolexeclibdir)/$$f"; \
426 clean-toolexeclibLTLIBRARIES
:
427 -test -z
"$(toolexeclib_LTLIBRARIES)" ||
rm -f
$(toolexeclib_LTLIBRARIES
)
428 @list
='$(toolexeclib_LTLIBRARIES)'; for p in
$$list; do \
429 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
430 test "$$dir" != "$$p" ||
dir=.
; \
431 echo
"rm -f \"$${dir}/so_locations\""; \
432 rm -f
"$${dir}/so_locations"; \
434 liblsan.la
: $(liblsan_la_OBJECTS
) $(liblsan_la_DEPENDENCIES
) $(EXTRA_liblsan_la_DEPENDENCIES
)
435 $(liblsan_la_LINK
) $(am_liblsan_la_rpath
) $(liblsan_la_OBJECTS
) $(liblsan_la_LIBADD
) $(LIBS
)
436 libsanitizer_lsan.la
: $(libsanitizer_lsan_la_OBJECTS
) $(libsanitizer_lsan_la_DEPENDENCIES
) $(EXTRA_libsanitizer_lsan_la_DEPENDENCIES
)
437 $(CXXLINK
) $(libsanitizer_lsan_la_OBJECTS
) $(libsanitizer_lsan_la_LIBADD
) $(LIBS
)
445 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/lsan.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/lsan_allocator.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/lsan_common.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/lsan_common_linux.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/lsan_interceptors.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/lsan_preinit.Plo@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/lsan_thread.Plo@am__quote@
454 @am__fastdepCXX_TRUE@
$(CXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
455 @am__fastdepCXX_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
456 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
457 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
458 @am__fastdepCXX_FALSE@
$(CXXCOMPILE
) -c
-o
$@
$<
461 @am__fastdepCXX_TRUE@
$(CXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
462 @am__fastdepCXX_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
463 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
464 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
465 @am__fastdepCXX_FALSE@
$(CXXCOMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
468 @am__fastdepCXX_TRUE@
$(LTCXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
469 @am__fastdepCXX_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
470 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
471 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
472 @am__fastdepCXX_FALSE@
$(LTCXXCOMPILE
) -c
-o
$@
$<
480 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
481 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
482 unique
=`for i in $$list; do \
483 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486 END { if (nonempty) { for (i in files) print i; }; }'`; \
490 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
491 $(TAGS_FILES
) $(LISP
)
494 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
495 unique
=`for i in $$list; do \
496 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
498 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499 END { if (nonempty) { for (i in files) print i; }; }'`; \
501 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
502 test -n
"$$unique" || unique
=$$empty_fix; \
503 if
test $$# -gt 0; then \
504 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
507 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
512 CTAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
513 $(TAGS_FILES
) $(LISP
)
514 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
515 unique
=`for i in $$list; do \
516 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519 END { if (nonempty) { for (i in files) print i; }; }'`; \
520 test -z
"$(CTAGS_ARGS)$$unique" \
521 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
525 here
=`$(am__cd) $(top_builddir) && pwd` \
526 && $(am__cd
) $(top_srcdir
) \
527 && gtags
-i
$(GTAGS_ARGS
) "$$here"
530 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
533 all-am
: Makefile
$(LTLIBRARIES
)
535 for
dir in
"$(DESTDIR)$(toolexeclibdir)"; do \
536 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
539 install-exec
: install-exec-am
540 install-data
: install-data-am
541 uninstall: uninstall-am
544 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
546 installcheck: installcheck-am
548 if
test -z
'$(STRIP)'; then \
549 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
550 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
553 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
554 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
555 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
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."
570 clean-am
: clean-generic clean-libtool clean-noinstLTLIBRARIES \
571 clean-toolexeclibLTLIBRARIES mostlyclean-am
573 distclean: distclean-am
576 distclean-am
: clean-am distclean-compile distclean-generic \
593 install-dvi
: install-dvi-am
597 install-exec-am
: install-toolexeclibLTLIBRARIES
599 install-html
: install-html-am
603 install-info
: install-info-am
609 install-pdf
: install-pdf-am
613 install-ps
: install-ps-am
619 maintainer-clean
: maintainer-clean-am
622 maintainer-clean-am
: distclean-am maintainer-clean-generic
624 mostlyclean: mostlyclean-am
626 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
637 uninstall-am
: uninstall-toolexeclibLTLIBRARIES
639 .MAKE
: install-am install-strip
641 .PHONY
: CTAGS GTAGS
all all-am
check check-am
clean clean-generic \
642 clean-libtool clean-noinstLTLIBRARIES \
643 clean-toolexeclibLTLIBRARIES ctags
distclean distclean-compile \
644 distclean-generic distclean-libtool distclean-tags
dvi dvi-am \
645 html html-am
info info-am
install install-am install-data \
646 install-data-am install-dvi install-dvi-am install-exec \
647 install-exec-am install-html install-html-am install-info \
648 install-info-am install-man install-pdf install-pdf-am \
649 install-ps install-ps-am install-strip \
650 install-toolexeclibLTLIBRARIES
installcheck installcheck-am \
651 installdirs maintainer-clean maintainer-clean-generic \
652 mostlyclean mostlyclean-compile mostlyclean-generic \
653 mostlyclean-libtool pdf pdf-am ps ps-am
tags uninstall \
654 uninstall-am uninstall-toolexeclibLTLIBRARIES
657 # Tell versions [3.59,3.63) of GNU make to not export all variables.
658 # Otherwise a system limit (for SysV at least) may be exceeded.