Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. subdir = AI/EmptyAI
  34. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/aclocal/m4/ax_boost_base.m4 \
  37. $(top_srcdir)/aclocal/m4/ax_boost_filesystem.m4 \
  38. $(top_srcdir)/aclocal/m4/ax_boost_iostreams.m4 \
  39. $(top_srcdir)/aclocal/m4/ax_boost_program_options.m4 \
  40. $(top_srcdir)/aclocal/m4/ax_boost_system.m4 \
  41. $(top_srcdir)/aclocal/m4/ax_boost_thread.m4 \
  42. $(top_srcdir)/aclocal/m4/libtool.m4 \
  43. $(top_srcdir)/aclocal/m4/ltoptions.m4 \
  44. $(top_srcdir)/aclocal/m4/ltsugar.m4 \
  45. $(top_srcdir)/aclocal/m4/ltversion.m4 \
  46. $(top_srcdir)/aclocal/m4/lt~obsolete.m4 \
  47. $(top_srcdir)/configure.ac
  48. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  49. $(ACLOCAL_M4)
  50. mkinstalldirs = $(install_sh) -d
  51. CONFIG_CLEAN_FILES =
  52. CONFIG_CLEAN_VPATH_FILES =
  53. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  54. am__vpath_adj = case $$p in \
  55. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  56. *) f=$$p;; \
  57. esac;
  58. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  59. am__install_max = 40
  60. am__nobase_strip_setup = \
  61. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  62. am__nobase_strip = \
  63. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  64. am__nobase_list = $(am__nobase_strip_setup); \
  65. for p in $$list; do echo "$$p $$p"; done | \
  66. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  67. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  68. if (++n[$$2] == $(am__install_max)) \
  69. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  70. END { for (dir in files) print dir, files[dir] }'
  71. am__base_list = \
  72. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  73. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  74. am__installdirs = "$(DESTDIR)$(pkglibdir)"
  75. LTLIBRARIES = $(pkglib_LTLIBRARIES)
  76. EmptyAI_la_DEPENDENCIES = $(top_builddir)/lib/libvcmi.la
  77. am_EmptyAI_la_OBJECTS = CEmptyAI.lo exp_funcs.lo
  78. EmptyAI_la_OBJECTS = $(am_EmptyAI_la_OBJECTS)
  79. AM_V_lt = $(am__v_lt_$(V))
  80. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  81. am__v_lt_0 = --silent
  82. EmptyAI_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  83. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  84. $(CXXFLAGS) $(EmptyAI_la_LDFLAGS) $(LDFLAGS) -o $@
  85. DEFAULT_INCLUDES = -I.@am__isrc@
  86. depcomp = $(SHELL) $(top_srcdir)/depcomp
  87. am__depfiles_maybe = depfiles
  88. am__mv = mv -f
  89. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  90. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  91. LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  92. $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
  93. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  94. $(AM_CXXFLAGS) $(CXXFLAGS)
  95. AM_V_CXX = $(am__v_CXX_$(V))
  96. am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
  97. am__v_CXX_0 = @echo " CXX " $@;
  98. AM_V_at = $(am__v_at_$(V))
  99. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  100. am__v_at_0 = @
  101. CXXLD = $(CXX)
  102. CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  103. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  104. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  105. AM_V_CXXLD = $(am__v_CXXLD_$(V))
  106. am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
  107. am__v_CXXLD_0 = @echo " CXXLD " $@;
  108. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  109. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  110. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  111. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  112. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  113. $(AM_CFLAGS) $(CFLAGS)
  114. AM_V_CC = $(am__v_CC_$(V))
  115. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  116. am__v_CC_0 = @echo " CC " $@;
  117. CCLD = $(CC)
  118. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  119. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  120. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  121. AM_V_CCLD = $(am__v_CCLD_$(V))
  122. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  123. am__v_CCLD_0 = @echo " CCLD " $@;
  124. AM_V_GEN = $(am__v_GEN_$(V))
  125. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  126. am__v_GEN_0 = @echo " GEN " $@;
  127. SOURCES = $(EmptyAI_la_SOURCES)
  128. DIST_SOURCES = $(EmptyAI_la_SOURCES)
  129. ETAGS = etags
  130. CTAGS = ctags
  131. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  132. ACLOCAL = @ACLOCAL@
  133. AMTAR = @AMTAR@
  134. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  135. AR = @AR@
  136. AUTOCONF = @AUTOCONF@
  137. AUTOHEADER = @AUTOHEADER@
  138. AUTOMAKE = @AUTOMAKE@
  139. AWK = @AWK@
  140. BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
  141. BOOST_FILESYSTEM_LIB = @BOOST_FILESYSTEM_LIB@
  142. BOOST_IOSTREAMS_LIB = @BOOST_IOSTREAMS_LIB@
  143. BOOST_LDFLAGS = @BOOST_LDFLAGS@
  144. BOOST_PROGRAM_OPTIONS_LIB = @BOOST_PROGRAM_OPTIONS_LIB@
  145. BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
  146. BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
  147. CC = @CC@
  148. CCDEPMODE = @CCDEPMODE@
  149. CFLAGS = @CFLAGS@
  150. CPP = @CPP@
  151. CPPFLAGS = @CPPFLAGS@
  152. CXX = @CXX@
  153. CXXCPP = @CXXCPP@
  154. CXXDEPMODE = @CXXDEPMODE@
  155. CXXFLAGS = @CXXFLAGS@
  156. CYGPATH_W = @CYGPATH_W@
  157. DEFS = @DEFS@
  158. DEPDIR = @DEPDIR@
  159. DSYMUTIL = @DSYMUTIL@
  160. DUMPBIN = @DUMPBIN@
  161. ECHO_C = @ECHO_C@
  162. ECHO_N = @ECHO_N@
  163. ECHO_T = @ECHO_T@
  164. EGREP = @EGREP@
  165. EXEEXT = @EXEEXT@
  166. FFMPEG_CXXFLAGS = @FFMPEG_CXXFLAGS@
  167. FFMPEG_LIBS = @FFMPEG_LIBS@
  168. FGREP = @FGREP@
  169. GREP = @GREP@
  170. HAVE_SDL_CONFIG = @HAVE_SDL_CONFIG@
  171. INSTALL = @INSTALL@
  172. INSTALL_DATA = @INSTALL_DATA@
  173. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  174. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  175. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  176. LD = @LD@
  177. LDFLAGS = @LDFLAGS@
  178. LIBOBJS = @LIBOBJS@
  179. LIBS = @LIBS@
  180. LIBTOOL = @LIBTOOL@
  181. LIPO = @LIPO@
  182. LN_S = @LN_S@
  183. LTLIBOBJS = @LTLIBOBJS@
  184. MAKEINFO = @MAKEINFO@
  185. MKDIR_P = @MKDIR_P@
  186. NM = @NM@
  187. NMEDIT = @NMEDIT@
  188. OBJDUMP = @OBJDUMP@
  189. OBJEXT = @OBJEXT@
  190. OTOOL = @OTOOL@
  191. OTOOL64 = @OTOOL64@
  192. PACKAGE = @PACKAGE@
  193. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  194. PACKAGE_NAME = @PACKAGE_NAME@
  195. PACKAGE_STRING = @PACKAGE_STRING@
  196. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  197. PACKAGE_URL = @PACKAGE_URL@
  198. PACKAGE_VERSION = @PACKAGE_VERSION@
  199. PATH_SEPARATOR = @PATH_SEPARATOR@
  200. RANLIB = @RANLIB@
  201. SDL_CXXFLAGS = @SDL_CXXFLAGS@
  202. SDL_LIBS = @SDL_LIBS@
  203. SED = @SED@
  204. SET_MAKE = @SET_MAKE@
  205. SHELL = @SHELL@
  206. STRIP = @STRIP@
  207. VERSION = @VERSION@
  208. abs_builddir = @abs_builddir@
  209. abs_srcdir = @abs_srcdir@
  210. abs_top_builddir = @abs_top_builddir@
  211. abs_top_srcdir = @abs_top_srcdir@
  212. ac_ct_CC = @ac_ct_CC@
  213. ac_ct_CXX = @ac_ct_CXX@
  214. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  215. am__include = @am__include@
  216. am__leading_dot = @am__leading_dot@
  217. am__quote = @am__quote@
  218. am__tar = @am__tar@
  219. am__untar = @am__untar@
  220. bindir = @bindir@
  221. build = @build@
  222. build_alias = @build_alias@
  223. build_cpu = @build_cpu@
  224. build_os = @build_os@
  225. build_vendor = @build_vendor@
  226. builddir = @builddir@
  227. datadir = @datadir@
  228. datarootdir = @datarootdir@
  229. docdir = @docdir@
  230. dvidir = @dvidir@
  231. exec_prefix = @exec_prefix@
  232. host = @host@
  233. host_alias = @host_alias@
  234. host_cpu = @host_cpu@
  235. host_os = @host_os@
  236. host_vendor = @host_vendor@
  237. htmldir = @htmldir@
  238. includedir = @includedir@
  239. infodir = @infodir@
  240. install_sh = @install_sh@
  241. libdir = @libdir@
  242. libexecdir = @libexecdir@
  243. localedir = @localedir@
  244. localstatedir = @localstatedir@
  245. lt_ECHO = @lt_ECHO@
  246. mandir = @mandir@
  247. mkdir_p = @mkdir_p@
  248. oldincludedir = @oldincludedir@
  249. pdfdir = @pdfdir@
  250. prefix = @prefix@
  251. program_transform_name = @program_transform_name@
  252. psdir = @psdir@
  253. sbindir = @sbindir@
  254. sharedstatedir = @sharedstatedir@
  255. srcdir = @srcdir@
  256. sysconfdir = @sysconfdir@
  257. target_alias = @target_alias@
  258. top_build_prefix = @top_build_prefix@
  259. top_builddir = @top_builddir@
  260. top_srcdir = @top_srcdir@
  261. pkglib_LTLIBRARIES = EmptyAI.la
  262. EmptyAI_la_LIBADD = $(top_builddir)/lib/libvcmi.la
  263. EmptyAI_la_LDFLAGS = -L$(top_builddir)/lib -module
  264. EmptyAI_la_SOURCES = \
  265. CEmptyAI.cpp \
  266. CEmptyAI.h \
  267. exp_funcs.cpp
  268. all: all-am
  269. .SUFFIXES:
  270. .SUFFIXES: .cpp .lo .o .obj
  271. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  272. @for dep in $?; do \
  273. case '$(am__configure_deps)' in \
  274. *$$dep*) \
  275. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  276. && { if test -f $@; then exit 0; else break; fi; }; \
  277. exit 1;; \
  278. esac; \
  279. done; \
  280. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu AI/EmptyAI/Makefile'; \
  281. $(am__cd) $(top_srcdir) && \
  282. $(AUTOMAKE) --gnu AI/EmptyAI/Makefile
  283. .PRECIOUS: Makefile
  284. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  285. @case '$?' in \
  286. *config.status*) \
  287. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  288. *) \
  289. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  290. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  291. esac;
  292. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  293. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  294. $(top_srcdir)/configure: $(am__configure_deps)
  295. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  296. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  297. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  298. $(am__aclocal_m4_deps):
  299. install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
  300. @$(NORMAL_INSTALL)
  301. test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
  302. @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
  303. list2=; for p in $$list; do \
  304. if test -f $$p; then \
  305. list2="$$list2 $$p"; \
  306. else :; fi; \
  307. done; \
  308. test -z "$$list2" || { \
  309. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
  310. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
  311. }
  312. uninstall-pkglibLTLIBRARIES:
  313. @$(NORMAL_UNINSTALL)
  314. @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
  315. for p in $$list; do \
  316. $(am__strip_dir) \
  317. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
  318. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
  319. done
  320. clean-pkglibLTLIBRARIES:
  321. -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
  322. @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
  323. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  324. test "$$dir" != "$$p" || dir=.; \
  325. echo "rm -f \"$${dir}/so_locations\""; \
  326. rm -f "$${dir}/so_locations"; \
  327. done
  328. EmptyAI.la: $(EmptyAI_la_OBJECTS) $(EmptyAI_la_DEPENDENCIES)
  329. $(AM_V_CXXLD)$(EmptyAI_la_LINK) -rpath $(pkglibdir) $(EmptyAI_la_OBJECTS) $(EmptyAI_la_LIBADD) $(LIBS)
  330. mostlyclean-compile:
  331. -rm -f *.$(OBJEXT)
  332. distclean-compile:
  333. -rm -f *.tab.c
  334. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CEmptyAI.Plo@am__quote@
  335. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp_funcs.Plo@am__quote@
  336. .cpp.o:
  337. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  338. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  339. @am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
  340. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  341. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  342. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  343. .cpp.obj:
  344. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  345. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  346. @am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
  347. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  348. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  349. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  350. .cpp.lo:
  351. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  352. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  353. @am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
  354. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  355. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  356. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  357. mostlyclean-libtool:
  358. -rm -f *.lo
  359. clean-libtool:
  360. -rm -rf .libs _libs
  361. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  362. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  363. unique=`for i in $$list; do \
  364. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  365. done | \
  366. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  367. END { if (nonempty) { for (i in files) print i; }; }'`; \
  368. mkid -fID $$unique
  369. tags: TAGS
  370. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  371. $(TAGS_FILES) $(LISP)
  372. set x; \
  373. here=`pwd`; \
  374. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  375. unique=`for i in $$list; do \
  376. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  377. done | \
  378. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  379. END { if (nonempty) { for (i in files) print i; }; }'`; \
  380. shift; \
  381. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  382. test -n "$$unique" || unique=$$empty_fix; \
  383. if test $$# -gt 0; then \
  384. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  385. "$$@" $$unique; \
  386. else \
  387. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  388. $$unique; \
  389. fi; \
  390. fi
  391. ctags: CTAGS
  392. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  393. $(TAGS_FILES) $(LISP)
  394. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  395. unique=`for i in $$list; do \
  396. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  397. done | \
  398. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  399. END { if (nonempty) { for (i in files) print i; }; }'`; \
  400. test -z "$(CTAGS_ARGS)$$unique" \
  401. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  402. $$unique
  403. GTAGS:
  404. here=`$(am__cd) $(top_builddir) && pwd` \
  405. && $(am__cd) $(top_srcdir) \
  406. && gtags -i $(GTAGS_ARGS) "$$here"
  407. distclean-tags:
  408. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  409. distdir: $(DISTFILES)
  410. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  411. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  412. list='$(DISTFILES)'; \
  413. dist_files=`for file in $$list; do echo $$file; done | \
  414. sed -e "s|^$$srcdirstrip/||;t" \
  415. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  416. case $$dist_files in \
  417. */*) $(MKDIR_P) `echo "$$dist_files" | \
  418. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  419. sort -u` ;; \
  420. esac; \
  421. for file in $$dist_files; do \
  422. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  423. if test -d $$d/$$file; then \
  424. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  425. if test -d "$(distdir)/$$file"; then \
  426. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  427. fi; \
  428. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  429. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  430. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  431. fi; \
  432. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  433. else \
  434. test -f "$(distdir)/$$file" \
  435. || cp -p $$d/$$file "$(distdir)/$$file" \
  436. || exit 1; \
  437. fi; \
  438. done
  439. check-am: all-am
  440. check: check-am
  441. all-am: Makefile $(LTLIBRARIES)
  442. installdirs:
  443. for dir in "$(DESTDIR)$(pkglibdir)"; do \
  444. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  445. done
  446. install: install-am
  447. install-exec: install-exec-am
  448. install-data: install-data-am
  449. uninstall: uninstall-am
  450. install-am: all-am
  451. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  452. installcheck: installcheck-am
  453. install-strip:
  454. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  455. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  456. `test -z '$(STRIP)' || \
  457. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  458. mostlyclean-generic:
  459. clean-generic:
  460. distclean-generic:
  461. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  462. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  463. maintainer-clean-generic:
  464. @echo "This command is intended for maintainers to use"
  465. @echo "it deletes files that may require special tools to rebuild."
  466. clean: clean-am
  467. clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
  468. mostlyclean-am
  469. distclean: distclean-am
  470. -rm -rf ./$(DEPDIR)
  471. -rm -f Makefile
  472. distclean-am: clean-am distclean-compile distclean-generic \
  473. distclean-tags
  474. dvi: dvi-am
  475. dvi-am:
  476. html: html-am
  477. html-am:
  478. info: info-am
  479. info-am:
  480. install-data-am:
  481. install-dvi: install-dvi-am
  482. install-dvi-am:
  483. install-exec-am: install-pkglibLTLIBRARIES
  484. install-html: install-html-am
  485. install-html-am:
  486. install-info: install-info-am
  487. install-info-am:
  488. install-man:
  489. install-pdf: install-pdf-am
  490. install-pdf-am:
  491. install-ps: install-ps-am
  492. install-ps-am:
  493. installcheck-am:
  494. maintainer-clean: maintainer-clean-am
  495. -rm -rf ./$(DEPDIR)
  496. -rm -f Makefile
  497. maintainer-clean-am: distclean-am maintainer-clean-generic
  498. mostlyclean: mostlyclean-am
  499. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  500. mostlyclean-libtool
  501. pdf: pdf-am
  502. pdf-am:
  503. ps: ps-am
  504. ps-am:
  505. uninstall-am: uninstall-pkglibLTLIBRARIES
  506. .MAKE: install-am install-strip
  507. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  508. clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
  509. distclean-compile distclean-generic distclean-libtool \
  510. distclean-tags distdir dvi dvi-am html html-am info info-am \
  511. install install-am install-data install-data-am install-dvi \
  512. install-dvi-am install-exec install-exec-am install-html \
  513. install-html-am install-info install-info-am install-man \
  514. install-pdf install-pdf-am install-pkglibLTLIBRARIES \
  515. install-ps install-ps-am install-strip installcheck \
  516. installcheck-am installdirs maintainer-clean \
  517. maintainer-clean-generic mostlyclean mostlyclean-compile \
  518. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  519. tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
  520. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  521. # Otherwise a system limit (for SysV at least) may be exceeded.
  522. .NOEXPORT: