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
18 # Makefile.am -- Backtrace in libsanitizer Makefile.
19 # Copyright (C) 2012-2013 Free Software Foundation, Inc.
21 # Redistribution and use in source and binary forms, with or without
22 # modification, are permitted provided that the following conditions are
25 # (1) Redistributions of source code must retain the above copyright
26 # notice, this list of conditions and the following disclaimer.
28 # (2) Redistributions in binary form must reproduce the above copyright
29 # notice, this list of conditions and the following disclaimer in
30 # the documentation and/or other materials provided with the
33 # (3) The name of the author may not be used to
34 # endorse or promote products derived from this software without
35 # specific prior written permission.
37 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
38 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
39 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40 # DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
41 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
42 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
43 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
44 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
45 # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
46 # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
47 # POSSIBILITY OF SUCH DAMAGE.
55 echo
'am--echo: ; @echo "AM" OK' |
$(MAKE
) -f
- 2>/dev
/null \
56 | grep
'^AM OK$$' >/dev
/null || am__dry
=yes
;; \
58 for am__flg in
$$MAKEFLAGS; do \
61 *n
*) am__dry
=yes
; break
;; \
65 test $$am__dry = yes
; \
67 pkgdatadir
= $(datadir)/@PACKAGE@
68 pkgincludedir
= $(includedir)/@PACKAGE@
69 pkglibdir
= $(libdir)/@PACKAGE@
70 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
71 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72 install_sh_DATA
= $(install_sh
) -c
-m
644
73 install_sh_PROGRAM
= $(install_sh
) -c
74 install_sh_SCRIPT
= $(install_sh
) -c
75 INSTALL_HEADER
= $(INSTALL_DATA
)
76 transform
= $(program_transform_name
)
83 build_triplet
= @build@
85 target_triplet
= @target@
87 DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/Makefile.am \
88 $(srcdir)/backtrace-supported.h.in
89 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
90 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
91 $(top_srcdir
)/..
/config
/depstand.m4 \
92 $(top_srcdir
)/..
/config
/lead-dot.m4 \
93 $(top_srcdir
)/..
/config
/libstdc
++-raw-cxx.m4 \
94 $(top_srcdir
)/..
/config
/multi.m4 \
95 $(top_srcdir
)/..
/config
/override.m4 \
96 $(top_srcdir
)/..
/config
/stdint.m4 \
97 $(top_srcdir
)/..
/ltoptions.m4
$(top_srcdir
)/..
/ltsugar.m4 \
98 $(top_srcdir
)/..
/ltversion.m4
$(top_srcdir
)/..
/lt~obsolete.m4 \
99 $(top_srcdir
)/acinclude.m4
$(top_srcdir
)/..
/libtool.m4 \
100 $(top_srcdir
)/..
/config
/enable.m4 \
101 $(top_srcdir
)/..
/config
/cet.m4
$(top_srcdir
)/configure.ac
102 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
104 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
105 CONFIG_HEADER
= $(top_builddir
)/config.h
106 CONFIG_CLEAN_FILES
= backtrace-supported.h
107 CONFIG_CLEAN_VPATH_FILES
=
108 LTLIBRARIES
= $(noinst_LTLIBRARIES
)
110 am_libsanitizer_libbacktrace_la_OBJECTS
= atomic.lo dwarf.lo \
111 fileline.lo posix.lo
sort.lo state.lo cp-demangle.lo bridge.lo
112 libsanitizer_libbacktrace_la_OBJECTS
= \
113 $(am_libsanitizer_libbacktrace_la_OBJECTS
)
114 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)
115 depcomp
= $(SHELL
) $(top_srcdir
)/..
/depcomp
116 am__depfiles_maybe
= depfiles
118 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
119 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
120 LTCOMPILE
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
121 --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
122 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
124 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
125 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
127 CXXCOMPILE
= $(CXX
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
128 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CXXFLAGS
) $(CXXFLAGS
)
129 LTCXXCOMPILE
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
130 --mode
=compile
$(CXX
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
131 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CXXFLAGS
) $(CXXFLAGS
)
133 CXXLINK
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
134 --mode
=link
$(CXXLD
) $(AM_CXXFLAGS
) $(CXXFLAGS
) $(AM_LDFLAGS
) \
136 SOURCES
= $(libsanitizer_libbacktrace_la_SOURCES
) \
137 $(EXTRA_libsanitizer_libbacktrace_la_SOURCES
)
138 am__can_run_installinfo
= \
139 case
$$AM_UPDATE_INFO_DIR in \
141 *) (install-info
--version
) >/dev
/null
2>&1;; \
146 ALLOC_FILE
= @ALLOC_FILE@
149 AUTOCONF
= @AUTOCONF@
150 AUTOHEADER
= @AUTOHEADER@
151 AUTOMAKE
= @AUTOMAKE@
153 BACKTRACE_SUPPORTED
= @BACKTRACE_SUPPORTED@
154 BACKTRACE_SUPPORTS_THREADS
= @BACKTRACE_SUPPORTS_THREADS@
155 BACKTRACE_USES_MALLOC
= @BACKTRACE_USES_MALLOC@
158 CCASDEPMODE
= @CCASDEPMODE@
159 CCASFLAGS
= @CCASFLAGS@
160 CCDEPMODE
= @CCDEPMODE@
163 CPPFLAGS
= @CPPFLAGS@
166 CXXDEPMODE
= @CXXDEPMODE@
167 CXXFLAGS
= @CXXFLAGS@
168 CYGPATH_W
= @CYGPATH_W@
171 DSYMUTIL
= @DSYMUTIL@
178 EXTRA_ASFLAGS
= @EXTRA_ASFLAGS@
179 EXTRA_CFLAGS
= @EXTRA_CFLAGS@
180 EXTRA_CXXFLAGS
= @EXTRA_CXXFLAGS@
182 FORMAT_FILE
= @FORMAT_FILE@
185 INSTALL_DATA
= @INSTALL_DATA@
186 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
187 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
188 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
193 LIBSTDCXX_RAW_CXX_CXXFLAGS
= @LIBSTDCXX_RAW_CXX_CXXFLAGS@
194 LIBSTDCXX_RAW_CXX_LDFLAGS
= @LIBSTDCXX_RAW_CXX_LDFLAGS@
198 LTLIBOBJS
= @LTLIBOBJS@
200 MAKEINFO
= @MAKEINFO@
209 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
210 PACKAGE_NAME
= @PACKAGE_NAME@
211 PACKAGE_STRING
= @PACKAGE_STRING@
212 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
213 PACKAGE_URL
= @PACKAGE_URL@
214 PACKAGE_VERSION
= @PACKAGE_VERSION@
215 PATH_SEPARATOR
= @PATH_SEPARATOR@
217 RPC_DEFS
= @RPC_DEFS@
218 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS
= @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
220 SET_MAKE
= @SET_MAKE@
223 TSAN_TARGET_DEPENDENT_OBJECTS
= @TSAN_TARGET_DEPENDENT_OBJECTS@
225 VIEW_FILE
= @VIEW_FILE@
226 abs_builddir
= @abs_builddir@
227 abs_srcdir
= @abs_srcdir@
228 abs_top_builddir
= @abs_top_builddir@
229 abs_top_srcdir
= @abs_top_srcdir@
230 ac_ct_CC
= @ac_ct_CC@
231 ac_ct_CXX
= @ac_ct_CXX@
232 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
233 am__include
= @am__include@
234 am__leading_dot
= @am__leading_dot@
235 am__quote
= @am__quote@
237 am__untar
= @am__untar@
240 build_alias
= @build_alias@
241 build_cpu
= @build_cpu@
242 build_os
= @build_os@
243 build_vendor
= @build_vendor@
244 builddir
= @builddir@
246 datarootdir
= @datarootdir@
249 enable_shared
= @enable_shared@
250 enable_static
= @enable_static@
251 exec_prefix = @
exec_prefix@
252 get_gcc_base_ver
= @get_gcc_base_ver@
254 host_alias
= @host_alias@
255 host_cpu
= @host_cpu@
257 host_vendor
= @host_vendor@
259 includedir = @
includedir@
261 install_sh
= @install_sh@
263 libexecdir
= @libexecdir@
264 link_libasan
= @link_libasan@
265 link_liblsan
= @link_liblsan@
266 link_libtsan
= @link_libtsan@
267 link_libubsan
= @link_libubsan@
268 localedir
= @localedir@
269 localstatedir
= @localstatedir@
272 multi_basedir
= @multi_basedir@
273 oldincludedir = @
oldincludedir@
276 program_transform_name
= @program_transform_name@
279 sharedstatedir
= @sharedstatedir@
281 sysconfdir
= @sysconfdir@
283 target_alias
= @target_alias@
284 target_cpu
= @target_cpu@
285 target_noncanonical
= @target_noncanonical@
286 target_os
= @target_os@
287 target_vendor
= @target_vendor@
288 toolexecdir
= @toolexecdir@
289 toolexeclibdir
= @toolexeclibdir@
290 top_build_prefix
= @top_build_prefix@
291 top_builddir
= @top_builddir@
292 top_srcdir
= @top_srcdir@
293 ACLOCAL_AMFLAGS
= -I ..
/..
-I ..
/..
/config
294 AM_CPPFLAGS
= -I
$(top_srcdir
)/..
/include -I
$(top_srcdir
)/..
/libgcc \
295 -I ..
/..
/libgcc
-I ..
-I
$(top_srcdir
) -I
$(top_srcdir
)/..
/libbacktrace
297 WARN_FLAGS
= -W
-Wall
-Wwrite-strings
-Wmissing-format-attribute \
300 C_WARN_FLAGS
= $(WARN_FLAGS
) -Wstrict-prototypes
-Wmissing-prototypes
-Wold-style-definition
301 CXX_WARN_FLAGS
= $(WARN_FLAGS
) -Wno-unused-parameter
302 AM_CFLAGS
= $(C_WARN_FLAGS
) $(EXTRA_CFLAGS
)
303 AM_CXXFLAGS
= $(CXX_WARN_FLAGS
) -fno-rtti
-fno-exceptions
-std
=gnu
++11 \
305 noinst_LTLIBRARIES
= libsanitizer_libbacktrace.la
306 libsanitizer_libbacktrace_la_SOURCES
= \
307 ..
/..
/libbacktrace
/backtrace.h \
308 ..
/..
/libbacktrace
/atomic.c \
309 ..
/..
/libbacktrace
/dwarf.c \
310 ..
/..
/libbacktrace
/fileline.c \
311 ..
/..
/libbacktrace
/internal.h \
312 ..
/..
/libbacktrace
/posix.c \
313 ..
/..
/libbacktrace
/sort.c \
314 ..
/..
/libbacktrace
/state.c \
315 ..
/..
/libiberty
/cp-demangle.c \
319 ..
/..
/libbacktrace
/elf.c \
320 ..
/..
/libbacktrace
/unknown.c
323 ..
/..
/libbacktrace
/read.c \
324 ..
/..
/libbacktrace
/mmapio.c
327 ..
/..
/libbacktrace
/alloc.c \
328 ..
/..
/libbacktrace
/mmap.c
330 EXTRA_libsanitizer_libbacktrace_la_SOURCES
= \
335 libsanitizer_libbacktrace_la_LIBADD
= \
340 libsanitizer_libbacktrace_la_DEPENDENCIES
= $(libsanitizer_libbacktrace_la_LIBADD
)
344 .SUFFIXES
: .c .
cc .lo .o .obj
345 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
347 case
'$(am__configure_deps)' in \
349 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
350 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
354 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign libbacktrace/Makefile'; \
355 $(am__cd
) $(top_srcdir
) && \
356 $(AUTOMAKE
) --foreign libbacktrace
/Makefile
358 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
361 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
363 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
364 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
367 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
368 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
370 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
371 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
372 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
373 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
374 $(am__aclocal_m4_deps
):
375 backtrace-supported.h
: $(top_builddir
)/config.status
$(srcdir)/backtrace-supported.h.in
376 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
378 clean-noinstLTLIBRARIES
:
379 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
380 @list
='$(noinst_LTLIBRARIES)'; for p in
$$list; do \
381 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
382 test "$$dir" != "$$p" ||
dir=.
; \
383 echo
"rm -f \"$${dir}/so_locations\""; \
384 rm -f
"$${dir}/so_locations"; \
386 libsanitizer_libbacktrace.la
: $(libsanitizer_libbacktrace_la_OBJECTS
) $(libsanitizer_libbacktrace_la_DEPENDENCIES
) $(EXTRA_libsanitizer_libbacktrace_la_DEPENDENCIES
)
387 $(CXXLINK
) $(libsanitizer_libbacktrace_la_OBJECTS
) $(libsanitizer_libbacktrace_la_LIBADD
) $(LIBS
)
395 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/alloc.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/atomic.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/bridge.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cp-demangle.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/dwarf.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/elf.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/fileline.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mmap.Plo@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mmapio.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/posix.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/read.Plo@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/sort.Plo@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/state.Plo@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/unknown.Plo@am__quote@
411 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
412 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
418 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
419 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
425 @am__fastdepCC_TRUE@
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
426 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
429 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
$<
431 atomic.lo
: ..
/..
/libbacktrace
/atomic.c
432 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT atomic.lo
-MD
-MP
-MF
$(DEPDIR
)/atomic.Tpo
-c
-o atomic.lo
`test -f '../../libbacktrace/atomic.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/atomic.c
433 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/atomic.Tpo
$(DEPDIR
)/atomic.Plo
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/atomic.c' object
='atomic.lo' libtool
=yes @AMDEPBACKSLASH@
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
436 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o atomic.lo
`test -f '../../libbacktrace/atomic.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/atomic.c
438 dwarf.lo
: ..
/..
/libbacktrace
/dwarf.c
439 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT dwarf.lo
-MD
-MP
-MF
$(DEPDIR
)/dwarf.Tpo
-c
-o dwarf.lo
`test -f '../../libbacktrace/dwarf.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/dwarf.c
440 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/dwarf.Tpo
$(DEPDIR
)/dwarf.Plo
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/dwarf.c' object
='dwarf.lo' libtool
=yes @AMDEPBACKSLASH@
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
443 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o dwarf.lo
`test -f '../../libbacktrace/dwarf.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/dwarf.c
445 fileline.lo
: ..
/..
/libbacktrace
/fileline.c
446 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT fileline.lo
-MD
-MP
-MF
$(DEPDIR
)/fileline.Tpo
-c
-o fileline.lo
`test -f '../../libbacktrace/fileline.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/fileline.c
447 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/fileline.Tpo
$(DEPDIR
)/fileline.Plo
448 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/fileline.c' object
='fileline.lo' libtool
=yes @AMDEPBACKSLASH@
449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
450 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o fileline.lo
`test -f '../../libbacktrace/fileline.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/fileline.c
452 posix.lo
: ..
/..
/libbacktrace
/posix.c
453 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT posix.lo
-MD
-MP
-MF
$(DEPDIR
)/posix.Tpo
-c
-o posix.lo
`test -f '../../libbacktrace/posix.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/posix.c
454 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/posix.Tpo
$(DEPDIR
)/posix.Plo
455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/posix.c' object
='posix.lo' libtool
=yes @AMDEPBACKSLASH@
456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
457 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o posix.lo
`test -f '../../libbacktrace/posix.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/posix.c
459 sort.lo
: ..
/..
/libbacktrace
/sort.c
460 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT
sort.lo
-MD
-MP
-MF
$(DEPDIR
)/sort.Tpo
-c
-o
sort.lo
`test -f '../../libbacktrace/sort.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/sort.c
461 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/sort.Tpo
$(DEPDIR
)/sort.Plo
462 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/sort.c' object
='sort.lo' libtool
=yes @AMDEPBACKSLASH@
463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
464 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o
sort.lo
`test -f '../../libbacktrace/sort.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/sort.c
466 state.lo
: ..
/..
/libbacktrace
/state.c
467 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT state.lo
-MD
-MP
-MF
$(DEPDIR
)/state.Tpo
-c
-o state.lo
`test -f '../../libbacktrace/state.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/state.c
468 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/state.Tpo
$(DEPDIR
)/state.Plo
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/state.c' object
='state.lo' libtool
=yes @AMDEPBACKSLASH@
470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
471 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o state.lo
`test -f '../../libbacktrace/state.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/state.c
473 cp-demangle.lo
: ..
/..
/libiberty
/cp-demangle.c
474 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT cp-demangle.lo
-MD
-MP
-MF
$(DEPDIR
)/cp-demangle.Tpo
-c
-o cp-demangle.lo
`test -f '../../libiberty/cp-demangle.c' || echo '$(srcdir)/'`..
/..
/libiberty
/cp-demangle.c
475 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/cp-demangle.Tpo
$(DEPDIR
)/cp-demangle.Plo
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libiberty/cp-demangle.c' object
='cp-demangle.lo' libtool
=yes @AMDEPBACKSLASH@
477 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
478 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o cp-demangle.lo
`test -f '../../libiberty/cp-demangle.c' || echo '$(srcdir)/'`..
/..
/libiberty
/cp-demangle.c
480 elf.lo
: ..
/..
/libbacktrace
/elf.c
481 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT elf.lo
-MD
-MP
-MF
$(DEPDIR
)/elf.Tpo
-c
-o elf.lo
`test -f '../../libbacktrace/elf.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/elf.c
482 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/elf.Tpo
$(DEPDIR
)/elf.Plo
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/elf.c' object
='elf.lo' libtool
=yes @AMDEPBACKSLASH@
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
485 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o elf.lo
`test -f '../../libbacktrace/elf.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/elf.c
487 unknown.lo
: ..
/..
/libbacktrace
/unknown.c
488 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT unknown.lo
-MD
-MP
-MF
$(DEPDIR
)/unknown.Tpo
-c
-o unknown.lo
`test -f '../../libbacktrace/unknown.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/unknown.c
489 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/unknown.Tpo
$(DEPDIR
)/unknown.Plo
490 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/unknown.c' object
='unknown.lo' libtool
=yes @AMDEPBACKSLASH@
491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
492 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o unknown.lo
`test -f '../../libbacktrace/unknown.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/unknown.c
494 read.lo
: ..
/..
/libbacktrace
/read.c
495 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT read.lo
-MD
-MP
-MF
$(DEPDIR
)/read.Tpo
-c
-o read.lo
`test -f '../../libbacktrace/read.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/read.c
496 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/read.Tpo
$(DEPDIR
)/read.Plo
497 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/read.c' object
='read.lo' libtool
=yes @AMDEPBACKSLASH@
498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
499 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o read.lo
`test -f '../../libbacktrace/read.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/read.c
501 mmapio.lo
: ..
/..
/libbacktrace
/mmapio.c
502 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT mmapio.lo
-MD
-MP
-MF
$(DEPDIR
)/mmapio.Tpo
-c
-o mmapio.lo
`test -f '../../libbacktrace/mmapio.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/mmapio.c
503 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/mmapio.Tpo
$(DEPDIR
)/mmapio.Plo
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/mmapio.c' object
='mmapio.lo' libtool
=yes @AMDEPBACKSLASH@
505 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
506 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o mmapio.lo
`test -f '../../libbacktrace/mmapio.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/mmapio.c
508 alloc.lo
: ..
/..
/libbacktrace
/alloc.c
509 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT alloc.lo
-MD
-MP
-MF
$(DEPDIR
)/alloc.Tpo
-c
-o alloc.lo
`test -f '../../libbacktrace/alloc.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/alloc.c
510 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/alloc.Tpo
$(DEPDIR
)/alloc.Plo
511 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/alloc.c' object
='alloc.lo' libtool
=yes @AMDEPBACKSLASH@
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
513 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o alloc.lo
`test -f '../../libbacktrace/alloc.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/alloc.c
515 mmap.lo
: ..
/..
/libbacktrace
/mmap.c
516 @am__fastdepCC_TRUE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -MT mmap.lo
-MD
-MP
-MF
$(DEPDIR
)/mmap.Tpo
-c
-o mmap.lo
`test -f '../../libbacktrace/mmap.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/mmap.c
517 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/mmap.Tpo
$(DEPDIR
)/mmap.Plo
518 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/mmap.c' object
='mmap.lo' libtool
=yes @AMDEPBACKSLASH@
519 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
520 @am__fastdepCC_FALSE@
$(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
) -c
-o mmap.lo
`test -f '../../libbacktrace/mmap.c' || echo '$(srcdir)/'`..
/..
/libbacktrace
/mmap.c
523 @am__fastdepCXX_TRUE@
$(CXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
524 @am__fastdepCXX_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
525 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
526 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
527 @am__fastdepCXX_FALSE@
$(CXXCOMPILE
) -c
-o
$@
$<
530 @am__fastdepCXX_TRUE@
$(CXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
531 @am__fastdepCXX_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
532 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
533 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
534 @am__fastdepCXX_FALSE@
$(CXXCOMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
537 @am__fastdepCXX_TRUE@
$(LTCXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
538 @am__fastdepCXX_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
539 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
541 @am__fastdepCXX_FALSE@
$(LTCXXCOMPILE
) -c
-o
$@
$<
549 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
550 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
551 unique
=`for i in $$list; do \
552 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555 END { if (nonempty) { for (i in files) print i; }; }'`; \
559 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
560 $(TAGS_FILES
) $(LISP
)
563 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
564 unique
=`for i in $$list; do \
565 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
568 END { if (nonempty) { for (i in files) print i; }; }'`; \
570 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
571 test -n
"$$unique" || unique
=$$empty_fix; \
572 if
test $$# -gt 0; then \
573 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
576 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
581 CTAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
582 $(TAGS_FILES
) $(LISP
)
583 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
584 unique
=`for i in $$list; do \
585 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
587 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
588 END { if (nonempty) { for (i in files) print i; }; }'`; \
589 test -z
"$(CTAGS_ARGS)$$unique" \
590 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
594 here
=`$(am__cd) $(top_builddir) && pwd` \
595 && $(am__cd
) $(top_srcdir
) \
596 && gtags
-i
$(GTAGS_ARGS
) "$$here"
599 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
602 all-am
: Makefile
$(LTLIBRARIES
)
605 install-exec
: install-exec-am
606 install-data
: install-data-am
607 uninstall: uninstall-am
610 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
612 installcheck: installcheck-am
614 if
test -z
'$(STRIP)'; then \
615 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
616 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
619 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
620 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
621 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
628 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
629 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
631 maintainer-clean-generic
:
632 @echo
"This command is intended for maintainers to use"
633 @echo
"it deletes files that may require special tools to rebuild."
636 clean-am
: clean-generic clean-libtool clean-noinstLTLIBRARIES \
639 distclean: distclean-am
642 distclean-am
: clean-am distclean-compile distclean-generic \
659 install-dvi
: install-dvi-am
665 install-html
: install-html-am
669 install-info
: install-info-am
675 install-pdf
: install-pdf-am
679 install-ps
: install-ps-am
685 maintainer-clean
: maintainer-clean-am
688 maintainer-clean-am
: distclean-am maintainer-clean-generic
690 mostlyclean: mostlyclean-am
692 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
705 .MAKE
: install-am install-strip
707 .PHONY
: CTAGS GTAGS
all all-am
check check-am
clean clean-generic \
708 clean-libtool clean-noinstLTLIBRARIES ctags
distclean \
709 distclean-compile distclean-generic distclean-libtool \
710 distclean-tags
dvi dvi-am html html-am
info info-am
install \
711 install-am install-data install-data-am install-dvi \
712 install-dvi-am install-exec install-exec-am install-html \
713 install-html-am install-info install-info-am install-man \
714 install-pdf install-pdf-am install-ps install-ps-am \
715 install-strip
installcheck installcheck-am
installdirs \
716 maintainer-clean maintainer-clean-generic
mostlyclean \
717 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
718 pdf pdf-am ps ps-am
tags uninstall uninstall-am
721 # Tell versions [3.59,3.63) of GNU make to not export all variables.
722 # Otherwise a system limit (for SysV at least) may be exceeded.