Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  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/StupidAI
  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. StupidAI_la_DEPENDENCIES = $(top_builddir)/lib/libvcmi.la
  77. am_StupidAI_la_OBJECTS = main.lo stdafx.lo StupidAI.lo
  78. StupidAI_la_OBJECTS = $(am_StupidAI_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. StupidAI_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  83. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  84. $(CXXFLAGS) $(StupidAI_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 = $(StupidAI_la_SOURCES)
  128. DIST_SOURCES = $(StupidAI_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 = StupidAI.la
  262. StupidAI_la_LIBADD = $(top_builddir)/lib/libvcmi.la
  263. StupidAI_la_LDFLAGS = -L$(top_builddir)/lib -module
  264. StupidAI_la_SOURCES = \
  265. main.cpp\
  266. stdafx.cpp\
  267. stdafx.h\
  268. StupidAI.cpp\
  269. StupidAI.h
  270. all: all-am
  271. .SUFFIXES:
  272. .SUFFIXES: .cpp .lo .o .obj
  273. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  274. @for dep in $?; do \
  275. case '$(am__configure_deps)' in \
  276. *$$dep*) \
  277. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  278. && { if test -f $@; then exit 0; else break; fi; }; \
  279. exit 1;; \
  280. esac; \
  281. done; \
  282. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu AI/StupidAI/Makefile'; \
  283. $(am__cd) $(top_srcdir) && \
  284. $(AUTOMAKE) --gnu AI/StupidAI/Makefile
  285. .PRECIOUS: Makefile
  286. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  287. @case '$?' in \
  288. *config.status*) \
  289. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  290. *) \
  291. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  292. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  293. esac;
  294. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  295. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  296. $(top_srcdir)/configure: $(am__configure_deps)
  297. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  298. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  299. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  300. $(am__aclocal_m4_deps):
  301. install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
  302. @$(NORMAL_INSTALL)
  303. test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
  304. @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
  305. list2=; for p in $$list; do \
  306. if test -f $$p; then \
  307. list2="$$list2 $$p"; \
  308. else :; fi; \
  309. done; \
  310. test -z "$$list2" || { \
  311. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
  312. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
  313. }
  314. uninstall-pkglibLTLIBRARIES:
  315. @$(NORMAL_UNINSTALL)
  316. @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
  317. for p in $$list; do \
  318. $(am__strip_dir) \
  319. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
  320. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
  321. done
  322. clean-pkglibLTLIBRARIES:
  323. -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
  324. @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
  325. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  326. test "$$dir" != "$$p" || dir=.; \
  327. echo "rm -f \"$${dir}/so_locations\""; \
  328. rm -f "$${dir}/so_locations"; \
  329. done
  330. StupidAI.la: $(StupidAI_la_OBJECTS) $(StupidAI_la_DEPENDENCIES)
  331. $(AM_V_CXXLD)$(StupidAI_la_LINK) -rpath $(pkglibdir) $(StupidAI_la_OBJECTS) $(StupidAI_la_LIBADD) $(LIBS)
  332. mostlyclean-compile:
  333. -rm -f *.$(OBJEXT)
  334. distclean-compile:
  335. -rm -f *.tab.c
  336. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StupidAI.Plo@am__quote@
  337. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Plo@am__quote@
  338. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdafx.Plo@am__quote@
  339. .cpp.o:
  340. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  341. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  342. @am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
  343. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  344. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  345. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  346. .cpp.obj:
  347. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  348. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  349. @am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
  350. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  351. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  352. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  353. .cpp.lo:
  354. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  355. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  356. @am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@
  357. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  358. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  359. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  360. mostlyclean-libtool:
  361. -rm -f *.lo
  362. clean-libtool:
  363. -rm -rf .libs _libs
  364. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  365. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  366. unique=`for i in $$list; do \
  367. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  368. done | \
  369. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  370. END { if (nonempty) { for (i in files) print i; }; }'`; \
  371. mkid -fID $$unique
  372. tags: TAGS
  373. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  374. $(TAGS_FILES) $(LISP)
  375. set x; \
  376. here=`pwd`; \
  377. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  378. unique=`for i in $$list; do \
  379. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  380. done | \
  381. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  382. END { if (nonempty) { for (i in files) print i; }; }'`; \
  383. shift; \
  384. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  385. test -n "$$unique" || unique=$$empty_fix; \
  386. if test $$# -gt 0; then \
  387. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  388. "$$@" $$unique; \
  389. else \
  390. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  391. $$unique; \
  392. fi; \
  393. fi
  394. ctags: CTAGS
  395. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  396. $(TAGS_FILES) $(LISP)
  397. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  398. unique=`for i in $$list; do \
  399. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  400. done | \
  401. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  402. END { if (nonempty) { for (i in files) print i; }; }'`; \
  403. test -z "$(CTAGS_ARGS)$$unique" \
  404. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  405. $$unique
  406. GTAGS:
  407. here=`$(am__cd) $(top_builddir) && pwd` \
  408. && $(am__cd) $(top_srcdir) \
  409. && gtags -i $(GTAGS_ARGS) "$$here"
  410. distclean-tags:
  411. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  412. distdir: $(DISTFILES)
  413. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  414. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  415. list='$(DISTFILES)'; \
  416. dist_files=`for file in $$list; do echo $$file; done | \
  417. sed -e "s|^$$srcdirstrip/||;t" \
  418. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  419. case $$dist_files in \
  420. */*) $(MKDIR_P) `echo "$$dist_files" | \
  421. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  422. sort -u` ;; \
  423. esac; \
  424. for file in $$dist_files; do \
  425. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  426. if test -d $$d/$$file; then \
  427. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  428. if test -d "$(distdir)/$$file"; then \
  429. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  430. fi; \
  431. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  432. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  433. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  434. fi; \
  435. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  436. else \
  437. test -f "$(distdir)/$$file" \
  438. || cp -p $$d/$$file "$(distdir)/$$file" \
  439. || exit 1; \
  440. fi; \
  441. done
  442. check-am: all-am
  443. check: check-am
  444. all-am: Makefile $(LTLIBRARIES)
  445. installdirs:
  446. for dir in "$(DESTDIR)$(pkglibdir)"; do \
  447. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  448. done
  449. install: install-am
  450. install-exec: install-exec-am
  451. install-data: install-data-am
  452. uninstall: uninstall-am
  453. install-am: all-am
  454. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  455. installcheck: installcheck-am
  456. install-strip:
  457. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  458. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  459. `test -z '$(STRIP)' || \
  460. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  461. mostlyclean-generic:
  462. clean-generic:
  463. distclean-generic:
  464. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  465. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  466. maintainer-clean-generic:
  467. @echo "This command is intended for maintainers to use"
  468. @echo "it deletes files that may require special tools to rebuild."
  469. clean: clean-am
  470. clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
  471. mostlyclean-am
  472. distclean: distclean-am
  473. -rm -rf ./$(DEPDIR)
  474. -rm -f Makefile
  475. distclean-am: clean-am distclean-compile distclean-generic \
  476. distclean-tags
  477. dvi: dvi-am
  478. dvi-am:
  479. html: html-am
  480. html-am:
  481. info: info-am
  482. info-am:
  483. install-data-am:
  484. install-dvi: install-dvi-am
  485. install-dvi-am:
  486. install-exec-am: install-pkglibLTLIBRARIES
  487. install-html: install-html-am
  488. install-html-am:
  489. install-info: install-info-am
  490. install-info-am:
  491. install-man:
  492. install-pdf: install-pdf-am
  493. install-pdf-am:
  494. install-ps: install-ps-am
  495. install-ps-am:
  496. installcheck-am:
  497. maintainer-clean: maintainer-clean-am
  498. -rm -rf ./$(DEPDIR)
  499. -rm -f Makefile
  500. maintainer-clean-am: distclean-am maintainer-clean-generic
  501. mostlyclean: mostlyclean-am
  502. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  503. mostlyclean-libtool
  504. pdf: pdf-am
  505. pdf-am:
  506. ps: ps-am
  507. ps-am:
  508. uninstall-am: uninstall-pkglibLTLIBRARIES
  509. .MAKE: install-am install-strip
  510. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  511. clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
  512. distclean-compile distclean-generic distclean-libtool \
  513. distclean-tags distdir dvi dvi-am html html-am info info-am \
  514. install install-am install-data install-data-am install-dvi \
  515. install-dvi-am install-exec install-exec-am install-html \
  516. install-html-am install-info install-info-am install-man \
  517. install-pdf install-pdf-am install-pkglibLTLIBRARIES \
  518. install-ps install-ps-am install-strip installcheck \
  519. installcheck-am installdirs maintainer-clean \
  520. maintainer-clean-generic mostlyclean mostlyclean-compile \
  521. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  522. tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
  523. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  524. # Otherwise a system limit (for SysV at least) may be exceeded.
  525. .NOEXPORT: