PageRenderTime 54ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/libtunepimp-0.5.3/lib/Makefile.in

#
Autoconf | 707 lines | 583 code | 61 blank | 63 comment | 114 complexity | f43332362b12ce693de2cca9c13fa9ff MD5 | raw file
Possible License(s): LGPL-2.1, LGPL-3.0, GPL-2.0, LGPL-2.0
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. subdir = lib
  36. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  37. $(srcdir)/Makefile.in
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  40. $(top_srcdir)/configure.in
  41. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  42. $(ACLOCAL_M4)
  43. mkinstalldirs = $(install_sh) -d
  44. CONFIG_HEADER = $(top_builddir)/config.h
  45. CONFIG_CLEAN_FILES =
  46. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  47. am__vpath_adj = case $$p in \
  48. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  49. *) f=$$p;; \
  50. esac;
  51. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  52. am__installdirs = "$(DESTDIR)$(libdir)"
  53. libLTLIBRARIES_INSTALL = $(INSTALL)
  54. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  55. libpluginsupport_la_LIBADD =
  56. am_libpluginsupport_la_OBJECTS = metadata.lo fileio.lo
  57. libpluginsupport_la_OBJECTS = $(am_libpluginsupport_la_OBJECTS)
  58. am__DEPENDENCIES_1 =
  59. libtunepimp_la_DEPENDENCIES = threads/posix/libtpthread.la \
  60. utf8/libutf8.la $(am__DEPENDENCIES_1)
  61. am_libtunepimp_la_OBJECTS = tunepimp.lo filecache.lo analyzer.lo \
  62. dirsearch.lo metadata.lo astrcmp.lo track.lo write.lo \
  63. c_wrapper.lo watchdog.lo plugins.lo readmeta.lo fileio.lo \
  64. protocol.lo
  65. libtunepimp_la_OBJECTS = $(am_libtunepimp_la_OBJECTS)
  66. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  67. depcomp = $(SHELL) $(top_srcdir)/depcomp
  68. am__depfiles_maybe = depfiles
  69. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  70. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  71. LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
  72. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  73. $(AM_CFLAGS) $(CFLAGS)
  74. CCLD = $(CC)
  75. LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  76. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  77. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  78. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  79. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
  80. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  81. $(AM_CXXFLAGS) $(CXXFLAGS)
  82. CXXLD = $(CXX)
  83. CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  84. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  85. SOURCES = $(libpluginsupport_la_SOURCES) $(libtunepimp_la_SOURCES)
  86. DIST_SOURCES = $(libpluginsupport_la_SOURCES) \
  87. $(libtunepimp_la_SOURCES)
  88. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  89. html-recursive info-recursive install-data-recursive \
  90. install-exec-recursive install-info-recursive \
  91. install-recursive installcheck-recursive installdirs-recursive \
  92. pdf-recursive ps-recursive uninstall-info-recursive \
  93. uninstall-recursive
  94. HEADERS = $(noinst_HEADERS)
  95. ETAGS = etags
  96. CTAGS = ctags
  97. DIST_SUBDIRS = $(SUBDIRS)
  98. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  99. ACLOCAL = @ACLOCAL@
  100. AMDEP_FALSE = @AMDEP_FALSE@
  101. AMDEP_TRUE = @AMDEP_TRUE@
  102. AMTAR = @AMTAR@
  103. AR = @AR@
  104. AUTOCONF = @AUTOCONF@
  105. AUTOHEADER = @AUTOHEADER@
  106. AUTOMAKE = @AUTOMAKE@
  107. AWK = @AWK@
  108. CC = @CC@
  109. CCDEPMODE = @CCDEPMODE@
  110. CFLAGS = @CFLAGS@
  111. CPP = @CPP@
  112. CPPFLAGS = @CPPFLAGS@
  113. CXX = @CXX@
  114. CXXCPP = @CXXCPP@
  115. CXXDEPMODE = @CXXDEPMODE@
  116. CXXFLAGS = @CXXFLAGS@
  117. CYGPATH_W = @CYGPATH_W@
  118. DARWIN_FALSE = @DARWIN_FALSE@
  119. DARWIN_TRUE = @DARWIN_TRUE@
  120. DEFS = @DEFS@
  121. DEPDIR = @DEPDIR@
  122. ECHO = @ECHO@
  123. ECHO_C = @ECHO_C@
  124. ECHO_N = @ECHO_N@
  125. ECHO_T = @ECHO_T@
  126. EGREP = @EGREP@
  127. EXEEXT = @EXEEXT@
  128. F77 = @F77@
  129. FFLAGS = @FFLAGS@
  130. FREEBSD_FALSE = @FREEBSD_FALSE@
  131. FREEBSD_TRUE = @FREEBSD_TRUE@
  132. GREP = @GREP@
  133. HAVE_MPCDEC_FALSE = @HAVE_MPCDEC_FALSE@
  134. HAVE_MPCDEC_TRUE = @HAVE_MPCDEC_TRUE@
  135. INCLTDL = @INCLTDL@
  136. INSTALL_DATA = @INSTALL_DATA@
  137. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  138. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  139. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  140. LDFLAGS = @LDFLAGS@
  141. LIBDIR = @LIBDIR@
  142. LIBLTDL = @LIBLTDL@
  143. LIBOBJS = @LIBOBJS@
  144. LIBS = @LIBS@
  145. LIBTOOL = @LIBTOOL@
  146. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  147. LN_S = @LN_S@
  148. LTLIBOBJS = @LTLIBOBJS@
  149. MAKEINFO = @MAKEINFO@
  150. OBJEXT = @OBJEXT@
  151. PACKAGE = @PACKAGE@
  152. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  153. PACKAGE_NAME = @PACKAGE_NAME@
  154. PACKAGE_STRING = @PACKAGE_STRING@
  155. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  156. PACKAGE_VERSION = @PACKAGE_VERSION@
  157. PATH_SEPARATOR = @PATH_SEPARATOR@
  158. PREFIX = @PREFIX@
  159. RANLIB = @RANLIB@
  160. SET_MAKE = @SET_MAKE@
  161. SHELL = @SHELL@
  162. STRIP = @STRIP@
  163. TAGLIB_CFLAGS = @TAGLIB_CFLAGS@
  164. TAGLIB_CONFIG = @TAGLIB_CONFIG@
  165. TAGLIB_LIBS = @TAGLIB_LIBS@
  166. TP_PLUGINS = @TP_PLUGINS@
  167. VERSION = @VERSION@
  168. ac_ct_CC = @ac_ct_CC@
  169. ac_ct_CXX = @ac_ct_CXX@
  170. ac_ct_F77 = @ac_ct_F77@
  171. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  172. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  173. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  174. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  175. am__include = @am__include@
  176. am__leading_dot = @am__leading_dot@
  177. am__quote = @am__quote@
  178. am__tar = @am__tar@
  179. am__untar = @am__untar@
  180. bindir = @bindir@
  181. build = @build@
  182. build_alias = @build_alias@
  183. build_cpu = @build_cpu@
  184. build_os = @build_os@
  185. build_vendor = @build_vendor@
  186. datadir = @datadir@
  187. datarootdir = @datarootdir@
  188. docdir = @docdir@
  189. dvidir = @dvidir@
  190. exec_prefix = @exec_prefix@
  191. host = @host@
  192. host_alias = @host_alias@
  193. host_cpu = @host_cpu@
  194. host_os = @host_os@
  195. host_vendor = @host_vendor@
  196. htmldir = @htmldir@
  197. includedir = @includedir@
  198. infodir = @infodir@
  199. install_sh = @install_sh@
  200. libdir = @libdir@
  201. libexecdir = @libexecdir@
  202. localedir = @localedir@
  203. localstatedir = @localstatedir@
  204. mandir = @mandir@
  205. mkdir_p = @mkdir_p@
  206. oldincludedir = @oldincludedir@
  207. pdfdir = @pdfdir@
  208. prefix = @prefix@
  209. program_transform_name = @program_transform_name@
  210. psdir = @psdir@
  211. sbindir = @sbindir@
  212. sharedstatedir = @sharedstatedir@
  213. subdirs = @subdirs@
  214. sysconfdir = @sysconfdir@
  215. target_alias = @target_alias@
  216. # TunePimp -- The MusicBrainz tagging client interface:
  217. #
  218. # "Let a thousand taggers bloom!"
  219. #
  220. # Copyright (C) 2003 Robert Kaye
  221. #
  222. # This library is free software; you can redistribute it and/or
  223. # modify it under the terms of the GNU Lesser General Public
  224. # License as published by the Free Software Foundation; either
  225. # version 2.1 of the License, or (at your option) any later version.
  226. #
  227. # This library is distributed in the hope that it will be useful,
  228. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  229. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  230. # Lesser General Public License for more details.
  231. #
  232. # You should have received a copy of the GNU Lesser General Public
  233. # License along with this library; if not, write to the Free Software
  234. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  235. #
  236. # $Id: Makefile.am 8685 2006-11-28 20:34:01Z luks $
  237. #
  238. AUTOMAKE_OPTIONS = foreign
  239. SUBDIRS = utf8 threads
  240. INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5 -Ithreads/posix
  241. lib_LTLIBRARIES = libtunepimp.la
  242. libtunepimp_la_SOURCES = tunepimp.cpp filecache.cpp analyzer.cpp dirsearch.cpp metadata.cpp astrcmp.c track.cpp write.cpp c_wrapper.cpp watchdog.cpp plugins.cpp readmeta.cpp fileio.cpp protocol.cpp
  243. EXTRA_DIST = threads/win32/mutex.h threads/win32/mutex.cpp \
  244. threads/win32/semaphore.h threads/win32/semaphore.cpp \
  245. threads/win32/thread.h threads/win32/thread.cpp \
  246. debug.cpp debug.h fileio_win32.cpp plugins_win32.cpp
  247. # Here are a set of rules to help you update your library version information:
  248. # Scheme: current:revsion:age
  249. # 1. Start with version information of `0:0:0' for each libtool library.
  250. # 2. Update the version information only immediately before a public release
  251. # of your software. More frequent updates are unnecessary, and only
  252. # guarantee that the current interface number gets larger faster.
  253. # 3. If the library source code has changed at all since the last update,
  254. # then increment revision (`c:r:a' becomes `c:r+1:a').
  255. # 4. If any interfaces have been added, removed, or changed since the last
  256. # update, increment current, and set revision to 0.
  257. # 5. If any interfaces have been added since the last public release, then
  258. # increment age.
  259. # 6. If any interfaces have been removed since the last public release, then
  260. # set age to 0.
  261. # Version history:
  262. # 0:0:0 - Initial version for 0.1.x
  263. # 1:0:0 - TunePimp implementation for version 0.2.x
  264. # 2:0:0 - TunePimp implementation for version 0.3.x
  265. # 3:0:0 - TunePimp implementation for version 0.4.x
  266. # 4:0:0 - TunePimp implementation for alpha releases of version 0.5.0
  267. # 5:0:0 - TunePimp implementation for version 0.5.0
  268. # 5:1:0 - TunePimp implementation for version 0.5.1
  269. libtunepimp_la_LDFLAGS = -version-info 5:3:0
  270. libtunepimp_la_LIBADD = threads/posix/libtpthread.la utf8/libutf8.la $(LIBLTDL) -lm
  271. noinst_LTLIBRARIES = libpluginsupport.la
  272. libpluginsupport_la_SOURCES = metadata.cpp fileio.cpp
  273. noinst_HEADERS = analyzer.h dirsearch.h astrcmp.h filecache.h write.h watchdog.h readmeta.h plugins.h protocol.h
  274. all: all-recursive
  275. .SUFFIXES:
  276. .SUFFIXES: .c .cpp .lo .o .obj
  277. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  278. @for dep in $?; do \
  279. case '$(am__configure_deps)' in \
  280. *$$dep*) \
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  282. && exit 0; \
  283. exit 1;; \
  284. esac; \
  285. done; \
  286. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
  287. cd $(top_srcdir) && \
  288. $(AUTOMAKE) --foreign lib/Makefile
  289. .PRECIOUS: Makefile
  290. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  291. @case '$?' in \
  292. *config.status*) \
  293. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  294. *) \
  295. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  296. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  297. esac;
  298. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  299. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  300. $(top_srcdir)/configure: $(am__configure_deps)
  301. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  302. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  303. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  304. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  305. @$(NORMAL_INSTALL)
  306. test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  307. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  308. if test -f $$p; then \
  309. f=$(am__strip_dir) \
  310. echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
  311. $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
  312. else :; fi; \
  313. done
  314. uninstall-libLTLIBRARIES:
  315. @$(NORMAL_UNINSTALL)
  316. @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  317. p=$(am__strip_dir) \
  318. echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
  319. $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
  320. done
  321. clean-libLTLIBRARIES:
  322. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  323. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  324. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  325. test "$$dir" != "$$p" || dir=.; \
  326. echo "rm -f \"$${dir}/so_locations\""; \
  327. rm -f "$${dir}/so_locations"; \
  328. done
  329. clean-noinstLTLIBRARIES:
  330. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  331. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  332. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  333. test "$$dir" != "$$p" || dir=.; \
  334. echo "rm -f \"$${dir}/so_locations\""; \
  335. rm -f "$${dir}/so_locations"; \
  336. done
  337. libpluginsupport.la: $(libpluginsupport_la_OBJECTS) $(libpluginsupport_la_DEPENDENCIES)
  338. $(CXXLINK) $(libpluginsupport_la_LDFLAGS) $(libpluginsupport_la_OBJECTS) $(libpluginsupport_la_LIBADD) $(LIBS)
  339. libtunepimp.la: $(libtunepimp_la_OBJECTS) $(libtunepimp_la_DEPENDENCIES)
  340. $(CXXLINK) -rpath $(libdir) $(libtunepimp_la_LDFLAGS) $(libtunepimp_la_OBJECTS) $(libtunepimp_la_LIBADD) $(LIBS)
  341. mostlyclean-compile:
  342. -rm -f *.$(OBJEXT)
  343. distclean-compile:
  344. -rm -f *.tab.c
  345. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/analyzer.Plo@am__quote@
  346. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/astrcmp.Plo@am__quote@
  347. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_wrapper.Plo@am__quote@
  348. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirsearch.Plo@am__quote@
  349. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filecache.Plo@am__quote@
  350. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Plo@am__quote@
  351. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata.Plo@am__quote@
  352. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugins.Plo@am__quote@
  353. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@
  354. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readmeta.Plo@am__quote@
  355. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track.Plo@am__quote@
  356. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tunepimp.Plo@am__quote@
  357. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watchdog.Plo@am__quote@
  358. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Plo@am__quote@
  359. .c.o:
  360. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  361. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  362. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  363. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  364. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  365. .c.obj:
  366. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  367. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  368. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  369. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  370. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  371. .c.lo:
  372. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  373. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  374. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  375. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  376. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  377. .cpp.o:
  378. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  379. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  380. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  381. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  382. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  383. .cpp.obj:
  384. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  385. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  386. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  387. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  388. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  389. .cpp.lo:
  390. @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  391. @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  392. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  393. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  394. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  395. mostlyclean-libtool:
  396. -rm -f *.lo
  397. clean-libtool:
  398. -rm -rf .libs _libs
  399. distclean-libtool:
  400. -rm -f libtool
  401. uninstall-info-am:
  402. # This directory's subdirectories are mostly independent; you can cd
  403. # into them and run `make' without going through this Makefile.
  404. # To change the values of `make' variables: instead of editing Makefiles,
  405. # (1) if the variable is set in `config.status', edit `config.status'
  406. # (which will cause the Makefiles to be regenerated when you run `make');
  407. # (2) otherwise, pass the desired values on the `make' command line.
  408. $(RECURSIVE_TARGETS):
  409. @failcom='exit 1'; \
  410. for f in x $$MAKEFLAGS; do \
  411. case $$f in \
  412. *=* | --[!k]*);; \
  413. *k*) failcom='fail=yes';; \
  414. esac; \
  415. done; \
  416. dot_seen=no; \
  417. target=`echo $@ | sed s/-recursive//`; \
  418. list='$(SUBDIRS)'; for subdir in $$list; do \
  419. echo "Making $$target in $$subdir"; \
  420. if test "$$subdir" = "."; then \
  421. dot_seen=yes; \
  422. local_target="$$target-am"; \
  423. else \
  424. local_target="$$target"; \
  425. fi; \
  426. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  427. || eval $$failcom; \
  428. done; \
  429. if test "$$dot_seen" = "no"; then \
  430. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  431. fi; test -z "$$fail"
  432. mostlyclean-recursive clean-recursive distclean-recursive \
  433. maintainer-clean-recursive:
  434. @failcom='exit 1'; \
  435. for f in x $$MAKEFLAGS; do \
  436. case $$f in \
  437. *=* | --[!k]*);; \
  438. *k*) failcom='fail=yes';; \
  439. esac; \
  440. done; \
  441. dot_seen=no; \
  442. case "$@" in \
  443. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  444. *) list='$(SUBDIRS)' ;; \
  445. esac; \
  446. rev=''; for subdir in $$list; do \
  447. if test "$$subdir" = "."; then :; else \
  448. rev="$$subdir $$rev"; \
  449. fi; \
  450. done; \
  451. rev="$$rev ."; \
  452. target=`echo $@ | sed s/-recursive//`; \
  453. for subdir in $$rev; do \
  454. echo "Making $$target in $$subdir"; \
  455. if test "$$subdir" = "."; then \
  456. local_target="$$target-am"; \
  457. else \
  458. local_target="$$target"; \
  459. fi; \
  460. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  461. || eval $$failcom; \
  462. done && test -z "$$fail"
  463. tags-recursive:
  464. list='$(SUBDIRS)'; for subdir in $$list; do \
  465. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  466. done
  467. ctags-recursive:
  468. list='$(SUBDIRS)'; for subdir in $$list; do \
  469. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  470. done
  471. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  472. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  473. unique=`for i in $$list; do \
  474. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  475. done | \
  476. $(AWK) ' { files[$$0] = 1; } \
  477. END { for (i in files) print i; }'`; \
  478. mkid -fID $$unique
  479. tags: TAGS
  480. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  481. $(TAGS_FILES) $(LISP)
  482. tags=; \
  483. here=`pwd`; \
  484. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  485. include_option=--etags-include; \
  486. empty_fix=.; \
  487. else \
  488. include_option=--include; \
  489. empty_fix=; \
  490. fi; \
  491. list='$(SUBDIRS)'; for subdir in $$list; do \
  492. if test "$$subdir" = .; then :; else \
  493. test ! -f $$subdir/TAGS || \
  494. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  495. fi; \
  496. done; \
  497. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  498. unique=`for i in $$list; do \
  499. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  500. done | \
  501. $(AWK) ' { files[$$0] = 1; } \
  502. END { for (i in files) print i; }'`; \
  503. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  504. test -n "$$unique" || unique=$$empty_fix; \
  505. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  506. $$tags $$unique; \
  507. fi
  508. ctags: CTAGS
  509. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  510. $(TAGS_FILES) $(LISP)
  511. tags=; \
  512. here=`pwd`; \
  513. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  514. unique=`for i in $$list; do \
  515. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  516. done | \
  517. $(AWK) ' { files[$$0] = 1; } \
  518. END { for (i in files) print i; }'`; \
  519. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  520. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  521. $$tags $$unique
  522. GTAGS:
  523. here=`$(am__cd) $(top_builddir) && pwd` \
  524. && cd $(top_srcdir) \
  525. && gtags -i $(GTAGS_ARGS) $$here
  526. distclean-tags:
  527. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  528. distdir: $(DISTFILES)
  529. $(mkdir_p) $(distdir)/threads/win32
  530. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  531. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  532. list='$(DISTFILES)'; for file in $$list; do \
  533. case $$file in \
  534. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  535. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  536. esac; \
  537. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  538. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  539. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  540. dir="/$$dir"; \
  541. $(mkdir_p) "$(distdir)$$dir"; \
  542. else \
  543. dir=''; \
  544. fi; \
  545. if test -d $$d/$$file; then \
  546. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  547. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  548. fi; \
  549. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  550. else \
  551. test -f $(distdir)/$$file \
  552. || cp -p $$d/$$file $(distdir)/$$file \
  553. || exit 1; \
  554. fi; \
  555. done
  556. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  557. if test "$$subdir" = .; then :; else \
  558. test -d "$(distdir)/$$subdir" \
  559. || $(mkdir_p) "$(distdir)/$$subdir" \
  560. || exit 1; \
  561. distdir=`$(am__cd) $(distdir) && pwd`; \
  562. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  563. (cd $$subdir && \
  564. $(MAKE) $(AM_MAKEFLAGS) \
  565. top_distdir="$$top_distdir" \
  566. distdir="$$distdir/$$subdir" \
  567. distdir) \
  568. || exit 1; \
  569. fi; \
  570. done
  571. check-am: all-am
  572. check: check-recursive
  573. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  574. installdirs: installdirs-recursive
  575. installdirs-am:
  576. for dir in "$(DESTDIR)$(libdir)"; do \
  577. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  578. done
  579. install: install-recursive
  580. install-exec: install-exec-recursive
  581. install-data: install-data-recursive
  582. uninstall: uninstall-recursive
  583. install-am: all-am
  584. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  585. installcheck: installcheck-recursive
  586. install-strip:
  587. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  588. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  589. `test -z '$(STRIP)' || \
  590. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  591. mostlyclean-generic:
  592. clean-generic:
  593. distclean-generic:
  594. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_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."
  598. clean: clean-recursive
  599. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  600. clean-noinstLTLIBRARIES mostlyclean-am
  601. distclean: distclean-recursive
  602. -rm -rf ./$(DEPDIR)
  603. -rm -f Makefile
  604. distclean-am: clean-am distclean-compile distclean-generic \
  605. distclean-libtool distclean-tags
  606. dvi: dvi-recursive
  607. dvi-am:
  608. html: html-recursive
  609. info: info-recursive
  610. info-am:
  611. install-data-am:
  612. install-exec-am: install-libLTLIBRARIES
  613. install-info: install-info-recursive
  614. install-man:
  615. installcheck-am:
  616. maintainer-clean: maintainer-clean-recursive
  617. -rm -rf ./$(DEPDIR)
  618. -rm -f Makefile
  619. maintainer-clean-am: distclean-am maintainer-clean-generic
  620. mostlyclean: mostlyclean-recursive
  621. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  622. mostlyclean-libtool
  623. pdf: pdf-recursive
  624. pdf-am:
  625. ps: ps-recursive
  626. ps-am:
  627. uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
  628. uninstall-info: uninstall-info-recursive
  629. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
  630. clean clean-generic clean-libLTLIBRARIES clean-libtool \
  631. clean-noinstLTLIBRARIES clean-recursive ctags ctags-recursive \
  632. distclean distclean-compile distclean-generic \
  633. distclean-libtool distclean-recursive distclean-tags distdir \
  634. dvi dvi-am html html-am info info-am install install-am \
  635. install-data install-data-am install-exec install-exec-am \
  636. install-info install-info-am install-libLTLIBRARIES \
  637. install-man install-strip installcheck installcheck-am \
  638. installdirs installdirs-am maintainer-clean \
  639. maintainer-clean-generic maintainer-clean-recursive \
  640. mostlyclean mostlyclean-compile mostlyclean-generic \
  641. mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
  642. tags tags-recursive uninstall uninstall-am uninstall-info-am \
  643. uninstall-libLTLIBRARIES
  644. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  645. # Otherwise a system limit (for SysV at least) may be exceeded.
  646. .NOEXPORT: