Makefile.in 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. # Makefile.am -- Backtrace in libsanitizer Makefile.
  15. # Copyright (C) 2012-2013 Free Software Foundation, Inc.
  16. # Redistribution and use in source and binary forms, with or without
  17. # modification, are permitted provided that the following conditions are
  18. # met:
  19. # (1) Redistributions of source code must retain the above copyright
  20. # notice, this list of conditions and the following disclaimer.
  21. # (2) Redistributions in binary form must reproduce the above copyright
  22. # notice, this list of conditions and the following disclaimer in
  23. # the documentation and/or other materials provided with the
  24. # distribution.
  25. # (3) The name of the author may not be used to
  26. # endorse or promote products derived from this software without
  27. # specific prior written permission.
  28. # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  29. # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  30. # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  31. # DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  32. # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  33. # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  34. # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  35. # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  36. # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  37. # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  38. # POSSIBILITY OF SUCH DAMAGE.
  39. VPATH = @srcdir@
  40. pkgdatadir = $(datadir)/@PACKAGE@
  41. pkgincludedir = $(includedir)/@PACKAGE@
  42. pkglibdir = $(libdir)/@PACKAGE@
  43. pkglibexecdir = $(libexecdir)/@PACKAGE@
  44. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  45. install_sh_DATA = $(install_sh) -c -m 644
  46. install_sh_PROGRAM = $(install_sh) -c
  47. install_sh_SCRIPT = $(install_sh) -c
  48. INSTALL_HEADER = $(INSTALL_DATA)
  49. transform = $(program_transform_name)
  50. NORMAL_INSTALL = :
  51. PRE_INSTALL = :
  52. POST_INSTALL = :
  53. NORMAL_UNINSTALL = :
  54. PRE_UNINSTALL = :
  55. POST_UNINSTALL = :
  56. build_triplet = @build@
  57. host_triplet = @host@
  58. target_triplet = @target@
  59. subdir = libbacktrace
  60. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  61. $(srcdir)/backtrace-supported.h.in
  62. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  63. am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
  64. $(top_srcdir)/../config/depstand.m4 \
  65. $(top_srcdir)/../config/lead-dot.m4 \
  66. $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
  67. $(top_srcdir)/../config/multi.m4 \
  68. $(top_srcdir)/../config/override.m4 \
  69. $(top_srcdir)/../config/stdint.m4 \
  70. $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
  71. $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
  72. $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
  73. $(top_srcdir)/configure.ac
  74. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  75. $(ACLOCAL_M4)
  76. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  77. CONFIG_HEADER = $(top_builddir)/config.h
  78. CONFIG_CLEAN_FILES = backtrace-supported.h
  79. CONFIG_CLEAN_VPATH_FILES =
  80. LTLIBRARIES = $(noinst_LTLIBRARIES)
  81. am__DEPENDENCIES_1 =
  82. am_libsanitizer_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo \
  83. fileline.lo posix.lo sort.lo state.lo cp-demangle.lo bridge.lo
  84. libsanitizer_libbacktrace_la_OBJECTS = \
  85. $(am_libsanitizer_libbacktrace_la_OBJECTS)
  86. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  87. depcomp = $(SHELL) $(top_srcdir)/../depcomp
  88. am__depfiles_maybe = depfiles
  89. am__mv = mv -f
  90. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  91. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  92. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  93. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  94. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  95. CCLD = $(CC)
  96. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  97. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  98. $(LDFLAGS) -o $@
  99. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  100. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  101. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  102. --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  103. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  104. CXXLD = $(CXX)
  105. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  106. --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
  107. $(LDFLAGS) -o $@
  108. SOURCES = $(libsanitizer_libbacktrace_la_SOURCES) \
  109. $(EXTRA_libsanitizer_libbacktrace_la_SOURCES)
  110. ETAGS = etags
  111. CTAGS = ctags
  112. ACLOCAL = @ACLOCAL@
  113. ALLOC_FILE = @ALLOC_FILE@
  114. AMTAR = @AMTAR@
  115. AR = @AR@
  116. AUTOCONF = @AUTOCONF@
  117. AUTOHEADER = @AUTOHEADER@
  118. AUTOMAKE = @AUTOMAKE@
  119. AWK = @AWK@
  120. BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
  121. BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
  122. BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
  123. CC = @CC@
  124. CCAS = @CCAS@
  125. CCASDEPMODE = @CCASDEPMODE@
  126. CCASFLAGS = @CCASFLAGS@
  127. CCDEPMODE = @CCDEPMODE@
  128. CFLAGS = @CFLAGS@
  129. CPP = @CPP@
  130. CPPFLAGS = @CPPFLAGS@
  131. CXX = @CXX@
  132. CXXCPP = @CXXCPP@
  133. CXXDEPMODE = @CXXDEPMODE@
  134. CXXFLAGS = @CXXFLAGS@
  135. CYGPATH_W = @CYGPATH_W@
  136. DEFS = @DEFS@
  137. DEPDIR = @DEPDIR@
  138. DSYMUTIL = @DSYMUTIL@
  139. DUMPBIN = @DUMPBIN@
  140. ECHO_C = @ECHO_C@
  141. ECHO_N = @ECHO_N@
  142. ECHO_T = @ECHO_T@
  143. EGREP = @EGREP@
  144. EXEEXT = @EXEEXT@
  145. FGREP = @FGREP@
  146. FORMAT_FILE = @FORMAT_FILE@
  147. GREP = @GREP@
  148. INSTALL = @INSTALL@
  149. INSTALL_DATA = @INSTALL_DATA@
  150. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  151. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  152. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  153. LD = @LD@
  154. LDFLAGS = @LDFLAGS@
  155. LIBOBJS = @LIBOBJS@
  156. LIBS = @LIBS@
  157. LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
  158. LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
  159. LIBTOOL = @LIBTOOL@
  160. LIPO = @LIPO@
  161. LN_S = @LN_S@
  162. LTLIBOBJS = @LTLIBOBJS@
  163. MAINT = @MAINT@
  164. MAKEINFO = @MAKEINFO@
  165. MKDIR_P = @MKDIR_P@
  166. NM = @NM@
  167. NMEDIT = @NMEDIT@
  168. OBJDUMP = @OBJDUMP@
  169. OBJEXT = @OBJEXT@
  170. OTOOL = @OTOOL@
  171. OTOOL64 = @OTOOL64@
  172. PACKAGE = @PACKAGE@
  173. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  174. PACKAGE_NAME = @PACKAGE_NAME@
  175. PACKAGE_STRING = @PACKAGE_STRING@
  176. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  177. PACKAGE_URL = @PACKAGE_URL@
  178. PACKAGE_VERSION = @PACKAGE_VERSION@
  179. PATH_SEPARATOR = @PATH_SEPARATOR@
  180. RANLIB = @RANLIB@
  181. RPC_DEFS = @RPC_DEFS@
  182. SED = @SED@
  183. SET_MAKE = @SET_MAKE@
  184. SHELL = @SHELL@
  185. STRIP = @STRIP@
  186. TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
  187. VERSION = @VERSION@
  188. VIEW_FILE = @VIEW_FILE@
  189. abs_builddir = @abs_builddir@
  190. abs_srcdir = @abs_srcdir@
  191. abs_top_builddir = @abs_top_builddir@
  192. abs_top_srcdir = @abs_top_srcdir@
  193. ac_ct_CC = @ac_ct_CC@
  194. ac_ct_CXX = @ac_ct_CXX@
  195. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  196. am__include = @am__include@
  197. am__leading_dot = @am__leading_dot@
  198. am__quote = @am__quote@
  199. am__tar = @am__tar@
  200. am__untar = @am__untar@
  201. bindir = @bindir@
  202. build = @build@
  203. build_alias = @build_alias@
  204. build_cpu = @build_cpu@
  205. build_os = @build_os@
  206. build_vendor = @build_vendor@
  207. builddir = @builddir@
  208. datadir = @datadir@
  209. datarootdir = @datarootdir@
  210. docdir = @docdir@
  211. dvidir = @dvidir@
  212. enable_shared = @enable_shared@
  213. enable_static = @enable_static@
  214. exec_prefix = @exec_prefix@
  215. host = @host@
  216. host_alias = @host_alias@
  217. host_cpu = @host_cpu@
  218. host_os = @host_os@
  219. host_vendor = @host_vendor@
  220. htmldir = @htmldir@
  221. includedir = @includedir@
  222. infodir = @infodir@
  223. install_sh = @install_sh@
  224. libdir = @libdir@
  225. libexecdir = @libexecdir@
  226. link_libasan = @link_libasan@
  227. link_liblsan = @link_liblsan@
  228. link_libtsan = @link_libtsan@
  229. link_libubsan = @link_libubsan@
  230. localedir = @localedir@
  231. localstatedir = @localstatedir@
  232. mandir = @mandir@
  233. mkdir_p = @mkdir_p@
  234. multi_basedir = @multi_basedir@
  235. oldincludedir = @oldincludedir@
  236. pdfdir = @pdfdir@
  237. prefix = @prefix@
  238. program_transform_name = @program_transform_name@
  239. psdir = @psdir@
  240. sbindir = @sbindir@
  241. sharedstatedir = @sharedstatedir@
  242. srcdir = @srcdir@
  243. sysconfdir = @sysconfdir@
  244. target = @target@
  245. target_alias = @target_alias@
  246. target_cpu = @target_cpu@
  247. target_noncanonical = @target_noncanonical@
  248. target_os = @target_os@
  249. target_vendor = @target_vendor@
  250. toolexecdir = @toolexecdir@
  251. toolexeclibdir = @toolexeclibdir@
  252. top_build_prefix = @top_build_prefix@
  253. top_builddir = @top_builddir@
  254. top_srcdir = @top_srcdir@
  255. ACLOCAL_AMFLAGS = -I ../.. -I ../../config
  256. AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
  257. -I ../../libgcc -I .. -I $(top_srcdir) -I $(top_srcdir)/../libbacktrace
  258. WARN_FLAGS = -W -Wall -Wwrite-strings -Wmissing-format-attribute \
  259. -Wcast-qual -Werror
  260. C_WARN_FLAGS = $(WARN_FLAGS) -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
  261. CXX_WARN_FLAGS = $(WARN_FLAGS) -Wno-unused-parameter
  262. AM_CFLAGS = $(C_WARN_FLAGS)
  263. AM_CXXFLAGS = $(CXX_WARN_FLAGS) -fno-rtti -fno-exceptions -std=gnu++11
  264. noinst_LTLIBRARIES = libsanitizer_libbacktrace.la
  265. libsanitizer_libbacktrace_la_SOURCES = \
  266. ../../libbacktrace/backtrace.h \
  267. ../../libbacktrace/atomic.c \
  268. ../../libbacktrace/dwarf.c \
  269. ../../libbacktrace/fileline.c \
  270. ../../libbacktrace/internal.h \
  271. ../../libbacktrace/posix.c \
  272. ../../libbacktrace/sort.c \
  273. ../../libbacktrace/state.c \
  274. ../../libiberty/cp-demangle.c \
  275. bridge.cc
  276. FORMAT_FILES = \
  277. ../../libbacktrace/elf.c \
  278. ../../libbacktrace/unknown.c
  279. VIEW_FILES = \
  280. ../../libbacktrace/read.c \
  281. ../../libbacktrace/mmapio.c
  282. ALLOC_FILES = \
  283. ../../libbacktrace/alloc.c \
  284. ../../libbacktrace/mmap.c
  285. EXTRA_libsanitizer_libbacktrace_la_SOURCES = \
  286. $(FORMAT_FILES) \
  287. $(VIEW_FILES) \
  288. $(ALLOC_FILES)
  289. libsanitizer_libbacktrace_la_LIBADD = \
  290. $(FORMAT_FILE) \
  291. $(VIEW_FILE) \
  292. $(ALLOC_FILE)
  293. libsanitizer_libbacktrace_la_DEPENDENCIES = $(libsanitizer_libbacktrace_la_LIBADD)
  294. all: all-am
  295. .SUFFIXES:
  296. .SUFFIXES: .c .cc .lo .o .obj
  297. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  298. @for dep in $?; do \
  299. case '$(am__configure_deps)' in \
  300. *$$dep*) \
  301. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  302. && { if test -f $@; then exit 0; else break; fi; }; \
  303. exit 1;; \
  304. esac; \
  305. done; \
  306. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libbacktrace/Makefile'; \
  307. $(am__cd) $(top_srcdir) && \
  308. $(AUTOMAKE) --foreign libbacktrace/Makefile
  309. .PRECIOUS: Makefile
  310. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  311. @case '$?' in \
  312. *config.status*) \
  313. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  314. *) \
  315. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  316. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  317. esac;
  318. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  319. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  320. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  321. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  322. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  323. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  324. $(am__aclocal_m4_deps):
  325. backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
  326. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  327. clean-noinstLTLIBRARIES:
  328. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  329. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  330. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  331. test "$$dir" != "$$p" || dir=.; \
  332. echo "rm -f \"$${dir}/so_locations\""; \
  333. rm -f "$${dir}/so_locations"; \
  334. done
  335. libsanitizer_libbacktrace.la: $(libsanitizer_libbacktrace_la_OBJECTS) $(libsanitizer_libbacktrace_la_DEPENDENCIES)
  336. $(CXXLINK) $(libsanitizer_libbacktrace_la_OBJECTS) $(libsanitizer_libbacktrace_la_LIBADD) $(LIBS)
  337. mostlyclean-compile:
  338. -rm -f *.$(OBJEXT)
  339. distclean-compile:
  340. -rm -f *.tab.c
  341. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
  342. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic.Plo@am__quote@
  343. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bridge.Plo@am__quote@
  344. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cp-demangle.Plo@am__quote@
  345. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf.Plo@am__quote@
  346. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf.Plo@am__quote@
  347. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileline.Plo@am__quote@
  348. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmap.Plo@am__quote@
  349. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmapio.Plo@am__quote@
  350. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix.Plo@am__quote@
  351. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Plo@am__quote@
  352. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sort.Plo@am__quote@
  353. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Plo@am__quote@
  354. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unknown.Plo@am__quote@
  355. .c.o:
  356. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  357. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  358. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  359. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  360. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  361. .c.obj:
  362. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  363. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  364. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  365. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  366. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  367. .c.lo:
  368. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  369. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  370. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  371. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  372. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  373. atomic.lo: ../../libbacktrace/atomic.c
  374. @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
  375. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/atomic.Tpo $(DEPDIR)/atomic.Plo
  376. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/atomic.c' object='atomic.lo' libtool=yes @AMDEPBACKSLASH@
  377. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  378. @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
  379. dwarf.lo: ../../libbacktrace/dwarf.c
  380. @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
  381. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dwarf.Tpo $(DEPDIR)/dwarf.Plo
  382. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/dwarf.c' object='dwarf.lo' libtool=yes @AMDEPBACKSLASH@
  383. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  384. @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
  385. fileline.lo: ../../libbacktrace/fileline.c
  386. @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
  387. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fileline.Tpo $(DEPDIR)/fileline.Plo
  388. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/fileline.c' object='fileline.lo' libtool=yes @AMDEPBACKSLASH@
  389. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  390. @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
  391. posix.lo: ../../libbacktrace/posix.c
  392. @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
  393. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/posix.Tpo $(DEPDIR)/posix.Plo
  394. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/posix.c' object='posix.lo' libtool=yes @AMDEPBACKSLASH@
  395. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  396. @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
  397. sort.lo: ../../libbacktrace/sort.c
  398. @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
  399. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sort.Tpo $(DEPDIR)/sort.Plo
  400. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/sort.c' object='sort.lo' libtool=yes @AMDEPBACKSLASH@
  401. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  402. @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
  403. state.lo: ../../libbacktrace/state.c
  404. @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
  405. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/state.Tpo $(DEPDIR)/state.Plo
  406. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/state.c' object='state.lo' libtool=yes @AMDEPBACKSLASH@
  407. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  408. @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
  409. cp-demangle.lo: ../../libiberty/cp-demangle.c
  410. @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
  411. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cp-demangle.Tpo $(DEPDIR)/cp-demangle.Plo
  412. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libiberty/cp-demangle.c' object='cp-demangle.lo' libtool=yes @AMDEPBACKSLASH@
  413. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  414. @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
  415. elf.lo: ../../libbacktrace/elf.c
  416. @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
  417. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/elf.Tpo $(DEPDIR)/elf.Plo
  418. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/elf.c' object='elf.lo' libtool=yes @AMDEPBACKSLASH@
  419. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  420. @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
  421. unknown.lo: ../../libbacktrace/unknown.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 unknown.lo -MD -MP -MF $(DEPDIR)/unknown.Tpo -c -o unknown.lo `test -f '../../libbacktrace/unknown.c' || echo '$(srcdir)/'`../../libbacktrace/unknown.c
  423. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/unknown.Tpo $(DEPDIR)/unknown.Plo
  424. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/unknown.c' object='unknown.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 unknown.lo `test -f '../../libbacktrace/unknown.c' || echo '$(srcdir)/'`../../libbacktrace/unknown.c
  427. read.lo: ../../libbacktrace/read.c
  428. @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
  429. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/read.Tpo $(DEPDIR)/read.Plo
  430. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/read.c' object='read.lo' libtool=yes @AMDEPBACKSLASH@
  431. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  432. @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
  433. mmapio.lo: ../../libbacktrace/mmapio.c
  434. @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
  435. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mmapio.Tpo $(DEPDIR)/mmapio.Plo
  436. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/mmapio.c' object='mmapio.lo' libtool=yes @AMDEPBACKSLASH@
  437. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  438. @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
  439. alloc.lo: ../../libbacktrace/alloc.c
  440. @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
  441. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alloc.Tpo $(DEPDIR)/alloc.Plo
  442. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/alloc.c' object='alloc.lo' libtool=yes @AMDEPBACKSLASH@
  443. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  444. @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
  445. mmap.lo: ../../libbacktrace/mmap.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 mmap.lo -MD -MP -MF $(DEPDIR)/mmap.Tpo -c -o mmap.lo `test -f '../../libbacktrace/mmap.c' || echo '$(srcdir)/'`../../libbacktrace/mmap.c
  447. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mmap.Tpo $(DEPDIR)/mmap.Plo
  448. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../../libbacktrace/mmap.c' object='mmap.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 mmap.lo `test -f '../../libbacktrace/mmap.c' || echo '$(srcdir)/'`../../libbacktrace/mmap.c
  451. .cc.o:
  452. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  453. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  454. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  455. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  456. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  457. .cc.obj:
  458. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  459. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  460. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  461. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  462. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  463. .cc.lo:
  464. @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  465. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  466. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  467. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  468. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  469. mostlyclean-libtool:
  470. -rm -f *.lo
  471. clean-libtool:
  472. -rm -rf .libs _libs
  473. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  474. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  475. unique=`for i in $$list; do \
  476. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  477. done | \
  478. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  479. END { if (nonempty) { for (i in files) print i; }; }'`; \
  480. mkid -fID $$unique
  481. tags: TAGS
  482. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  483. $(TAGS_FILES) $(LISP)
  484. set x; \
  485. here=`pwd`; \
  486. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  487. unique=`for i in $$list; do \
  488. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  489. done | \
  490. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  491. END { if (nonempty) { for (i in files) print i; }; }'`; \
  492. shift; \
  493. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  494. test -n "$$unique" || unique=$$empty_fix; \
  495. if test $$# -gt 0; then \
  496. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  497. "$$@" $$unique; \
  498. else \
  499. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  500. $$unique; \
  501. fi; \
  502. fi
  503. ctags: CTAGS
  504. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  505. $(TAGS_FILES) $(LISP)
  506. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  507. unique=`for i in $$list; do \
  508. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  509. done | \
  510. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  511. END { if (nonempty) { for (i in files) print i; }; }'`; \
  512. test -z "$(CTAGS_ARGS)$$unique" \
  513. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  514. $$unique
  515. GTAGS:
  516. here=`$(am__cd) $(top_builddir) && pwd` \
  517. && $(am__cd) $(top_srcdir) \
  518. && gtags -i $(GTAGS_ARGS) "$$here"
  519. distclean-tags:
  520. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  521. check-am: all-am
  522. check: check-am
  523. all-am: Makefile $(LTLIBRARIES)
  524. installdirs:
  525. install: install-am
  526. install-exec: install-exec-am
  527. install-data: install-data-am
  528. uninstall: uninstall-am
  529. install-am: all-am
  530. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  531. installcheck: installcheck-am
  532. install-strip:
  533. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  534. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  535. `test -z '$(STRIP)' || \
  536. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  537. mostlyclean-generic:
  538. clean-generic:
  539. distclean-generic:
  540. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  541. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  542. maintainer-clean-generic:
  543. @echo "This command is intended for maintainers to use"
  544. @echo "it deletes files that may require special tools to rebuild."
  545. clean: clean-am
  546. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  547. mostlyclean-am
  548. distclean: distclean-am
  549. -rm -rf ./$(DEPDIR)
  550. -rm -f Makefile
  551. distclean-am: clean-am distclean-compile distclean-generic \
  552. distclean-tags
  553. dvi: dvi-am
  554. dvi-am:
  555. html: html-am
  556. html-am:
  557. info: info-am
  558. info-am:
  559. install-data-am:
  560. install-dvi: install-dvi-am
  561. install-dvi-am:
  562. install-exec-am:
  563. install-html: install-html-am
  564. install-html-am:
  565. install-info: install-info-am
  566. install-info-am:
  567. install-man:
  568. install-pdf: install-pdf-am
  569. install-pdf-am:
  570. install-ps: install-ps-am
  571. install-ps-am:
  572. installcheck-am:
  573. maintainer-clean: maintainer-clean-am
  574. -rm -rf ./$(DEPDIR)
  575. -rm -f Makefile
  576. maintainer-clean-am: distclean-am maintainer-clean-generic
  577. mostlyclean: mostlyclean-am
  578. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  579. mostlyclean-libtool
  580. pdf: pdf-am
  581. pdf-am:
  582. ps: ps-am
  583. ps-am:
  584. uninstall-am:
  585. .MAKE: install-am install-strip
  586. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  587. clean-libtool clean-noinstLTLIBRARIES ctags distclean \
  588. distclean-compile distclean-generic distclean-libtool \
  589. distclean-tags dvi dvi-am html html-am info info-am install \
  590. install-am install-data install-data-am install-dvi \
  591. install-dvi-am install-exec install-exec-am install-html \
  592. install-html-am install-info install-info-am install-man \
  593. install-pdf install-pdf-am install-ps install-ps-am \
  594. install-strip installcheck installcheck-am installdirs \
  595. maintainer-clean maintainer-clean-generic mostlyclean \
  596. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  597. pdf pdf-am ps ps-am tags uninstall uninstall-am
  598. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  599. # Otherwise a system limit (for SysV at least) may be exceeded.
  600. .NOEXPORT: