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
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.
50 pkgdatadir
= $(datadir)/@PACKAGE@
51 pkgincludedir
= $(includedir)/@PACKAGE@
52 pkglibdir
= $(libdir)/@PACKAGE@
53 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
54 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
55 install_sh_DATA
= $(install_sh
) -c
-m
644
56 install_sh_PROGRAM
= $(install_sh
) -c
57 install_sh_SCRIPT
= $(install_sh
) -c
58 INSTALL_HEADER
= $(INSTALL_DATA
)
59 transform
= $(program_transform_name
)
66 build_triplet
= @build@
68 target_triplet
= @target@
70 DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/Makefile.am \
71 $(srcdir)/backtrace-supported.h.in
72 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
73 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
74 $(top_srcdir
)/..
/config
/depstand.m4 \
75 $(top_srcdir
)/..
/config
/lead-dot.m4 \
76 $(top_srcdir
)/..
/config
/libstdc
++-raw-cxx.m4 \
77 $(top_srcdir
)/..
/config
/multi.m4 \
78 $(top_srcdir
)/..
/config
/override.m4 \
79 $(top_srcdir
)/..
/config
/stdint.m4 \
80 $(top_srcdir
)/..
/ltoptions.m4
$(top_srcdir
)/..
/ltsugar.m4 \
81 $(top_srcdir
)/..
/ltversion.m4
$(top_srcdir
)/..
/lt~obsolete.m4 \
82 $(top_srcdir
)/acinclude.m4
$(top_srcdir
)/..
/libtool.m4 \
83 $(top_srcdir
)/configure.ac
84 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
86 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
87 CONFIG_HEADER
= $(top_builddir
)/config.h
88 CONFIG_CLEAN_FILES
= backtrace-supported.h
89 CONFIG_CLEAN_VPATH_FILES
=
90 LTLIBRARIES
= $(noinst_LTLIBRARIES
)
92 am_libsanitizer_libbacktrace_la_OBJECTS
= atomic.lo dwarf.lo \
93 fileline.lo posix.lo
sort.lo state.lo cp-demangle.lo bridge.lo
94 libsanitizer_libbacktrace_la_OBJECTS
= \
95 $(am_libsanitizer_libbacktrace_la_OBJECTS
)
96 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)
97 depcomp
= $(SHELL
) $(top_srcdir
)/..
/depcomp
98 am__depfiles_maybe
= depfiles
100 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
101 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
102 LTCOMPILE
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
103 --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
104 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
106 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
107 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
109 CXXCOMPILE
= $(CXX
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
110 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CXXFLAGS
) $(CXXFLAGS
)
111 LTCXXCOMPILE
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
112 --mode
=compile
$(CXX
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
113 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CXXFLAGS
) $(CXXFLAGS
)
115 CXXLINK
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
116 --mode
=link
$(CXXLD
) $(AM_CXXFLAGS
) $(CXXFLAGS
) $(AM_LDFLAGS
) \
118 SOURCES
= $(libsanitizer_libbacktrace_la_SOURCES
) \
119 $(EXTRA_libsanitizer_libbacktrace_la_SOURCES
)
123 ALLOC_FILE
= @ALLOC_FILE@
126 AUTOCONF
= @AUTOCONF@
127 AUTOHEADER
= @AUTOHEADER@
128 AUTOMAKE
= @AUTOMAKE@
130 BACKTRACE_SUPPORTED
= @BACKTRACE_SUPPORTED@
131 BACKTRACE_SUPPORTS_THREADS
= @BACKTRACE_SUPPORTS_THREADS@
132 BACKTRACE_USES_MALLOC
= @BACKTRACE_USES_MALLOC@
135 CCASDEPMODE
= @CCASDEPMODE@
136 CCASFLAGS
= @CCASFLAGS@
137 CCDEPMODE
= @CCDEPMODE@
140 CPPFLAGS
= @CPPFLAGS@
143 CXXDEPMODE
= @CXXDEPMODE@
144 CXXFLAGS
= @CXXFLAGS@
145 CYGPATH_W
= @CYGPATH_W@
148 DSYMUTIL
= @DSYMUTIL@
156 FORMAT_FILE
= @FORMAT_FILE@
159 INSTALL_DATA
= @INSTALL_DATA@
160 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
161 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
162 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
167 LIBSTDCXX_RAW_CXX_CXXFLAGS
= @LIBSTDCXX_RAW_CXX_CXXFLAGS@
168 LIBSTDCXX_RAW_CXX_LDFLAGS
= @LIBSTDCXX_RAW_CXX_LDFLAGS@
172 LTLIBOBJS
= @LTLIBOBJS@
174 MAKEINFO
= @MAKEINFO@
183 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
184 PACKAGE_NAME
= @PACKAGE_NAME@
185 PACKAGE_STRING
= @PACKAGE_STRING@
186 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
187 PACKAGE_URL
= @PACKAGE_URL@
188 PACKAGE_VERSION
= @PACKAGE_VERSION@
189 PATH_SEPARATOR
= @PATH_SEPARATOR@
192 SET_MAKE
= @SET_MAKE@
196 VIEW_FILE
= @VIEW_FILE@
197 abs_builddir
= @abs_builddir@
198 abs_srcdir
= @abs_srcdir@
199 abs_top_builddir
= @abs_top_builddir@
200 abs_top_srcdir
= @abs_top_srcdir@
201 ac_ct_CC
= @ac_ct_CC@
202 ac_ct_CXX
= @ac_ct_CXX@
203 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
204 am__include
= @am__include@
205 am__leading_dot
= @am__leading_dot@
206 am__quote
= @am__quote@
208 am__untar
= @am__untar@
211 build_alias
= @build_alias@
212 build_cpu
= @build_cpu@
213 build_os
= @build_os@
214 build_vendor
= @build_vendor@
215 builddir
= @builddir@
217 datarootdir
= @datarootdir@
220 enable_shared
= @enable_shared@
221 enable_static
= @enable_static@
222 exec_prefix = @
exec_prefix@
224 host_alias
= @host_alias@
225 host_cpu
= @host_cpu@
227 host_vendor
= @host_vendor@
229 includedir = @
includedir@
231 install_sh
= @install_sh@
233 libexecdir
= @libexecdir@
234 link_libasan
= @link_libasan@
235 link_liblsan
= @link_liblsan@
236 link_libtsan
= @link_libtsan@
237 link_libubsan
= @link_libubsan@
238 localedir
= @localedir@
239 localstatedir
= @localstatedir@
242 multi_basedir
= @multi_basedir@
243 oldincludedir = @
oldincludedir@
246 program_transform_name
= @program_transform_name@
249 sharedstatedir
= @sharedstatedir@
251 sysconfdir
= @sysconfdir@
253 target_alias
= @target_alias@
254 target_cpu
= @target_cpu@
255 target_noncanonical
= @target_noncanonical@
256 target_os
= @target_os@
257 target_vendor
= @target_vendor@
258 toolexecdir
= @toolexecdir@
259 toolexeclibdir
= @toolexeclibdir@
260 top_build_prefix
= @top_build_prefix@
261 top_builddir
= @top_builddir@
262 top_srcdir
= @top_srcdir@
263 ACLOCAL_AMFLAGS
= -I ..
/..
-I ..
/..
/config
264 AM_CPPFLAGS
= -I
$(top_srcdir
)/..
/include -I
$(top_srcdir
)/..
/libgcc \
265 -I ..
/..
/libgcc
-I ..
-I
$(top_srcdir
) -I
$(top_srcdir
)/..
/libbacktrace
267 WARN_FLAGS
= -W
-Wall
-Wwrite-strings
-Wmissing-format-attribute \
270 C_WARN_FLAGS
= $(WARN_FLAGS
) -Wstrict-prototypes
-Wmissing-prototypes
-Wold-style-definition
271 CXX_WARN_FLAGS
= $(WARN_FLAGS
) -Wno-unused-parameter
272 AM_CFLAGS
= $(C_WARN_FLAGS
)
273 AM_CXXFLAGS
= $(CXX_WARN_FLAGS
) -fno-rtti
-fno-exceptions
274 noinst_LTLIBRARIES
= libsanitizer_libbacktrace.la
275 libsanitizer_libbacktrace_la_SOURCES
= \
276 ..
/..
/libbacktrace
/backtrace.h \
277 ..
/..
/libbacktrace
/atomic.c \
278 ..
/..
/libbacktrace
/dwarf.c \
279 ..
/..
/libbacktrace
/fileline.c \
280 ..
/..
/libbacktrace
/internal.h \
281 ..
/..
/libbacktrace
/posix.c \
282 ..
/..
/libbacktrace
/sort.c \
283 ..
/..
/libbacktrace
/state.c \
284 ..
/..
/libiberty
/cp-demangle.c \
288 ..
/..
/libbacktrace
/elf.c \
289 ..
/..
/libbacktrace
/unknown.c
292 ..
/..
/libbacktrace
/read.c \
293 ..
/..
/libbacktrace
/mmapio.c
296 ..
/..
/libbacktrace
/alloc.c \
297 ..
/..
/libbacktrace
/mmap.c
299 EXTRA_libsanitizer_libbacktrace_la_SOURCES
= \
304 libsanitizer_libbacktrace_la_LIBADD
= \
309 libsanitizer_libbacktrace_la_DEPENDENCIES
= $(libsanitizer_libbacktrace_la_LIBADD
)
313 .SUFFIXES
: .c .
cc .lo .o .obj
314 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
316 case
'$(am__configure_deps)' in \
318 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
319 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
323 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign libbacktrace/Makefile'; \
324 $(am__cd
) $(top_srcdir
) && \
325 $(AUTOMAKE
) --foreign libbacktrace
/Makefile
327 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
330 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
332 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
333 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
336 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
337 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
339 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
340 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
341 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
342 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
343 $(am__aclocal_m4_deps
):
344 backtrace-supported.h
: $(top_builddir
)/config.status
$(srcdir)/backtrace-supported.h.in
345 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
347 clean-noinstLTLIBRARIES
:
348 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
349 @list
='$(noinst_LTLIBRARIES)'; for p in
$$list; do \
350 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
351 test "$$dir" != "$$p" ||
dir=.
; \
352 echo
"rm -f \"$${dir}/so_locations\""; \
353 rm -f
"$${dir}/so_locations"; \
355 libsanitizer_libbacktrace.la
: $(libsanitizer_libbacktrace_la_OBJECTS
) $(libsanitizer_libbacktrace_la_DEPENDENCIES
)
356 $(CXXLINK
) $(libsanitizer_libbacktrace_la_OBJECTS
) $(libsanitizer_libbacktrace_la_LIBADD
) $(LIBS
)
364 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/alloc.Plo@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/atomic.Plo@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/bridge.Plo@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/cp-demangle.Plo@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/dwarf.Plo@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/elf.Plo@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/fileline.Plo@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mmap.Plo@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mmapio.Plo@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/posix.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/read.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/sort.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/state.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/unknown.Plo@am__quote@
380 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
381 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
384 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
387 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
388 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
389 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
390 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
391 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
394 @am__fastdepCC_TRUE@
$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
395 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
398 @am__fastdepCC_FALSE@
$(LTCOMPILE
) -c
-o
$@
$<
400 atomic.lo
: ..
/..
/libbacktrace
/atomic.c
401 @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
402 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/atomic.Tpo
$(DEPDIR
)/atomic.Plo
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/atomic.c' object
='atomic.lo' libtool
=yes @AMDEPBACKSLASH@
404 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
405 @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
407 dwarf.lo
: ..
/..
/libbacktrace
/dwarf.c
408 @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
409 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/dwarf.Tpo
$(DEPDIR
)/dwarf.Plo
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/dwarf.c' object
='dwarf.lo' libtool
=yes @AMDEPBACKSLASH@
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
412 @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
414 fileline.lo
: ..
/..
/libbacktrace
/fileline.c
415 @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
416 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/fileline.Tpo
$(DEPDIR
)/fileline.Plo
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/fileline.c' object
='fileline.lo' libtool
=yes @AMDEPBACKSLASH@
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
419 @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
421 posix.lo
: ..
/..
/libbacktrace
/posix.c
422 @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
423 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/posix.Tpo
$(DEPDIR
)/posix.Plo
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/posix.c' object
='posix.lo' libtool
=yes @AMDEPBACKSLASH@
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
426 @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
428 sort.lo
: ..
/..
/libbacktrace
/sort.c
429 @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
430 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/sort.Tpo
$(DEPDIR
)/sort.Plo
431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/sort.c' object
='sort.lo' libtool
=yes @AMDEPBACKSLASH@
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
433 @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
435 state.lo
: ..
/..
/libbacktrace
/state.c
436 @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
437 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/state.Tpo
$(DEPDIR
)/state.Plo
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/state.c' object
='state.lo' libtool
=yes @AMDEPBACKSLASH@
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
440 @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
442 cp-demangle.lo
: ..
/..
/libiberty
/cp-demangle.c
443 @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
444 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/cp-demangle.Tpo
$(DEPDIR
)/cp-demangle.Plo
445 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libiberty/cp-demangle.c' object
='cp-demangle.lo' libtool
=yes @AMDEPBACKSLASH@
446 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
447 @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
449 elf.lo
: ..
/..
/libbacktrace
/elf.c
450 @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
451 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/elf.Tpo
$(DEPDIR
)/elf.Plo
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/elf.c' object
='elf.lo' libtool
=yes @AMDEPBACKSLASH@
453 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
454 @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
456 unknown.lo
: ..
/..
/libbacktrace
/unknown.c
457 @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
458 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/unknown.Tpo
$(DEPDIR
)/unknown.Plo
459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/unknown.c' object
='unknown.lo' libtool
=yes @AMDEPBACKSLASH@
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
461 @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
463 read.lo
: ..
/..
/libbacktrace
/read.c
464 @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
465 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/read.Tpo
$(DEPDIR
)/read.Plo
466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/read.c' object
='read.lo' libtool
=yes @AMDEPBACKSLASH@
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
468 @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
470 mmapio.lo
: ..
/..
/libbacktrace
/mmapio.c
471 @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
472 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/mmapio.Tpo
$(DEPDIR
)/mmapio.Plo
473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/mmapio.c' object
='mmapio.lo' libtool
=yes @AMDEPBACKSLASH@
474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
475 @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
477 alloc.lo
: ..
/..
/libbacktrace
/alloc.c
478 @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
479 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/alloc.Tpo
$(DEPDIR
)/alloc.Plo
480 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/alloc.c' object
='alloc.lo' libtool
=yes @AMDEPBACKSLASH@
481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
482 @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
484 mmap.lo
: ..
/..
/libbacktrace
/mmap.c
485 @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
486 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/mmap.Tpo
$(DEPDIR
)/mmap.Plo
487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='../../libbacktrace/mmap.c' object
='mmap.lo' libtool
=yes @AMDEPBACKSLASH@
488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
489 @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
492 @am__fastdepCXX_TRUE@
$(CXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
493 @am__fastdepCXX_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
494 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
495 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
496 @am__fastdepCXX_FALSE@
$(CXXCOMPILE
) -c
-o
$@
$<
499 @am__fastdepCXX_TRUE@
$(CXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
500 @am__fastdepCXX_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
501 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
502 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
503 @am__fastdepCXX_FALSE@
$(CXXCOMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
506 @am__fastdepCXX_TRUE@
$(LTCXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
507 @am__fastdepCXX_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
508 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
509 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
510 @am__fastdepCXX_FALSE@
$(LTCXXCOMPILE
) -c
-o
$@
$<
518 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
519 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
520 unique
=`for i in $$list; do \
521 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
524 END { if (nonempty) { for (i in files) print i; }; }'`; \
528 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
529 $(TAGS_FILES
) $(LISP
)
532 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
533 unique
=`for i in $$list; do \
534 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
536 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
537 END { if (nonempty) { for (i in files) print i; }; }'`; \
539 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
540 test -n
"$$unique" || unique
=$$empty_fix; \
541 if
test $$# -gt 0; then \
542 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
545 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
550 CTAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
551 $(TAGS_FILES
) $(LISP
)
552 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
553 unique
=`for i in $$list; do \
554 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
556 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
557 END { if (nonempty) { for (i in files) print i; }; }'`; \
558 test -z
"$(CTAGS_ARGS)$$unique" \
559 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
563 here
=`$(am__cd) $(top_builddir) && pwd` \
564 && $(am__cd
) $(top_srcdir
) \
565 && gtags
-i
$(GTAGS_ARGS
) "$$here"
568 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
571 all-am
: Makefile
$(LTLIBRARIES
)
574 install-exec
: install-exec-am
575 install-data
: install-data-am
576 uninstall: uninstall-am
579 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
581 installcheck: installcheck-am
583 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
584 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
585 `test -z '$(STRIP)' || \
586 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
592 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
593 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
595 maintainer-clean-generic
:
596 @echo
"This command is intended for maintainers to use"
597 @echo
"it deletes files that may require special tools to rebuild."
600 clean-am
: clean-generic clean-libtool clean-noinstLTLIBRARIES \
603 distclean: distclean-am
606 distclean-am
: clean-am distclean-compile distclean-generic \
623 install-dvi
: install-dvi-am
629 install-html
: install-html-am
633 install-info
: install-info-am
639 install-pdf
: install-pdf-am
643 install-ps
: install-ps-am
649 maintainer-clean
: maintainer-clean-am
652 maintainer-clean-am
: distclean-am maintainer-clean-generic
654 mostlyclean: mostlyclean-am
656 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
669 .MAKE
: install-am install-strip
671 .PHONY
: CTAGS GTAGS
all all-am
check check-am
clean clean-generic \
672 clean-libtool clean-noinstLTLIBRARIES ctags
distclean \
673 distclean-compile distclean-generic distclean-libtool \
674 distclean-tags
dvi dvi-am html html-am
info info-am
install \
675 install-am install-data install-data-am install-dvi \
676 install-dvi-am install-exec install-exec-am install-html \
677 install-html-am install-info install-info-am install-man \
678 install-pdf install-pdf-am install-ps install-ps-am \
679 install-strip
installcheck installcheck-am
installdirs \
680 maintainer-clean maintainer-clean-generic
mostlyclean \
681 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
682 pdf pdf-am ps ps-am
tags uninstall uninstall-am
685 # Tell versions [3.59,3.63) of GNU make to not export all variables.
686 # Otherwise a system limit (for SysV at least) may be exceeded.