Makefile.in 107 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435
  1. # Makefile.in generated by automake 1.12.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2012 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__make_dryrun = \
  14. { \
  15. am__dry=no; \
  16. case $$MAKEFLAGS in \
  17. *\\[\ \ ]*) \
  18. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  19. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  20. *) \
  21. for am__flg in $$MAKEFLAGS; do \
  22. case $$am__flg in \
  23. *=*|--*) ;; \
  24. *n*) am__dry=yes; break;; \
  25. esac; \
  26. done;; \
  27. esac; \
  28. test $$am__dry = yes; \
  29. }
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkglibexecdir = $(libexecdir)/@PACKAGE@
  34. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  35. install_sh_DATA = $(install_sh) -c -m 644
  36. install_sh_PROGRAM = $(install_sh) -c
  37. install_sh_SCRIPT = $(install_sh) -c
  38. INSTALL_HEADER = $(INSTALL_DATA)
  39. transform = $(program_transform_name)
  40. NORMAL_INSTALL = :
  41. PRE_INSTALL = :
  42. POST_INSTALL = :
  43. NORMAL_UNINSTALL = :
  44. PRE_UNINSTALL = :
  45. POST_UNINSTALL = :
  46. bin_PROGRAMS = yals$(EXEEXT)
  47. noinst_PROGRAMS = client$(EXEEXT) async$(EXEEXT) test$(EXEEXT)
  48. subdir = .
  49. DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
  50. $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING INSTALL \
  51. depcomp install-sh missing
  52. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  53. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  54. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  55. $(ACLOCAL_M4)
  56. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  57. configure.lineno config.status.lineno
  58. mkinstalldirs = $(install_sh) -d
  59. CONFIG_CLEAN_FILES =
  60. CONFIG_CLEAN_VPATH_FILES =
  61. am__installdirs = "$(DESTDIR)$(bindir)"
  62. PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
  63. am_async_OBJECTS = async-async.$(OBJEXT)
  64. async_OBJECTS = $(am_async_OBJECTS)
  65. async_LDADD = $(LDADD)
  66. async_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(async_LDFLAGS) \
  67. $(LDFLAGS) -o $@
  68. am_client_OBJECTS = client-client.$(OBJEXT) \
  69. client-message_file.$(OBJEXT)
  70. client_OBJECTS = $(am_client_OBJECTS)
  71. client_LDADD = $(LDADD)
  72. client_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(client_LDFLAGS) \
  73. $(LDFLAGS) -o $@
  74. am_test_OBJECTS = test-test.$(OBJEXT) test-base64.$(OBJEXT)
  75. test_OBJECTS = $(am_test_OBJECTS)
  76. test_LDADD = $(LDADD)
  77. test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(test_LDFLAGS) \
  78. $(LDFLAGS) -o $@
  79. am__objects_1 = yals-monkeycar_area.$(OBJEXT) \
  80. yals-monkeycar_bus.$(OBJEXT) yals-monkeycar_person.$(OBJEXT)
  81. am__objects_2 = yals-module_call.$(OBJEXT) \
  82. yals-module_meta_date_changed.$(OBJEXT) \
  83. yals-module_web.$(OBJEXT)
  84. am__objects_3 = yals-ant.$(OBJEXT) yals-area.$(OBJEXT) \
  85. yals-base64.$(OBJEXT) yals-bindmorecard.$(OBJEXT) \
  86. yals-mine_business.$(OBJEXT) yals-card_area.$(OBJEXT) \
  87. yals-card_base.$(OBJEXT) yals-card_car.$(OBJEXT) \
  88. yals-card.$(OBJEXT) yals-card_message_handle.$(OBJEXT) \
  89. yals-cardMgr.$(OBJEXT) yals-card_path.$(OBJEXT) \
  90. yals-card_person.$(OBJEXT) yals-crc.$(OBJEXT) \
  91. yals-geo_hash.$(OBJEXT) yals-landmark.$(OBJEXT) \
  92. yals-line_fit.$(OBJEXT) yals-loc_point.$(OBJEXT) \
  93. yals-loc_tool.$(OBJEXT) yals-message.$(OBJEXT) \
  94. yals-message_file.$(OBJEXT) yals-mine.$(OBJEXT) \
  95. yals-net-service.$(OBJEXT) yals-point.$(OBJEXT) \
  96. yals-select_tool.$(OBJEXT) yals-site_area.$(OBJEXT) \
  97. yals-special_area.$(OBJEXT) yals-tdoa_sync.$(OBJEXT) \
  98. yals-visit.$(OBJEXT) yals-web-client.$(OBJEXT) \
  99. yals-worker.$(OBJEXT) yals-ya_event.$(OBJEXT) \
  100. yals-znet.$(OBJEXT) yals-ya_setting.$(OBJEXT)
  101. am__objects_4 = $(am__objects_1) $(am__objects_2) $(am__objects_3)
  102. am_yals_OBJECTS = $(am__objects_4) yals-main.$(OBJEXT)
  103. yals_OBJECTS = $(am_yals_OBJECTS)
  104. yals_DEPENDENCIES = db/libyadb.a websocket/libwebsocket.a
  105. yals_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(yals_LDFLAGS) \
  106. $(LDFLAGS) -o $@
  107. DEFAULT_INCLUDES = -I.@am__isrc@
  108. depcomp = $(SHELL) $(top_srcdir)/depcomp
  109. am__depfiles_maybe = depfiles
  110. am__mv = mv -f
  111. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  112. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  113. CXXLD = $(CXX)
  114. CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
  115. -o $@
  116. SOURCES = $(async_SOURCES) $(client_SOURCES) $(test_SOURCES) \
  117. $(yals_SOURCES)
  118. DIST_SOURCES = $(async_SOURCES) $(client_SOURCES) $(test_SOURCES) \
  119. $(yals_SOURCES)
  120. am__can_run_installinfo = \
  121. case $$AM_UPDATE_INFO_DIR in \
  122. n|no|NO) false;; \
  123. *) (install-info --version) >/dev/null 2>&1;; \
  124. esac
  125. ETAGS = etags
  126. CTAGS = ctags
  127. CSCOPE = cscope
  128. AM_RECURSIVE_TARGETS = cscope
  129. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  130. distdir = $(PACKAGE)-$(VERSION)
  131. top_distdir = $(distdir)
  132. am__remove_distdir = \
  133. if test -d "$(distdir)"; then \
  134. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  135. && rm -rf "$(distdir)" \
  136. || { sleep 5 && rm -rf "$(distdir)"; }; \
  137. else :; fi
  138. am__post_remove_distdir = $(am__remove_distdir)
  139. DIST_ARCHIVES = $(distdir).tar.gz
  140. GZIP_ENV = --best
  141. DIST_TARGETS = dist-gzip
  142. distuninstallcheck_listfiles = find . -type f -print
  143. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  144. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  145. distcleancheck_listfiles = find . -type f -print
  146. ACLOCAL = @ACLOCAL@
  147. AMTAR = @AMTAR@
  148. AUTOCONF = @AUTOCONF@
  149. AUTOHEADER = @AUTOHEADER@
  150. AUTOMAKE = @AUTOMAKE@
  151. AWK = @AWK@
  152. CC = @CC@
  153. CCDEPMODE = @CCDEPMODE@
  154. CFLAGS = @CFLAGS@
  155. CPP = @CPP@
  156. CPPFLAGS = @CPPFLAGS@
  157. CXX = @CXX@
  158. CXXDEPMODE = @CXXDEPMODE@
  159. CXXFLAGS = @CXXFLAGS@
  160. CYGPATH_W = @CYGPATH_W@
  161. DEFS =
  162. DEPDIR = @DEPDIR@
  163. ECHO_C = @ECHO_C@
  164. ECHO_N = @ECHO_N@
  165. ECHO_T = @ECHO_T@
  166. EGREP = @EGREP@
  167. EXEEXT = @EXEEXT@
  168. GREP = @GREP@
  169. INSTALL = @INSTALL@
  170. INSTALL_DATA = @INSTALL_DATA@
  171. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  172. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  173. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  174. LDFLAGS = @LDFLAGS@
  175. LIBOBJS = @LIBOBJS@
  176. LIBS = @LIBS@
  177. LTLIBOBJS = @LTLIBOBJS@
  178. MAKEINFO = @MAKEINFO@
  179. MKDIR_P = @MKDIR_P@
  180. OBJEXT = @OBJEXT@
  181. PACKAGE = @PACKAGE@
  182. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  183. PACKAGE_NAME = @PACKAGE_NAME@
  184. PACKAGE_STRING = @PACKAGE_STRING@
  185. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  186. PACKAGE_URL = @PACKAGE_URL@
  187. PACKAGE_VERSION = @PACKAGE_VERSION@
  188. PATH_SEPARATOR = @PATH_SEPARATOR@
  189. SET_MAKE = @SET_MAKE@
  190. SHELL = @SHELL@
  191. STRIP = @STRIP@
  192. VERSION = @VERSION@
  193. abs_builddir = @abs_builddir@
  194. abs_srcdir = @abs_srcdir@
  195. abs_top_builddir = @abs_top_builddir@
  196. abs_top_srcdir = @abs_top_srcdir@
  197. ac_ct_CC = @ac_ct_CC@
  198. ac_ct_CXX = @ac_ct_CXX@
  199. am__include = @am__include@
  200. am__leading_dot = @am__leading_dot@
  201. am__quote = @am__quote@
  202. am__tar = @am__tar@
  203. am__untar = @am__untar@
  204. bindir = @bindir@
  205. build_alias = @build_alias@
  206. builddir = @builddir@
  207. datadir = @datadir@
  208. datarootdir = @datarootdir@
  209. docdir = @docdir@
  210. dvidir = @dvidir@
  211. exec_prefix = @exec_prefix@
  212. host_alias = @host_alias@
  213. htmldir = @htmldir@
  214. includedir = @includedir@
  215. infodir = @infodir@
  216. install_sh = @install_sh@
  217. libdir = @libdir@
  218. libexecdir = @libexecdir@
  219. localedir = @localedir@
  220. localstatedir = @localstatedir@
  221. mandir = @mandir@
  222. mkdir_p = @mkdir_p@
  223. oldincludedir = @oldincludedir@
  224. pdfdir = @pdfdir@
  225. prefix = @prefix@
  226. program_transform_name = @program_transform_name@
  227. psdir = @psdir@
  228. sbindir = @sbindir@
  229. sharedstatedir = @sharedstatedir@
  230. srcdir = @srcdir@
  231. sysconfdir = @sysconfdir@
  232. target_alias = @target_alias@
  233. top_build_prefix = @top_build_prefix@
  234. top_builddir = @top_builddir@
  235. top_srcdir = @top_srcdir@
  236. SRC_MONKEYCAR = monkey_car/monkeycar_area.cpp monkey_car/monkeycar_bus.cpp monkey_car/monkeycar_person.cpp
  237. SRC_MODULE_SERVICE = module_service/module_call.cpp module_service/module_meta_date_changed.cpp module_service/module_web.cpp
  238. SRC_MAIN = ant.cpp area.cpp base64.cpp bindmorecard.cpp mine_business.cpp card_area.cpp card_base.cpp card_car.cpp \
  239. card.cpp card_message_handle.cpp cardMgr.cpp card_path.cpp card_person.cpp crc.cpp geo_hash.cpp \
  240. landmark.cpp line_fit.cpp loc_point.cpp loc_tool.cpp message.cpp message_file.cpp mine.cpp \
  241. net-service.cpp point.cpp select_tool.cpp site_area.cpp special_area.cpp tdoa_sync.cpp visit.cpp \
  242. web-client.cpp worker.cpp ya_event.cpp znet.cpp ya_setting.cpp
  243. AM_SOURCES = $(SRC_MONKEYCAR) $(SRC_MODULE_SERVICE) $(SRC_MAIN)
  244. AM_CPPFLAGS = -Wall -pthread -m64 -std=c++11 -I${prefix}/include -I/usr/local/mysql/include -Iwebsocket -Iwebsocket/sio -I./db
  245. AM_LDFLAGS = -Wall -pthread -m64 -std=c++11 -L${prefix}/lib -L/usr/local/mysql/lib
  246. yals_SOURCES = ${AM_SOURCES} main.cpp
  247. yals_CPPFLAGS = ${AM_CPPFLAGS}
  248. yals_LDFLAGS = ${AM_LDFLAGS} -lev -lzlog -lrt -lboost_chrono -lboost_system -lboost_thread -lmysqlclient -lthree_rates
  249. yals_LDADD = db/libyadb.a websocket/libwebsocket.a
  250. async_SOURCES = async.cpp
  251. async_CPPFLAGS = ${AM_CPPFLAGS}
  252. async_LDFLAGS = ${AM_LDFLAGS} -L. -lzlog -lrt
  253. client_SOURCES = client.cpp message_file.cpp
  254. client_CPPFLAGS = ${AM_CPPFLAGS}
  255. client_LDFLAGS = ${AM_LDFLAGS} -L. -lzlog
  256. test_SOURCES = test.cpp base64.cpp
  257. test_CPPFLAGS = ${AM_CPPFLAGS}
  258. test_LDFLAGS = ${AM_LDFLAGS} -L. -lzlog -lrt
  259. EXTRA_DIST =
  260. all: all-am
  261. .SUFFIXES:
  262. .SUFFIXES: .cpp .o .obj
  263. am--refresh: Makefile
  264. @:
  265. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  266. @for dep in $?; do \
  267. case '$(am__configure_deps)' in \
  268. *$$dep*) \
  269. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  270. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  271. && exit 0; \
  272. exit 1;; \
  273. esac; \
  274. done; \
  275. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  276. $(am__cd) $(top_srcdir) && \
  277. $(AUTOMAKE) --foreign Makefile
  278. .PRECIOUS: Makefile
  279. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  280. @case '$?' in \
  281. *config.status*) \
  282. echo ' $(SHELL) ./config.status'; \
  283. $(SHELL) ./config.status;; \
  284. *) \
  285. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  286. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  287. esac;
  288. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  289. $(SHELL) ./config.status --recheck
  290. $(top_srcdir)/configure: $(am__configure_deps)
  291. $(am__cd) $(srcdir) && $(AUTOCONF)
  292. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  293. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  294. $(am__aclocal_m4_deps):
  295. install-binPROGRAMS: $(bin_PROGRAMS)
  296. @$(NORMAL_INSTALL)
  297. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  298. if test -n "$$list"; then \
  299. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  300. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  301. fi; \
  302. for p in $$list; do echo "$$p $$p"; done | \
  303. sed 's/$(EXEEXT)$$//' | \
  304. while read p p1; do if test -f $$p; \
  305. then echo "$$p"; echo "$$p"; else :; fi; \
  306. done | \
  307. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  308. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  309. sed 'N;N;N;s,\n, ,g' | \
  310. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  311. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  312. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  313. else { print "f", $$3 "/" $$4, $$1; } } \
  314. END { for (d in files) print "f", d, files[d] }' | \
  315. while read type dir files; do \
  316. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  317. test -z "$$files" || { \
  318. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  319. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  320. } \
  321. ; done
  322. uninstall-binPROGRAMS:
  323. @$(NORMAL_UNINSTALL)
  324. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  325. files=`for p in $$list; do echo "$$p"; done | \
  326. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  327. -e 's/$$/$(EXEEXT)/' `; \
  328. test -n "$$list" || exit 0; \
  329. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  330. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  331. clean-binPROGRAMS:
  332. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  333. clean-noinstPROGRAMS:
  334. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  335. async$(EXEEXT): $(async_OBJECTS) $(async_DEPENDENCIES) $(EXTRA_async_DEPENDENCIES)
  336. @rm -f async$(EXEEXT)
  337. $(async_LINK) $(async_OBJECTS) $(async_LDADD) $(LIBS)
  338. client$(EXEEXT): $(client_OBJECTS) $(client_DEPENDENCIES) $(EXTRA_client_DEPENDENCIES)
  339. @rm -f client$(EXEEXT)
  340. $(client_LINK) $(client_OBJECTS) $(client_LDADD) $(LIBS)
  341. test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
  342. @rm -f test$(EXEEXT)
  343. $(test_LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
  344. yals$(EXEEXT): $(yals_OBJECTS) $(yals_DEPENDENCIES) $(EXTRA_yals_DEPENDENCIES)
  345. @rm -f yals$(EXEEXT)
  346. $(yals_LINK) $(yals_OBJECTS) $(yals_LDADD) $(LIBS)
  347. mostlyclean-compile:
  348. -rm -f *.$(OBJEXT)
  349. distclean-compile:
  350. -rm -f *.tab.c
  351. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/async-async.Po@am__quote@
  352. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client-client.Po@am__quote@
  353. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client-message_file.Po@am__quote@
  354. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-base64.Po@am__quote@
  355. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@
  356. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-ant.Po@am__quote@
  357. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-area.Po@am__quote@
  358. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-base64.Po@am__quote@
  359. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-bindmorecard.Po@am__quote@
  360. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-card.Po@am__quote@
  361. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-cardMgr.Po@am__quote@
  362. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-card_area.Po@am__quote@
  363. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-card_base.Po@am__quote@
  364. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-card_car.Po@am__quote@
  365. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-card_message_handle.Po@am__quote@
  366. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-card_path.Po@am__quote@
  367. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-card_person.Po@am__quote@
  368. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-crc.Po@am__quote@
  369. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-geo_hash.Po@am__quote@
  370. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-landmark.Po@am__quote@
  371. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-line_fit.Po@am__quote@
  372. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-loc_point.Po@am__quote@
  373. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-loc_tool.Po@am__quote@
  374. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-main.Po@am__quote@
  375. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-message.Po@am__quote@
  376. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-message_file.Po@am__quote@
  377. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-mine.Po@am__quote@
  378. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-mine_business.Po@am__quote@
  379. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-module_call.Po@am__quote@
  380. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-module_meta_date_changed.Po@am__quote@
  381. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-module_web.Po@am__quote@
  382. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-monkeycar_area.Po@am__quote@
  383. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-monkeycar_bus.Po@am__quote@
  384. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-monkeycar_person.Po@am__quote@
  385. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-net-service.Po@am__quote@
  386. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-point.Po@am__quote@
  387. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-select_tool.Po@am__quote@
  388. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-site_area.Po@am__quote@
  389. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-special_area.Po@am__quote@
  390. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-tdoa_sync.Po@am__quote@
  391. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-visit.Po@am__quote@
  392. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-web-client.Po@am__quote@
  393. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-worker.Po@am__quote@
  394. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-ya_event.Po@am__quote@
  395. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-ya_setting.Po@am__quote@
  396. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yals-znet.Po@am__quote@
  397. .cpp.o:
  398. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  399. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  400. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  401. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  402. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  403. .cpp.obj:
  404. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  405. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  406. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  407. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  408. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  409. async-async.o: async.cpp
  410. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(async_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT async-async.o -MD -MP -MF $(DEPDIR)/async-async.Tpo -c -o async-async.o `test -f 'async.cpp' || echo '$(srcdir)/'`async.cpp
  411. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/async-async.Tpo $(DEPDIR)/async-async.Po
  412. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='async.cpp' object='async-async.o' libtool=no @AMDEPBACKSLASH@
  413. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  414. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(async_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o async-async.o `test -f 'async.cpp' || echo '$(srcdir)/'`async.cpp
  415. async-async.obj: async.cpp
  416. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(async_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT async-async.obj -MD -MP -MF $(DEPDIR)/async-async.Tpo -c -o async-async.obj `if test -f 'async.cpp'; then $(CYGPATH_W) 'async.cpp'; else $(CYGPATH_W) '$(srcdir)/async.cpp'; fi`
  417. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/async-async.Tpo $(DEPDIR)/async-async.Po
  418. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='async.cpp' object='async-async.obj' libtool=no @AMDEPBACKSLASH@
  419. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  420. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(async_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o async-async.obj `if test -f 'async.cpp'; then $(CYGPATH_W) 'async.cpp'; else $(CYGPATH_W) '$(srcdir)/async.cpp'; fi`
  421. client-client.o: client.cpp
  422. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT client-client.o -MD -MP -MF $(DEPDIR)/client-client.Tpo -c -o client-client.o `test -f 'client.cpp' || echo '$(srcdir)/'`client.cpp
  423. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/client-client.Tpo $(DEPDIR)/client-client.Po
  424. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='client.cpp' object='client-client.o' libtool=no @AMDEPBACKSLASH@
  425. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  426. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o client-client.o `test -f 'client.cpp' || echo '$(srcdir)/'`client.cpp
  427. client-client.obj: client.cpp
  428. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT client-client.obj -MD -MP -MF $(DEPDIR)/client-client.Tpo -c -o client-client.obj `if test -f 'client.cpp'; then $(CYGPATH_W) 'client.cpp'; else $(CYGPATH_W) '$(srcdir)/client.cpp'; fi`
  429. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/client-client.Tpo $(DEPDIR)/client-client.Po
  430. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='client.cpp' object='client-client.obj' libtool=no @AMDEPBACKSLASH@
  431. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  432. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o client-client.obj `if test -f 'client.cpp'; then $(CYGPATH_W) 'client.cpp'; else $(CYGPATH_W) '$(srcdir)/client.cpp'; fi`
  433. client-message_file.o: message_file.cpp
  434. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT client-message_file.o -MD -MP -MF $(DEPDIR)/client-message_file.Tpo -c -o client-message_file.o `test -f 'message_file.cpp' || echo '$(srcdir)/'`message_file.cpp
  435. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/client-message_file.Tpo $(DEPDIR)/client-message_file.Po
  436. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='message_file.cpp' object='client-message_file.o' libtool=no @AMDEPBACKSLASH@
  437. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  438. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o client-message_file.o `test -f 'message_file.cpp' || echo '$(srcdir)/'`message_file.cpp
  439. client-message_file.obj: message_file.cpp
  440. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT client-message_file.obj -MD -MP -MF $(DEPDIR)/client-message_file.Tpo -c -o client-message_file.obj `if test -f 'message_file.cpp'; then $(CYGPATH_W) 'message_file.cpp'; else $(CYGPATH_W) '$(srcdir)/message_file.cpp'; fi`
  441. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/client-message_file.Tpo $(DEPDIR)/client-message_file.Po
  442. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='message_file.cpp' object='client-message_file.obj' libtool=no @AMDEPBACKSLASH@
  443. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  444. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o client-message_file.obj `if test -f 'message_file.cpp'; then $(CYGPATH_W) 'message_file.cpp'; else $(CYGPATH_W) '$(srcdir)/message_file.cpp'; fi`
  445. test-test.o: test.cpp
  446. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test-test.o -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.o `test -f 'test.cpp' || echo '$(srcdir)/'`test.cpp
  447. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  448. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test.cpp' object='test-test.o' libtool=no @AMDEPBACKSLASH@
  449. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  450. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test-test.o `test -f 'test.cpp' || echo '$(srcdir)/'`test.cpp
  451. test-test.obj: test.cpp
  452. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test-test.obj -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.obj `if test -f 'test.cpp'; then $(CYGPATH_W) 'test.cpp'; else $(CYGPATH_W) '$(srcdir)/test.cpp'; fi`
  453. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  454. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test.cpp' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
  455. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  456. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test-test.obj `if test -f 'test.cpp'; then $(CYGPATH_W) 'test.cpp'; else $(CYGPATH_W) '$(srcdir)/test.cpp'; fi`
  457. test-base64.o: base64.cpp
  458. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test-base64.o -MD -MP -MF $(DEPDIR)/test-base64.Tpo -c -o test-base64.o `test -f 'base64.cpp' || echo '$(srcdir)/'`base64.cpp
  459. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test-base64.Tpo $(DEPDIR)/test-base64.Po
  460. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base64.cpp' object='test-base64.o' libtool=no @AMDEPBACKSLASH@
  461. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  462. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test-base64.o `test -f 'base64.cpp' || echo '$(srcdir)/'`base64.cpp
  463. test-base64.obj: base64.cpp
  464. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test-base64.obj -MD -MP -MF $(DEPDIR)/test-base64.Tpo -c -o test-base64.obj `if test -f 'base64.cpp'; then $(CYGPATH_W) 'base64.cpp'; else $(CYGPATH_W) '$(srcdir)/base64.cpp'; fi`
  465. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test-base64.Tpo $(DEPDIR)/test-base64.Po
  466. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base64.cpp' object='test-base64.obj' libtool=no @AMDEPBACKSLASH@
  467. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  468. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test-base64.obj `if test -f 'base64.cpp'; then $(CYGPATH_W) 'base64.cpp'; else $(CYGPATH_W) '$(srcdir)/base64.cpp'; fi`
  469. yals-monkeycar_area.o: monkey_car/monkeycar_area.cpp
  470. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-monkeycar_area.o -MD -MP -MF $(DEPDIR)/yals-monkeycar_area.Tpo -c -o yals-monkeycar_area.o `test -f 'monkey_car/monkeycar_area.cpp' || echo '$(srcdir)/'`monkey_car/monkeycar_area.cpp
  471. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-monkeycar_area.Tpo $(DEPDIR)/yals-monkeycar_area.Po
  472. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='monkey_car/monkeycar_area.cpp' object='yals-monkeycar_area.o' libtool=no @AMDEPBACKSLASH@
  473. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  474. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-monkeycar_area.o `test -f 'monkey_car/monkeycar_area.cpp' || echo '$(srcdir)/'`monkey_car/monkeycar_area.cpp
  475. yals-monkeycar_area.obj: monkey_car/monkeycar_area.cpp
  476. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-monkeycar_area.obj -MD -MP -MF $(DEPDIR)/yals-monkeycar_area.Tpo -c -o yals-monkeycar_area.obj `if test -f 'monkey_car/monkeycar_area.cpp'; then $(CYGPATH_W) 'monkey_car/monkeycar_area.cpp'; else $(CYGPATH_W) '$(srcdir)/monkey_car/monkeycar_area.cpp'; fi`
  477. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-monkeycar_area.Tpo $(DEPDIR)/yals-monkeycar_area.Po
  478. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='monkey_car/monkeycar_area.cpp' object='yals-monkeycar_area.obj' libtool=no @AMDEPBACKSLASH@
  479. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  480. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-monkeycar_area.obj `if test -f 'monkey_car/monkeycar_area.cpp'; then $(CYGPATH_W) 'monkey_car/monkeycar_area.cpp'; else $(CYGPATH_W) '$(srcdir)/monkey_car/monkeycar_area.cpp'; fi`
  481. yals-monkeycar_bus.o: monkey_car/monkeycar_bus.cpp
  482. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-monkeycar_bus.o -MD -MP -MF $(DEPDIR)/yals-monkeycar_bus.Tpo -c -o yals-monkeycar_bus.o `test -f 'monkey_car/monkeycar_bus.cpp' || echo '$(srcdir)/'`monkey_car/monkeycar_bus.cpp
  483. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-monkeycar_bus.Tpo $(DEPDIR)/yals-monkeycar_bus.Po
  484. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='monkey_car/monkeycar_bus.cpp' object='yals-monkeycar_bus.o' libtool=no @AMDEPBACKSLASH@
  485. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  486. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-monkeycar_bus.o `test -f 'monkey_car/monkeycar_bus.cpp' || echo '$(srcdir)/'`monkey_car/monkeycar_bus.cpp
  487. yals-monkeycar_bus.obj: monkey_car/monkeycar_bus.cpp
  488. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-monkeycar_bus.obj -MD -MP -MF $(DEPDIR)/yals-monkeycar_bus.Tpo -c -o yals-monkeycar_bus.obj `if test -f 'monkey_car/monkeycar_bus.cpp'; then $(CYGPATH_W) 'monkey_car/monkeycar_bus.cpp'; else $(CYGPATH_W) '$(srcdir)/monkey_car/monkeycar_bus.cpp'; fi`
  489. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-monkeycar_bus.Tpo $(DEPDIR)/yals-monkeycar_bus.Po
  490. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='monkey_car/monkeycar_bus.cpp' object='yals-monkeycar_bus.obj' libtool=no @AMDEPBACKSLASH@
  491. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  492. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-monkeycar_bus.obj `if test -f 'monkey_car/monkeycar_bus.cpp'; then $(CYGPATH_W) 'monkey_car/monkeycar_bus.cpp'; else $(CYGPATH_W) '$(srcdir)/monkey_car/monkeycar_bus.cpp'; fi`
  493. yals-monkeycar_person.o: monkey_car/monkeycar_person.cpp
  494. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-monkeycar_person.o -MD -MP -MF $(DEPDIR)/yals-monkeycar_person.Tpo -c -o yals-monkeycar_person.o `test -f 'monkey_car/monkeycar_person.cpp' || echo '$(srcdir)/'`monkey_car/monkeycar_person.cpp
  495. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-monkeycar_person.Tpo $(DEPDIR)/yals-monkeycar_person.Po
  496. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='monkey_car/monkeycar_person.cpp' object='yals-monkeycar_person.o' libtool=no @AMDEPBACKSLASH@
  497. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  498. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-monkeycar_person.o `test -f 'monkey_car/monkeycar_person.cpp' || echo '$(srcdir)/'`monkey_car/monkeycar_person.cpp
  499. yals-monkeycar_person.obj: monkey_car/monkeycar_person.cpp
  500. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-monkeycar_person.obj -MD -MP -MF $(DEPDIR)/yals-monkeycar_person.Tpo -c -o yals-monkeycar_person.obj `if test -f 'monkey_car/monkeycar_person.cpp'; then $(CYGPATH_W) 'monkey_car/monkeycar_person.cpp'; else $(CYGPATH_W) '$(srcdir)/monkey_car/monkeycar_person.cpp'; fi`
  501. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-monkeycar_person.Tpo $(DEPDIR)/yals-monkeycar_person.Po
  502. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='monkey_car/monkeycar_person.cpp' object='yals-monkeycar_person.obj' libtool=no @AMDEPBACKSLASH@
  503. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  504. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-monkeycar_person.obj `if test -f 'monkey_car/monkeycar_person.cpp'; then $(CYGPATH_W) 'monkey_car/monkeycar_person.cpp'; else $(CYGPATH_W) '$(srcdir)/monkey_car/monkeycar_person.cpp'; fi`
  505. yals-module_call.o: module_service/module_call.cpp
  506. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-module_call.o -MD -MP -MF $(DEPDIR)/yals-module_call.Tpo -c -o yals-module_call.o `test -f 'module_service/module_call.cpp' || echo '$(srcdir)/'`module_service/module_call.cpp
  507. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-module_call.Tpo $(DEPDIR)/yals-module_call.Po
  508. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='module_service/module_call.cpp' object='yals-module_call.o' libtool=no @AMDEPBACKSLASH@
  509. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  510. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-module_call.o `test -f 'module_service/module_call.cpp' || echo '$(srcdir)/'`module_service/module_call.cpp
  511. yals-module_call.obj: module_service/module_call.cpp
  512. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-module_call.obj -MD -MP -MF $(DEPDIR)/yals-module_call.Tpo -c -o yals-module_call.obj `if test -f 'module_service/module_call.cpp'; then $(CYGPATH_W) 'module_service/module_call.cpp'; else $(CYGPATH_W) '$(srcdir)/module_service/module_call.cpp'; fi`
  513. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-module_call.Tpo $(DEPDIR)/yals-module_call.Po
  514. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='module_service/module_call.cpp' object='yals-module_call.obj' libtool=no @AMDEPBACKSLASH@
  515. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  516. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-module_call.obj `if test -f 'module_service/module_call.cpp'; then $(CYGPATH_W) 'module_service/module_call.cpp'; else $(CYGPATH_W) '$(srcdir)/module_service/module_call.cpp'; fi`
  517. yals-module_meta_date_changed.o: module_service/module_meta_date_changed.cpp
  518. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-module_meta_date_changed.o -MD -MP -MF $(DEPDIR)/yals-module_meta_date_changed.Tpo -c -o yals-module_meta_date_changed.o `test -f 'module_service/module_meta_date_changed.cpp' || echo '$(srcdir)/'`module_service/module_meta_date_changed.cpp
  519. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-module_meta_date_changed.Tpo $(DEPDIR)/yals-module_meta_date_changed.Po
  520. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='module_service/module_meta_date_changed.cpp' object='yals-module_meta_date_changed.o' libtool=no @AMDEPBACKSLASH@
  521. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  522. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-module_meta_date_changed.o `test -f 'module_service/module_meta_date_changed.cpp' || echo '$(srcdir)/'`module_service/module_meta_date_changed.cpp
  523. yals-module_meta_date_changed.obj: module_service/module_meta_date_changed.cpp
  524. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-module_meta_date_changed.obj -MD -MP -MF $(DEPDIR)/yals-module_meta_date_changed.Tpo -c -o yals-module_meta_date_changed.obj `if test -f 'module_service/module_meta_date_changed.cpp'; then $(CYGPATH_W) 'module_service/module_meta_date_changed.cpp'; else $(CYGPATH_W) '$(srcdir)/module_service/module_meta_date_changed.cpp'; fi`
  525. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-module_meta_date_changed.Tpo $(DEPDIR)/yals-module_meta_date_changed.Po
  526. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='module_service/module_meta_date_changed.cpp' object='yals-module_meta_date_changed.obj' libtool=no @AMDEPBACKSLASH@
  527. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  528. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-module_meta_date_changed.obj `if test -f 'module_service/module_meta_date_changed.cpp'; then $(CYGPATH_W) 'module_service/module_meta_date_changed.cpp'; else $(CYGPATH_W) '$(srcdir)/module_service/module_meta_date_changed.cpp'; fi`
  529. yals-module_web.o: module_service/module_web.cpp
  530. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-module_web.o -MD -MP -MF $(DEPDIR)/yals-module_web.Tpo -c -o yals-module_web.o `test -f 'module_service/module_web.cpp' || echo '$(srcdir)/'`module_service/module_web.cpp
  531. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-module_web.Tpo $(DEPDIR)/yals-module_web.Po
  532. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='module_service/module_web.cpp' object='yals-module_web.o' libtool=no @AMDEPBACKSLASH@
  533. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  534. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-module_web.o `test -f 'module_service/module_web.cpp' || echo '$(srcdir)/'`module_service/module_web.cpp
  535. yals-module_web.obj: module_service/module_web.cpp
  536. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-module_web.obj -MD -MP -MF $(DEPDIR)/yals-module_web.Tpo -c -o yals-module_web.obj `if test -f 'module_service/module_web.cpp'; then $(CYGPATH_W) 'module_service/module_web.cpp'; else $(CYGPATH_W) '$(srcdir)/module_service/module_web.cpp'; fi`
  537. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-module_web.Tpo $(DEPDIR)/yals-module_web.Po
  538. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='module_service/module_web.cpp' object='yals-module_web.obj' libtool=no @AMDEPBACKSLASH@
  539. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  540. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-module_web.obj `if test -f 'module_service/module_web.cpp'; then $(CYGPATH_W) 'module_service/module_web.cpp'; else $(CYGPATH_W) '$(srcdir)/module_service/module_web.cpp'; fi`
  541. yals-ant.o: ant.cpp
  542. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-ant.o -MD -MP -MF $(DEPDIR)/yals-ant.Tpo -c -o yals-ant.o `test -f 'ant.cpp' || echo '$(srcdir)/'`ant.cpp
  543. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-ant.Tpo $(DEPDIR)/yals-ant.Po
  544. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ant.cpp' object='yals-ant.o' libtool=no @AMDEPBACKSLASH@
  545. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  546. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-ant.o `test -f 'ant.cpp' || echo '$(srcdir)/'`ant.cpp
  547. yals-ant.obj: ant.cpp
  548. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-ant.obj -MD -MP -MF $(DEPDIR)/yals-ant.Tpo -c -o yals-ant.obj `if test -f 'ant.cpp'; then $(CYGPATH_W) 'ant.cpp'; else $(CYGPATH_W) '$(srcdir)/ant.cpp'; fi`
  549. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-ant.Tpo $(DEPDIR)/yals-ant.Po
  550. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ant.cpp' object='yals-ant.obj' libtool=no @AMDEPBACKSLASH@
  551. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  552. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-ant.obj `if test -f 'ant.cpp'; then $(CYGPATH_W) 'ant.cpp'; else $(CYGPATH_W) '$(srcdir)/ant.cpp'; fi`
  553. yals-area.o: area.cpp
  554. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-area.o -MD -MP -MF $(DEPDIR)/yals-area.Tpo -c -o yals-area.o `test -f 'area.cpp' || echo '$(srcdir)/'`area.cpp
  555. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-area.Tpo $(DEPDIR)/yals-area.Po
  556. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='area.cpp' object='yals-area.o' libtool=no @AMDEPBACKSLASH@
  557. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  558. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-area.o `test -f 'area.cpp' || echo '$(srcdir)/'`area.cpp
  559. yals-area.obj: area.cpp
  560. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-area.obj -MD -MP -MF $(DEPDIR)/yals-area.Tpo -c -o yals-area.obj `if test -f 'area.cpp'; then $(CYGPATH_W) 'area.cpp'; else $(CYGPATH_W) '$(srcdir)/area.cpp'; fi`
  561. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-area.Tpo $(DEPDIR)/yals-area.Po
  562. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='area.cpp' object='yals-area.obj' libtool=no @AMDEPBACKSLASH@
  563. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  564. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-area.obj `if test -f 'area.cpp'; then $(CYGPATH_W) 'area.cpp'; else $(CYGPATH_W) '$(srcdir)/area.cpp'; fi`
  565. yals-base64.o: base64.cpp
  566. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-base64.o -MD -MP -MF $(DEPDIR)/yals-base64.Tpo -c -o yals-base64.o `test -f 'base64.cpp' || echo '$(srcdir)/'`base64.cpp
  567. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-base64.Tpo $(DEPDIR)/yals-base64.Po
  568. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base64.cpp' object='yals-base64.o' libtool=no @AMDEPBACKSLASH@
  569. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  570. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-base64.o `test -f 'base64.cpp' || echo '$(srcdir)/'`base64.cpp
  571. yals-base64.obj: base64.cpp
  572. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-base64.obj -MD -MP -MF $(DEPDIR)/yals-base64.Tpo -c -o yals-base64.obj `if test -f 'base64.cpp'; then $(CYGPATH_W) 'base64.cpp'; else $(CYGPATH_W) '$(srcdir)/base64.cpp'; fi`
  573. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-base64.Tpo $(DEPDIR)/yals-base64.Po
  574. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base64.cpp' object='yals-base64.obj' libtool=no @AMDEPBACKSLASH@
  575. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  576. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-base64.obj `if test -f 'base64.cpp'; then $(CYGPATH_W) 'base64.cpp'; else $(CYGPATH_W) '$(srcdir)/base64.cpp'; fi`
  577. yals-bindmorecard.o: bindmorecard.cpp
  578. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-bindmorecard.o -MD -MP -MF $(DEPDIR)/yals-bindmorecard.Tpo -c -o yals-bindmorecard.o `test -f 'bindmorecard.cpp' || echo '$(srcdir)/'`bindmorecard.cpp
  579. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-bindmorecard.Tpo $(DEPDIR)/yals-bindmorecard.Po
  580. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='bindmorecard.cpp' object='yals-bindmorecard.o' libtool=no @AMDEPBACKSLASH@
  581. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  582. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-bindmorecard.o `test -f 'bindmorecard.cpp' || echo '$(srcdir)/'`bindmorecard.cpp
  583. yals-bindmorecard.obj: bindmorecard.cpp
  584. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-bindmorecard.obj -MD -MP -MF $(DEPDIR)/yals-bindmorecard.Tpo -c -o yals-bindmorecard.obj `if test -f 'bindmorecard.cpp'; then $(CYGPATH_W) 'bindmorecard.cpp'; else $(CYGPATH_W) '$(srcdir)/bindmorecard.cpp'; fi`
  585. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-bindmorecard.Tpo $(DEPDIR)/yals-bindmorecard.Po
  586. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='bindmorecard.cpp' object='yals-bindmorecard.obj' libtool=no @AMDEPBACKSLASH@
  587. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  588. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-bindmorecard.obj `if test -f 'bindmorecard.cpp'; then $(CYGPATH_W) 'bindmorecard.cpp'; else $(CYGPATH_W) '$(srcdir)/bindmorecard.cpp'; fi`
  589. yals-mine_business.o: mine_business.cpp
  590. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-mine_business.o -MD -MP -MF $(DEPDIR)/yals-mine_business.Tpo -c -o yals-mine_business.o `test -f 'mine_business.cpp' || echo '$(srcdir)/'`mine_business.cpp
  591. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-mine_business.Tpo $(DEPDIR)/yals-mine_business.Po
  592. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mine_business.cpp' object='yals-mine_business.o' libtool=no @AMDEPBACKSLASH@
  593. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  594. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-mine_business.o `test -f 'mine_business.cpp' || echo '$(srcdir)/'`mine_business.cpp
  595. yals-mine_business.obj: mine_business.cpp
  596. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-mine_business.obj -MD -MP -MF $(DEPDIR)/yals-mine_business.Tpo -c -o yals-mine_business.obj `if test -f 'mine_business.cpp'; then $(CYGPATH_W) 'mine_business.cpp'; else $(CYGPATH_W) '$(srcdir)/mine_business.cpp'; fi`
  597. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-mine_business.Tpo $(DEPDIR)/yals-mine_business.Po
  598. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mine_business.cpp' object='yals-mine_business.obj' libtool=no @AMDEPBACKSLASH@
  599. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  600. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-mine_business.obj `if test -f 'mine_business.cpp'; then $(CYGPATH_W) 'mine_business.cpp'; else $(CYGPATH_W) '$(srcdir)/mine_business.cpp'; fi`
  601. yals-card_area.o: card_area.cpp
  602. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_area.o -MD -MP -MF $(DEPDIR)/yals-card_area.Tpo -c -o yals-card_area.o `test -f 'card_area.cpp' || echo '$(srcdir)/'`card_area.cpp
  603. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_area.Tpo $(DEPDIR)/yals-card_area.Po
  604. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_area.cpp' object='yals-card_area.o' libtool=no @AMDEPBACKSLASH@
  605. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  606. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_area.o `test -f 'card_area.cpp' || echo '$(srcdir)/'`card_area.cpp
  607. yals-card_area.obj: card_area.cpp
  608. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_area.obj -MD -MP -MF $(DEPDIR)/yals-card_area.Tpo -c -o yals-card_area.obj `if test -f 'card_area.cpp'; then $(CYGPATH_W) 'card_area.cpp'; else $(CYGPATH_W) '$(srcdir)/card_area.cpp'; fi`
  609. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_area.Tpo $(DEPDIR)/yals-card_area.Po
  610. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_area.cpp' object='yals-card_area.obj' libtool=no @AMDEPBACKSLASH@
  611. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  612. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_area.obj `if test -f 'card_area.cpp'; then $(CYGPATH_W) 'card_area.cpp'; else $(CYGPATH_W) '$(srcdir)/card_area.cpp'; fi`
  613. yals-card_base.o: card_base.cpp
  614. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_base.o -MD -MP -MF $(DEPDIR)/yals-card_base.Tpo -c -o yals-card_base.o `test -f 'card_base.cpp' || echo '$(srcdir)/'`card_base.cpp
  615. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_base.Tpo $(DEPDIR)/yals-card_base.Po
  616. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_base.cpp' object='yals-card_base.o' libtool=no @AMDEPBACKSLASH@
  617. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  618. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_base.o `test -f 'card_base.cpp' || echo '$(srcdir)/'`card_base.cpp
  619. yals-card_base.obj: card_base.cpp
  620. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_base.obj -MD -MP -MF $(DEPDIR)/yals-card_base.Tpo -c -o yals-card_base.obj `if test -f 'card_base.cpp'; then $(CYGPATH_W) 'card_base.cpp'; else $(CYGPATH_W) '$(srcdir)/card_base.cpp'; fi`
  621. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_base.Tpo $(DEPDIR)/yals-card_base.Po
  622. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_base.cpp' object='yals-card_base.obj' libtool=no @AMDEPBACKSLASH@
  623. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  624. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_base.obj `if test -f 'card_base.cpp'; then $(CYGPATH_W) 'card_base.cpp'; else $(CYGPATH_W) '$(srcdir)/card_base.cpp'; fi`
  625. yals-card_car.o: card_car.cpp
  626. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_car.o -MD -MP -MF $(DEPDIR)/yals-card_car.Tpo -c -o yals-card_car.o `test -f 'card_car.cpp' || echo '$(srcdir)/'`card_car.cpp
  627. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_car.Tpo $(DEPDIR)/yals-card_car.Po
  628. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_car.cpp' object='yals-card_car.o' libtool=no @AMDEPBACKSLASH@
  629. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  630. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_car.o `test -f 'card_car.cpp' || echo '$(srcdir)/'`card_car.cpp
  631. yals-card_car.obj: card_car.cpp
  632. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_car.obj -MD -MP -MF $(DEPDIR)/yals-card_car.Tpo -c -o yals-card_car.obj `if test -f 'card_car.cpp'; then $(CYGPATH_W) 'card_car.cpp'; else $(CYGPATH_W) '$(srcdir)/card_car.cpp'; fi`
  633. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_car.Tpo $(DEPDIR)/yals-card_car.Po
  634. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_car.cpp' object='yals-card_car.obj' libtool=no @AMDEPBACKSLASH@
  635. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  636. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_car.obj `if test -f 'card_car.cpp'; then $(CYGPATH_W) 'card_car.cpp'; else $(CYGPATH_W) '$(srcdir)/card_car.cpp'; fi`
  637. yals-card.o: card.cpp
  638. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card.o -MD -MP -MF $(DEPDIR)/yals-card.Tpo -c -o yals-card.o `test -f 'card.cpp' || echo '$(srcdir)/'`card.cpp
  639. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card.Tpo $(DEPDIR)/yals-card.Po
  640. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card.cpp' object='yals-card.o' libtool=no @AMDEPBACKSLASH@
  641. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  642. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card.o `test -f 'card.cpp' || echo '$(srcdir)/'`card.cpp
  643. yals-card.obj: card.cpp
  644. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card.obj -MD -MP -MF $(DEPDIR)/yals-card.Tpo -c -o yals-card.obj `if test -f 'card.cpp'; then $(CYGPATH_W) 'card.cpp'; else $(CYGPATH_W) '$(srcdir)/card.cpp'; fi`
  645. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card.Tpo $(DEPDIR)/yals-card.Po
  646. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card.cpp' object='yals-card.obj' libtool=no @AMDEPBACKSLASH@
  647. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  648. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card.obj `if test -f 'card.cpp'; then $(CYGPATH_W) 'card.cpp'; else $(CYGPATH_W) '$(srcdir)/card.cpp'; fi`
  649. yals-card_message_handle.o: card_message_handle.cpp
  650. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_message_handle.o -MD -MP -MF $(DEPDIR)/yals-card_message_handle.Tpo -c -o yals-card_message_handle.o `test -f 'card_message_handle.cpp' || echo '$(srcdir)/'`card_message_handle.cpp
  651. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_message_handle.Tpo $(DEPDIR)/yals-card_message_handle.Po
  652. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_message_handle.cpp' object='yals-card_message_handle.o' libtool=no @AMDEPBACKSLASH@
  653. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  654. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_message_handle.o `test -f 'card_message_handle.cpp' || echo '$(srcdir)/'`card_message_handle.cpp
  655. yals-card_message_handle.obj: card_message_handle.cpp
  656. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_message_handle.obj -MD -MP -MF $(DEPDIR)/yals-card_message_handle.Tpo -c -o yals-card_message_handle.obj `if test -f 'card_message_handle.cpp'; then $(CYGPATH_W) 'card_message_handle.cpp'; else $(CYGPATH_W) '$(srcdir)/card_message_handle.cpp'; fi`
  657. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_message_handle.Tpo $(DEPDIR)/yals-card_message_handle.Po
  658. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_message_handle.cpp' object='yals-card_message_handle.obj' libtool=no @AMDEPBACKSLASH@
  659. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  660. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_message_handle.obj `if test -f 'card_message_handle.cpp'; then $(CYGPATH_W) 'card_message_handle.cpp'; else $(CYGPATH_W) '$(srcdir)/card_message_handle.cpp'; fi`
  661. yals-cardMgr.o: cardMgr.cpp
  662. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-cardMgr.o -MD -MP -MF $(DEPDIR)/yals-cardMgr.Tpo -c -o yals-cardMgr.o `test -f 'cardMgr.cpp' || echo '$(srcdir)/'`cardMgr.cpp
  663. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-cardMgr.Tpo $(DEPDIR)/yals-cardMgr.Po
  664. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cardMgr.cpp' object='yals-cardMgr.o' libtool=no @AMDEPBACKSLASH@
  665. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  666. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-cardMgr.o `test -f 'cardMgr.cpp' || echo '$(srcdir)/'`cardMgr.cpp
  667. yals-cardMgr.obj: cardMgr.cpp
  668. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-cardMgr.obj -MD -MP -MF $(DEPDIR)/yals-cardMgr.Tpo -c -o yals-cardMgr.obj `if test -f 'cardMgr.cpp'; then $(CYGPATH_W) 'cardMgr.cpp'; else $(CYGPATH_W) '$(srcdir)/cardMgr.cpp'; fi`
  669. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-cardMgr.Tpo $(DEPDIR)/yals-cardMgr.Po
  670. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cardMgr.cpp' object='yals-cardMgr.obj' libtool=no @AMDEPBACKSLASH@
  671. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  672. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-cardMgr.obj `if test -f 'cardMgr.cpp'; then $(CYGPATH_W) 'cardMgr.cpp'; else $(CYGPATH_W) '$(srcdir)/cardMgr.cpp'; fi`
  673. yals-card_path.o: card_path.cpp
  674. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_path.o -MD -MP -MF $(DEPDIR)/yals-card_path.Tpo -c -o yals-card_path.o `test -f 'card_path.cpp' || echo '$(srcdir)/'`card_path.cpp
  675. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_path.Tpo $(DEPDIR)/yals-card_path.Po
  676. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_path.cpp' object='yals-card_path.o' libtool=no @AMDEPBACKSLASH@
  677. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  678. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_path.o `test -f 'card_path.cpp' || echo '$(srcdir)/'`card_path.cpp
  679. yals-card_path.obj: card_path.cpp
  680. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_path.obj -MD -MP -MF $(DEPDIR)/yals-card_path.Tpo -c -o yals-card_path.obj `if test -f 'card_path.cpp'; then $(CYGPATH_W) 'card_path.cpp'; else $(CYGPATH_W) '$(srcdir)/card_path.cpp'; fi`
  681. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_path.Tpo $(DEPDIR)/yals-card_path.Po
  682. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_path.cpp' object='yals-card_path.obj' libtool=no @AMDEPBACKSLASH@
  683. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  684. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_path.obj `if test -f 'card_path.cpp'; then $(CYGPATH_W) 'card_path.cpp'; else $(CYGPATH_W) '$(srcdir)/card_path.cpp'; fi`
  685. yals-card_person.o: card_person.cpp
  686. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_person.o -MD -MP -MF $(DEPDIR)/yals-card_person.Tpo -c -o yals-card_person.o `test -f 'card_person.cpp' || echo '$(srcdir)/'`card_person.cpp
  687. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_person.Tpo $(DEPDIR)/yals-card_person.Po
  688. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_person.cpp' object='yals-card_person.o' libtool=no @AMDEPBACKSLASH@
  689. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  690. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_person.o `test -f 'card_person.cpp' || echo '$(srcdir)/'`card_person.cpp
  691. yals-card_person.obj: card_person.cpp
  692. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-card_person.obj -MD -MP -MF $(DEPDIR)/yals-card_person.Tpo -c -o yals-card_person.obj `if test -f 'card_person.cpp'; then $(CYGPATH_W) 'card_person.cpp'; else $(CYGPATH_W) '$(srcdir)/card_person.cpp'; fi`
  693. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-card_person.Tpo $(DEPDIR)/yals-card_person.Po
  694. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='card_person.cpp' object='yals-card_person.obj' libtool=no @AMDEPBACKSLASH@
  695. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  696. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-card_person.obj `if test -f 'card_person.cpp'; then $(CYGPATH_W) 'card_person.cpp'; else $(CYGPATH_W) '$(srcdir)/card_person.cpp'; fi`
  697. yals-crc.o: crc.cpp
  698. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-crc.o -MD -MP -MF $(DEPDIR)/yals-crc.Tpo -c -o yals-crc.o `test -f 'crc.cpp' || echo '$(srcdir)/'`crc.cpp
  699. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-crc.Tpo $(DEPDIR)/yals-crc.Po
  700. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='crc.cpp' object='yals-crc.o' libtool=no @AMDEPBACKSLASH@
  701. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  702. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-crc.o `test -f 'crc.cpp' || echo '$(srcdir)/'`crc.cpp
  703. yals-crc.obj: crc.cpp
  704. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-crc.obj -MD -MP -MF $(DEPDIR)/yals-crc.Tpo -c -o yals-crc.obj `if test -f 'crc.cpp'; then $(CYGPATH_W) 'crc.cpp'; else $(CYGPATH_W) '$(srcdir)/crc.cpp'; fi`
  705. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-crc.Tpo $(DEPDIR)/yals-crc.Po
  706. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='crc.cpp' object='yals-crc.obj' libtool=no @AMDEPBACKSLASH@
  707. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  708. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-crc.obj `if test -f 'crc.cpp'; then $(CYGPATH_W) 'crc.cpp'; else $(CYGPATH_W) '$(srcdir)/crc.cpp'; fi`
  709. yals-geo_hash.o: geo_hash.cpp
  710. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-geo_hash.o -MD -MP -MF $(DEPDIR)/yals-geo_hash.Tpo -c -o yals-geo_hash.o `test -f 'geo_hash.cpp' || echo '$(srcdir)/'`geo_hash.cpp
  711. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-geo_hash.Tpo $(DEPDIR)/yals-geo_hash.Po
  712. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='geo_hash.cpp' object='yals-geo_hash.o' libtool=no @AMDEPBACKSLASH@
  713. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  714. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-geo_hash.o `test -f 'geo_hash.cpp' || echo '$(srcdir)/'`geo_hash.cpp
  715. yals-geo_hash.obj: geo_hash.cpp
  716. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-geo_hash.obj -MD -MP -MF $(DEPDIR)/yals-geo_hash.Tpo -c -o yals-geo_hash.obj `if test -f 'geo_hash.cpp'; then $(CYGPATH_W) 'geo_hash.cpp'; else $(CYGPATH_W) '$(srcdir)/geo_hash.cpp'; fi`
  717. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-geo_hash.Tpo $(DEPDIR)/yals-geo_hash.Po
  718. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='geo_hash.cpp' object='yals-geo_hash.obj' libtool=no @AMDEPBACKSLASH@
  719. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  720. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-geo_hash.obj `if test -f 'geo_hash.cpp'; then $(CYGPATH_W) 'geo_hash.cpp'; else $(CYGPATH_W) '$(srcdir)/geo_hash.cpp'; fi`
  721. yals-landmark.o: landmark.cpp
  722. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-landmark.o -MD -MP -MF $(DEPDIR)/yals-landmark.Tpo -c -o yals-landmark.o `test -f 'landmark.cpp' || echo '$(srcdir)/'`landmark.cpp
  723. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-landmark.Tpo $(DEPDIR)/yals-landmark.Po
  724. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='landmark.cpp' object='yals-landmark.o' libtool=no @AMDEPBACKSLASH@
  725. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  726. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-landmark.o `test -f 'landmark.cpp' || echo '$(srcdir)/'`landmark.cpp
  727. yals-landmark.obj: landmark.cpp
  728. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-landmark.obj -MD -MP -MF $(DEPDIR)/yals-landmark.Tpo -c -o yals-landmark.obj `if test -f 'landmark.cpp'; then $(CYGPATH_W) 'landmark.cpp'; else $(CYGPATH_W) '$(srcdir)/landmark.cpp'; fi`
  729. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-landmark.Tpo $(DEPDIR)/yals-landmark.Po
  730. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='landmark.cpp' object='yals-landmark.obj' libtool=no @AMDEPBACKSLASH@
  731. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  732. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-landmark.obj `if test -f 'landmark.cpp'; then $(CYGPATH_W) 'landmark.cpp'; else $(CYGPATH_W) '$(srcdir)/landmark.cpp'; fi`
  733. yals-line_fit.o: line_fit.cpp
  734. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-line_fit.o -MD -MP -MF $(DEPDIR)/yals-line_fit.Tpo -c -o yals-line_fit.o `test -f 'line_fit.cpp' || echo '$(srcdir)/'`line_fit.cpp
  735. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-line_fit.Tpo $(DEPDIR)/yals-line_fit.Po
  736. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='line_fit.cpp' object='yals-line_fit.o' libtool=no @AMDEPBACKSLASH@
  737. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  738. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-line_fit.o `test -f 'line_fit.cpp' || echo '$(srcdir)/'`line_fit.cpp
  739. yals-line_fit.obj: line_fit.cpp
  740. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-line_fit.obj -MD -MP -MF $(DEPDIR)/yals-line_fit.Tpo -c -o yals-line_fit.obj `if test -f 'line_fit.cpp'; then $(CYGPATH_W) 'line_fit.cpp'; else $(CYGPATH_W) '$(srcdir)/line_fit.cpp'; fi`
  741. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-line_fit.Tpo $(DEPDIR)/yals-line_fit.Po
  742. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='line_fit.cpp' object='yals-line_fit.obj' libtool=no @AMDEPBACKSLASH@
  743. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  744. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-line_fit.obj `if test -f 'line_fit.cpp'; then $(CYGPATH_W) 'line_fit.cpp'; else $(CYGPATH_W) '$(srcdir)/line_fit.cpp'; fi`
  745. yals-loc_point.o: loc_point.cpp
  746. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-loc_point.o -MD -MP -MF $(DEPDIR)/yals-loc_point.Tpo -c -o yals-loc_point.o `test -f 'loc_point.cpp' || echo '$(srcdir)/'`loc_point.cpp
  747. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-loc_point.Tpo $(DEPDIR)/yals-loc_point.Po
  748. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='loc_point.cpp' object='yals-loc_point.o' libtool=no @AMDEPBACKSLASH@
  749. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  750. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-loc_point.o `test -f 'loc_point.cpp' || echo '$(srcdir)/'`loc_point.cpp
  751. yals-loc_point.obj: loc_point.cpp
  752. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-loc_point.obj -MD -MP -MF $(DEPDIR)/yals-loc_point.Tpo -c -o yals-loc_point.obj `if test -f 'loc_point.cpp'; then $(CYGPATH_W) 'loc_point.cpp'; else $(CYGPATH_W) '$(srcdir)/loc_point.cpp'; fi`
  753. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-loc_point.Tpo $(DEPDIR)/yals-loc_point.Po
  754. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='loc_point.cpp' object='yals-loc_point.obj' libtool=no @AMDEPBACKSLASH@
  755. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  756. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-loc_point.obj `if test -f 'loc_point.cpp'; then $(CYGPATH_W) 'loc_point.cpp'; else $(CYGPATH_W) '$(srcdir)/loc_point.cpp'; fi`
  757. yals-loc_tool.o: loc_tool.cpp
  758. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-loc_tool.o -MD -MP -MF $(DEPDIR)/yals-loc_tool.Tpo -c -o yals-loc_tool.o `test -f 'loc_tool.cpp' || echo '$(srcdir)/'`loc_tool.cpp
  759. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-loc_tool.Tpo $(DEPDIR)/yals-loc_tool.Po
  760. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='loc_tool.cpp' object='yals-loc_tool.o' libtool=no @AMDEPBACKSLASH@
  761. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  762. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-loc_tool.o `test -f 'loc_tool.cpp' || echo '$(srcdir)/'`loc_tool.cpp
  763. yals-loc_tool.obj: loc_tool.cpp
  764. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-loc_tool.obj -MD -MP -MF $(DEPDIR)/yals-loc_tool.Tpo -c -o yals-loc_tool.obj `if test -f 'loc_tool.cpp'; then $(CYGPATH_W) 'loc_tool.cpp'; else $(CYGPATH_W) '$(srcdir)/loc_tool.cpp'; fi`
  765. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-loc_tool.Tpo $(DEPDIR)/yals-loc_tool.Po
  766. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='loc_tool.cpp' object='yals-loc_tool.obj' libtool=no @AMDEPBACKSLASH@
  767. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  768. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-loc_tool.obj `if test -f 'loc_tool.cpp'; then $(CYGPATH_W) 'loc_tool.cpp'; else $(CYGPATH_W) '$(srcdir)/loc_tool.cpp'; fi`
  769. yals-message.o: message.cpp
  770. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-message.o -MD -MP -MF $(DEPDIR)/yals-message.Tpo -c -o yals-message.o `test -f 'message.cpp' || echo '$(srcdir)/'`message.cpp
  771. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-message.Tpo $(DEPDIR)/yals-message.Po
  772. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='message.cpp' object='yals-message.o' libtool=no @AMDEPBACKSLASH@
  773. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  774. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-message.o `test -f 'message.cpp' || echo '$(srcdir)/'`message.cpp
  775. yals-message.obj: message.cpp
  776. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-message.obj -MD -MP -MF $(DEPDIR)/yals-message.Tpo -c -o yals-message.obj `if test -f 'message.cpp'; then $(CYGPATH_W) 'message.cpp'; else $(CYGPATH_W) '$(srcdir)/message.cpp'; fi`
  777. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-message.Tpo $(DEPDIR)/yals-message.Po
  778. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='message.cpp' object='yals-message.obj' libtool=no @AMDEPBACKSLASH@
  779. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  780. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-message.obj `if test -f 'message.cpp'; then $(CYGPATH_W) 'message.cpp'; else $(CYGPATH_W) '$(srcdir)/message.cpp'; fi`
  781. yals-message_file.o: message_file.cpp
  782. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-message_file.o -MD -MP -MF $(DEPDIR)/yals-message_file.Tpo -c -o yals-message_file.o `test -f 'message_file.cpp' || echo '$(srcdir)/'`message_file.cpp
  783. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-message_file.Tpo $(DEPDIR)/yals-message_file.Po
  784. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='message_file.cpp' object='yals-message_file.o' libtool=no @AMDEPBACKSLASH@
  785. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  786. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-message_file.o `test -f 'message_file.cpp' || echo '$(srcdir)/'`message_file.cpp
  787. yals-message_file.obj: message_file.cpp
  788. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-message_file.obj -MD -MP -MF $(DEPDIR)/yals-message_file.Tpo -c -o yals-message_file.obj `if test -f 'message_file.cpp'; then $(CYGPATH_W) 'message_file.cpp'; else $(CYGPATH_W) '$(srcdir)/message_file.cpp'; fi`
  789. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-message_file.Tpo $(DEPDIR)/yals-message_file.Po
  790. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='message_file.cpp' object='yals-message_file.obj' libtool=no @AMDEPBACKSLASH@
  791. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  792. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-message_file.obj `if test -f 'message_file.cpp'; then $(CYGPATH_W) 'message_file.cpp'; else $(CYGPATH_W) '$(srcdir)/message_file.cpp'; fi`
  793. yals-mine.o: mine.cpp
  794. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-mine.o -MD -MP -MF $(DEPDIR)/yals-mine.Tpo -c -o yals-mine.o `test -f 'mine.cpp' || echo '$(srcdir)/'`mine.cpp
  795. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-mine.Tpo $(DEPDIR)/yals-mine.Po
  796. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mine.cpp' object='yals-mine.o' libtool=no @AMDEPBACKSLASH@
  797. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  798. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-mine.o `test -f 'mine.cpp' || echo '$(srcdir)/'`mine.cpp
  799. yals-mine.obj: mine.cpp
  800. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-mine.obj -MD -MP -MF $(DEPDIR)/yals-mine.Tpo -c -o yals-mine.obj `if test -f 'mine.cpp'; then $(CYGPATH_W) 'mine.cpp'; else $(CYGPATH_W) '$(srcdir)/mine.cpp'; fi`
  801. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-mine.Tpo $(DEPDIR)/yals-mine.Po
  802. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mine.cpp' object='yals-mine.obj' libtool=no @AMDEPBACKSLASH@
  803. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  804. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-mine.obj `if test -f 'mine.cpp'; then $(CYGPATH_W) 'mine.cpp'; else $(CYGPATH_W) '$(srcdir)/mine.cpp'; fi`
  805. yals-net-service.o: net-service.cpp
  806. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-net-service.o -MD -MP -MF $(DEPDIR)/yals-net-service.Tpo -c -o yals-net-service.o `test -f 'net-service.cpp' || echo '$(srcdir)/'`net-service.cpp
  807. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-net-service.Tpo $(DEPDIR)/yals-net-service.Po
  808. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='net-service.cpp' object='yals-net-service.o' libtool=no @AMDEPBACKSLASH@
  809. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  810. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-net-service.o `test -f 'net-service.cpp' || echo '$(srcdir)/'`net-service.cpp
  811. yals-net-service.obj: net-service.cpp
  812. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-net-service.obj -MD -MP -MF $(DEPDIR)/yals-net-service.Tpo -c -o yals-net-service.obj `if test -f 'net-service.cpp'; then $(CYGPATH_W) 'net-service.cpp'; else $(CYGPATH_W) '$(srcdir)/net-service.cpp'; fi`
  813. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-net-service.Tpo $(DEPDIR)/yals-net-service.Po
  814. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='net-service.cpp' object='yals-net-service.obj' libtool=no @AMDEPBACKSLASH@
  815. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  816. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-net-service.obj `if test -f 'net-service.cpp'; then $(CYGPATH_W) 'net-service.cpp'; else $(CYGPATH_W) '$(srcdir)/net-service.cpp'; fi`
  817. yals-point.o: point.cpp
  818. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-point.o -MD -MP -MF $(DEPDIR)/yals-point.Tpo -c -o yals-point.o `test -f 'point.cpp' || echo '$(srcdir)/'`point.cpp
  819. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-point.Tpo $(DEPDIR)/yals-point.Po
  820. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='point.cpp' object='yals-point.o' libtool=no @AMDEPBACKSLASH@
  821. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  822. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-point.o `test -f 'point.cpp' || echo '$(srcdir)/'`point.cpp
  823. yals-point.obj: point.cpp
  824. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-point.obj -MD -MP -MF $(DEPDIR)/yals-point.Tpo -c -o yals-point.obj `if test -f 'point.cpp'; then $(CYGPATH_W) 'point.cpp'; else $(CYGPATH_W) '$(srcdir)/point.cpp'; fi`
  825. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-point.Tpo $(DEPDIR)/yals-point.Po
  826. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='point.cpp' object='yals-point.obj' libtool=no @AMDEPBACKSLASH@
  827. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  828. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-point.obj `if test -f 'point.cpp'; then $(CYGPATH_W) 'point.cpp'; else $(CYGPATH_W) '$(srcdir)/point.cpp'; fi`
  829. yals-select_tool.o: select_tool.cpp
  830. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-select_tool.o -MD -MP -MF $(DEPDIR)/yals-select_tool.Tpo -c -o yals-select_tool.o `test -f 'select_tool.cpp' || echo '$(srcdir)/'`select_tool.cpp
  831. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-select_tool.Tpo $(DEPDIR)/yals-select_tool.Po
  832. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='select_tool.cpp' object='yals-select_tool.o' libtool=no @AMDEPBACKSLASH@
  833. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  834. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-select_tool.o `test -f 'select_tool.cpp' || echo '$(srcdir)/'`select_tool.cpp
  835. yals-select_tool.obj: select_tool.cpp
  836. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-select_tool.obj -MD -MP -MF $(DEPDIR)/yals-select_tool.Tpo -c -o yals-select_tool.obj `if test -f 'select_tool.cpp'; then $(CYGPATH_W) 'select_tool.cpp'; else $(CYGPATH_W) '$(srcdir)/select_tool.cpp'; fi`
  837. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-select_tool.Tpo $(DEPDIR)/yals-select_tool.Po
  838. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='select_tool.cpp' object='yals-select_tool.obj' libtool=no @AMDEPBACKSLASH@
  839. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  840. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-select_tool.obj `if test -f 'select_tool.cpp'; then $(CYGPATH_W) 'select_tool.cpp'; else $(CYGPATH_W) '$(srcdir)/select_tool.cpp'; fi`
  841. yals-site_area.o: site_area.cpp
  842. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-site_area.o -MD -MP -MF $(DEPDIR)/yals-site_area.Tpo -c -o yals-site_area.o `test -f 'site_area.cpp' || echo '$(srcdir)/'`site_area.cpp
  843. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-site_area.Tpo $(DEPDIR)/yals-site_area.Po
  844. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='site_area.cpp' object='yals-site_area.o' libtool=no @AMDEPBACKSLASH@
  845. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  846. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-site_area.o `test -f 'site_area.cpp' || echo '$(srcdir)/'`site_area.cpp
  847. yals-site_area.obj: site_area.cpp
  848. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-site_area.obj -MD -MP -MF $(DEPDIR)/yals-site_area.Tpo -c -o yals-site_area.obj `if test -f 'site_area.cpp'; then $(CYGPATH_W) 'site_area.cpp'; else $(CYGPATH_W) '$(srcdir)/site_area.cpp'; fi`
  849. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-site_area.Tpo $(DEPDIR)/yals-site_area.Po
  850. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='site_area.cpp' object='yals-site_area.obj' libtool=no @AMDEPBACKSLASH@
  851. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  852. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-site_area.obj `if test -f 'site_area.cpp'; then $(CYGPATH_W) 'site_area.cpp'; else $(CYGPATH_W) '$(srcdir)/site_area.cpp'; fi`
  853. yals-special_area.o: special_area.cpp
  854. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-special_area.o -MD -MP -MF $(DEPDIR)/yals-special_area.Tpo -c -o yals-special_area.o `test -f 'special_area.cpp' || echo '$(srcdir)/'`special_area.cpp
  855. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-special_area.Tpo $(DEPDIR)/yals-special_area.Po
  856. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='special_area.cpp' object='yals-special_area.o' libtool=no @AMDEPBACKSLASH@
  857. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  858. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-special_area.o `test -f 'special_area.cpp' || echo '$(srcdir)/'`special_area.cpp
  859. yals-special_area.obj: special_area.cpp
  860. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-special_area.obj -MD -MP -MF $(DEPDIR)/yals-special_area.Tpo -c -o yals-special_area.obj `if test -f 'special_area.cpp'; then $(CYGPATH_W) 'special_area.cpp'; else $(CYGPATH_W) '$(srcdir)/special_area.cpp'; fi`
  861. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-special_area.Tpo $(DEPDIR)/yals-special_area.Po
  862. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='special_area.cpp' object='yals-special_area.obj' libtool=no @AMDEPBACKSLASH@
  863. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  864. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-special_area.obj `if test -f 'special_area.cpp'; then $(CYGPATH_W) 'special_area.cpp'; else $(CYGPATH_W) '$(srcdir)/special_area.cpp'; fi`
  865. yals-tdoa_sync.o: tdoa_sync.cpp
  866. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-tdoa_sync.o -MD -MP -MF $(DEPDIR)/yals-tdoa_sync.Tpo -c -o yals-tdoa_sync.o `test -f 'tdoa_sync.cpp' || echo '$(srcdir)/'`tdoa_sync.cpp
  867. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-tdoa_sync.Tpo $(DEPDIR)/yals-tdoa_sync.Po
  868. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='tdoa_sync.cpp' object='yals-tdoa_sync.o' libtool=no @AMDEPBACKSLASH@
  869. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  870. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-tdoa_sync.o `test -f 'tdoa_sync.cpp' || echo '$(srcdir)/'`tdoa_sync.cpp
  871. yals-tdoa_sync.obj: tdoa_sync.cpp
  872. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-tdoa_sync.obj -MD -MP -MF $(DEPDIR)/yals-tdoa_sync.Tpo -c -o yals-tdoa_sync.obj `if test -f 'tdoa_sync.cpp'; then $(CYGPATH_W) 'tdoa_sync.cpp'; else $(CYGPATH_W) '$(srcdir)/tdoa_sync.cpp'; fi`
  873. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-tdoa_sync.Tpo $(DEPDIR)/yals-tdoa_sync.Po
  874. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='tdoa_sync.cpp' object='yals-tdoa_sync.obj' libtool=no @AMDEPBACKSLASH@
  875. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  876. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-tdoa_sync.obj `if test -f 'tdoa_sync.cpp'; then $(CYGPATH_W) 'tdoa_sync.cpp'; else $(CYGPATH_W) '$(srcdir)/tdoa_sync.cpp'; fi`
  877. yals-visit.o: visit.cpp
  878. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-visit.o -MD -MP -MF $(DEPDIR)/yals-visit.Tpo -c -o yals-visit.o `test -f 'visit.cpp' || echo '$(srcdir)/'`visit.cpp
  879. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-visit.Tpo $(DEPDIR)/yals-visit.Po
  880. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='visit.cpp' object='yals-visit.o' libtool=no @AMDEPBACKSLASH@
  881. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  882. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-visit.o `test -f 'visit.cpp' || echo '$(srcdir)/'`visit.cpp
  883. yals-visit.obj: visit.cpp
  884. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-visit.obj -MD -MP -MF $(DEPDIR)/yals-visit.Tpo -c -o yals-visit.obj `if test -f 'visit.cpp'; then $(CYGPATH_W) 'visit.cpp'; else $(CYGPATH_W) '$(srcdir)/visit.cpp'; fi`
  885. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-visit.Tpo $(DEPDIR)/yals-visit.Po
  886. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='visit.cpp' object='yals-visit.obj' libtool=no @AMDEPBACKSLASH@
  887. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  888. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-visit.obj `if test -f 'visit.cpp'; then $(CYGPATH_W) 'visit.cpp'; else $(CYGPATH_W) '$(srcdir)/visit.cpp'; fi`
  889. yals-web-client.o: web-client.cpp
  890. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-web-client.o -MD -MP -MF $(DEPDIR)/yals-web-client.Tpo -c -o yals-web-client.o `test -f 'web-client.cpp' || echo '$(srcdir)/'`web-client.cpp
  891. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-web-client.Tpo $(DEPDIR)/yals-web-client.Po
  892. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='web-client.cpp' object='yals-web-client.o' libtool=no @AMDEPBACKSLASH@
  893. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  894. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-web-client.o `test -f 'web-client.cpp' || echo '$(srcdir)/'`web-client.cpp
  895. yals-web-client.obj: web-client.cpp
  896. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-web-client.obj -MD -MP -MF $(DEPDIR)/yals-web-client.Tpo -c -o yals-web-client.obj `if test -f 'web-client.cpp'; then $(CYGPATH_W) 'web-client.cpp'; else $(CYGPATH_W) '$(srcdir)/web-client.cpp'; fi`
  897. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-web-client.Tpo $(DEPDIR)/yals-web-client.Po
  898. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='web-client.cpp' object='yals-web-client.obj' libtool=no @AMDEPBACKSLASH@
  899. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  900. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-web-client.obj `if test -f 'web-client.cpp'; then $(CYGPATH_W) 'web-client.cpp'; else $(CYGPATH_W) '$(srcdir)/web-client.cpp'; fi`
  901. yals-worker.o: worker.cpp
  902. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-worker.o -MD -MP -MF $(DEPDIR)/yals-worker.Tpo -c -o yals-worker.o `test -f 'worker.cpp' || echo '$(srcdir)/'`worker.cpp
  903. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-worker.Tpo $(DEPDIR)/yals-worker.Po
  904. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='worker.cpp' object='yals-worker.o' libtool=no @AMDEPBACKSLASH@
  905. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  906. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-worker.o `test -f 'worker.cpp' || echo '$(srcdir)/'`worker.cpp
  907. yals-worker.obj: worker.cpp
  908. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-worker.obj -MD -MP -MF $(DEPDIR)/yals-worker.Tpo -c -o yals-worker.obj `if test -f 'worker.cpp'; then $(CYGPATH_W) 'worker.cpp'; else $(CYGPATH_W) '$(srcdir)/worker.cpp'; fi`
  909. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-worker.Tpo $(DEPDIR)/yals-worker.Po
  910. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='worker.cpp' object='yals-worker.obj' libtool=no @AMDEPBACKSLASH@
  911. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  912. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-worker.obj `if test -f 'worker.cpp'; then $(CYGPATH_W) 'worker.cpp'; else $(CYGPATH_W) '$(srcdir)/worker.cpp'; fi`
  913. yals-ya_event.o: ya_event.cpp
  914. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-ya_event.o -MD -MP -MF $(DEPDIR)/yals-ya_event.Tpo -c -o yals-ya_event.o `test -f 'ya_event.cpp' || echo '$(srcdir)/'`ya_event.cpp
  915. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-ya_event.Tpo $(DEPDIR)/yals-ya_event.Po
  916. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ya_event.cpp' object='yals-ya_event.o' libtool=no @AMDEPBACKSLASH@
  917. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  918. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-ya_event.o `test -f 'ya_event.cpp' || echo '$(srcdir)/'`ya_event.cpp
  919. yals-ya_event.obj: ya_event.cpp
  920. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-ya_event.obj -MD -MP -MF $(DEPDIR)/yals-ya_event.Tpo -c -o yals-ya_event.obj `if test -f 'ya_event.cpp'; then $(CYGPATH_W) 'ya_event.cpp'; else $(CYGPATH_W) '$(srcdir)/ya_event.cpp'; fi`
  921. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-ya_event.Tpo $(DEPDIR)/yals-ya_event.Po
  922. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ya_event.cpp' object='yals-ya_event.obj' libtool=no @AMDEPBACKSLASH@
  923. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  924. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-ya_event.obj `if test -f 'ya_event.cpp'; then $(CYGPATH_W) 'ya_event.cpp'; else $(CYGPATH_W) '$(srcdir)/ya_event.cpp'; fi`
  925. yals-znet.o: znet.cpp
  926. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-znet.o -MD -MP -MF $(DEPDIR)/yals-znet.Tpo -c -o yals-znet.o `test -f 'znet.cpp' || echo '$(srcdir)/'`znet.cpp
  927. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-znet.Tpo $(DEPDIR)/yals-znet.Po
  928. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='znet.cpp' object='yals-znet.o' libtool=no @AMDEPBACKSLASH@
  929. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  930. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-znet.o `test -f 'znet.cpp' || echo '$(srcdir)/'`znet.cpp
  931. yals-znet.obj: znet.cpp
  932. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-znet.obj -MD -MP -MF $(DEPDIR)/yals-znet.Tpo -c -o yals-znet.obj `if test -f 'znet.cpp'; then $(CYGPATH_W) 'znet.cpp'; else $(CYGPATH_W) '$(srcdir)/znet.cpp'; fi`
  933. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-znet.Tpo $(DEPDIR)/yals-znet.Po
  934. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='znet.cpp' object='yals-znet.obj' libtool=no @AMDEPBACKSLASH@
  935. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  936. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-znet.obj `if test -f 'znet.cpp'; then $(CYGPATH_W) 'znet.cpp'; else $(CYGPATH_W) '$(srcdir)/znet.cpp'; fi`
  937. yals-ya_setting.o: ya_setting.cpp
  938. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-ya_setting.o -MD -MP -MF $(DEPDIR)/yals-ya_setting.Tpo -c -o yals-ya_setting.o `test -f 'ya_setting.cpp' || echo '$(srcdir)/'`ya_setting.cpp
  939. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-ya_setting.Tpo $(DEPDIR)/yals-ya_setting.Po
  940. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ya_setting.cpp' object='yals-ya_setting.o' libtool=no @AMDEPBACKSLASH@
  941. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  942. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-ya_setting.o `test -f 'ya_setting.cpp' || echo '$(srcdir)/'`ya_setting.cpp
  943. yals-ya_setting.obj: ya_setting.cpp
  944. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-ya_setting.obj -MD -MP -MF $(DEPDIR)/yals-ya_setting.Tpo -c -o yals-ya_setting.obj `if test -f 'ya_setting.cpp'; then $(CYGPATH_W) 'ya_setting.cpp'; else $(CYGPATH_W) '$(srcdir)/ya_setting.cpp'; fi`
  945. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-ya_setting.Tpo $(DEPDIR)/yals-ya_setting.Po
  946. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ya_setting.cpp' object='yals-ya_setting.obj' libtool=no @AMDEPBACKSLASH@
  947. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  948. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-ya_setting.obj `if test -f 'ya_setting.cpp'; then $(CYGPATH_W) 'ya_setting.cpp'; else $(CYGPATH_W) '$(srcdir)/ya_setting.cpp'; fi`
  949. yals-main.o: main.cpp
  950. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-main.o -MD -MP -MF $(DEPDIR)/yals-main.Tpo -c -o yals-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
  951. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-main.Tpo $(DEPDIR)/yals-main.Po
  952. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='main.cpp' object='yals-main.o' libtool=no @AMDEPBACKSLASH@
  953. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  954. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
  955. yals-main.obj: main.cpp
  956. @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT yals-main.obj -MD -MP -MF $(DEPDIR)/yals-main.Tpo -c -o yals-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
  957. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/yals-main.Tpo $(DEPDIR)/yals-main.Po
  958. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='main.cpp' object='yals-main.obj' libtool=no @AMDEPBACKSLASH@
  959. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  960. @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(yals_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o yals-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
  961. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  962. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  963. unique=`for i in $$list; do \
  964. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  965. done | \
  966. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  967. END { if (nonempty) { for (i in files) print i; }; }'`; \
  968. mkid -fID $$unique
  969. tags: TAGS
  970. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  971. $(TAGS_FILES) $(LISP)
  972. set x; \
  973. here=`pwd`; \
  974. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  975. unique=`for i in $$list; do \
  976. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  977. done | \
  978. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  979. END { if (nonempty) { for (i in files) print i; }; }'`; \
  980. shift; \
  981. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  982. test -n "$$unique" || unique=$$empty_fix; \
  983. if test $$# -gt 0; then \
  984. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  985. "$$@" $$unique; \
  986. else \
  987. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  988. $$unique; \
  989. fi; \
  990. fi
  991. ctags: CTAGS
  992. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  993. $(TAGS_FILES) $(LISP)
  994. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  995. unique=`for i in $$list; do \
  996. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  997. done | \
  998. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  999. END { if (nonempty) { for (i in files) print i; }; }'`; \
  1000. test -z "$(CTAGS_ARGS)$$unique" \
  1001. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  1002. $$unique
  1003. GTAGS:
  1004. here=`$(am__cd) $(top_builddir) && pwd` \
  1005. && $(am__cd) $(top_srcdir) \
  1006. && gtags -i $(GTAGS_ARGS) "$$here"
  1007. cscope: cscope.files
  1008. test ! -s cscope.files \
  1009. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  1010. clean-cscope:
  1011. -rm -f cscope.files
  1012. cscope.files: clean-cscope cscopelist
  1013. cscopelist: $(HEADERS) $(SOURCES) $(LISP)
  1014. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  1015. case "$(srcdir)" in \
  1016. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  1017. *) sdir=$(subdir)/$(srcdir) ;; \
  1018. esac; \
  1019. for i in $$list; do \
  1020. if test -f "$$i"; then \
  1021. echo "$(subdir)/$$i"; \
  1022. else \
  1023. echo "$$sdir/$$i"; \
  1024. fi; \
  1025. done >> $(top_builddir)/cscope.files
  1026. distclean-tags:
  1027. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1028. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  1029. distdir: $(DISTFILES)
  1030. $(am__remove_distdir)
  1031. test -d "$(distdir)" || mkdir "$(distdir)"
  1032. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1033. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1034. list='$(DISTFILES)'; \
  1035. dist_files=`for file in $$list; do echo $$file; done | \
  1036. sed -e "s|^$$srcdirstrip/||;t" \
  1037. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  1038. case $$dist_files in \
  1039. */*) $(MKDIR_P) `echo "$$dist_files" | \
  1040. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  1041. sort -u` ;; \
  1042. esac; \
  1043. for file in $$dist_files; do \
  1044. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1045. if test -d $$d/$$file; then \
  1046. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1047. if test -d "$(distdir)/$$file"; then \
  1048. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1049. fi; \
  1050. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1051. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1052. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1053. fi; \
  1054. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1055. else \
  1056. test -f "$(distdir)/$$file" \
  1057. || cp -p $$d/$$file "$(distdir)/$$file" \
  1058. || exit 1; \
  1059. fi; \
  1060. done
  1061. -test -n "$(am__skip_mode_fix)" \
  1062. || find "$(distdir)" -type d ! -perm -755 \
  1063. -exec chmod u+rwx,go+rx {} \; -o \
  1064. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  1065. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  1066. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  1067. || chmod -R a+r "$(distdir)"
  1068. dist-gzip: distdir
  1069. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  1070. $(am__post_remove_distdir)
  1071. dist-bzip2: distdir
  1072. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  1073. $(am__post_remove_distdir)
  1074. dist-lzip: distdir
  1075. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  1076. $(am__post_remove_distdir)
  1077. dist-xz: distdir
  1078. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  1079. $(am__post_remove_distdir)
  1080. dist-tarZ: distdir
  1081. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  1082. $(am__post_remove_distdir)
  1083. dist-shar: distdir
  1084. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  1085. $(am__post_remove_distdir)
  1086. dist-zip: distdir
  1087. -rm -f $(distdir).zip
  1088. zip -rq $(distdir).zip $(distdir)
  1089. $(am__post_remove_distdir)
  1090. dist dist-all:
  1091. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  1092. $(am__post_remove_distdir)
  1093. # This target untars the dist file and tries a VPATH configuration. Then
  1094. # it guarantees that the distribution is self-contained by making another
  1095. # tarfile.
  1096. distcheck: dist
  1097. case '$(DIST_ARCHIVES)' in \
  1098. *.tar.gz*) \
  1099. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  1100. *.tar.bz2*) \
  1101. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  1102. *.tar.lz*) \
  1103. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  1104. *.tar.xz*) \
  1105. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  1106. *.tar.Z*) \
  1107. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  1108. *.shar.gz*) \
  1109. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  1110. *.zip*) \
  1111. unzip $(distdir).zip ;;\
  1112. esac
  1113. chmod -R a-w $(distdir)
  1114. chmod u+w $(distdir)
  1115. mkdir $(distdir)/_build $(distdir)/_inst
  1116. chmod a-w $(distdir)
  1117. test -d $(distdir)/_build || exit 0; \
  1118. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  1119. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  1120. && am__cwd=`pwd` \
  1121. && $(am__cd) $(distdir)/_build \
  1122. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  1123. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  1124. $(DISTCHECK_CONFIGURE_FLAGS) \
  1125. && $(MAKE) $(AM_MAKEFLAGS) \
  1126. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  1127. && $(MAKE) $(AM_MAKEFLAGS) check \
  1128. && $(MAKE) $(AM_MAKEFLAGS) install \
  1129. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  1130. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  1131. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  1132. distuninstallcheck \
  1133. && chmod -R a-w "$$dc_install_base" \
  1134. && ({ \
  1135. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  1136. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  1137. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  1138. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  1139. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  1140. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  1141. && rm -rf "$$dc_destdir" \
  1142. && $(MAKE) $(AM_MAKEFLAGS) dist \
  1143. && rm -rf $(DIST_ARCHIVES) \
  1144. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  1145. && cd "$$am__cwd" \
  1146. || exit 1
  1147. $(am__post_remove_distdir)
  1148. @(echo "$(distdir) archives ready for distribution: "; \
  1149. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1150. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  1151. distuninstallcheck:
  1152. @test -n '$(distuninstallcheck_dir)' || { \
  1153. echo 'ERROR: trying to run $@ with an empty' \
  1154. '$$(distuninstallcheck_dir)' >&2; \
  1155. exit 1; \
  1156. }; \
  1157. $(am__cd) '$(distuninstallcheck_dir)' || { \
  1158. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  1159. exit 1; \
  1160. }; \
  1161. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  1162. || { echo "ERROR: files left after uninstall:" ; \
  1163. if test -n "$(DESTDIR)"; then \
  1164. echo " (check DESTDIR support)"; \
  1165. fi ; \
  1166. $(distuninstallcheck_listfiles) ; \
  1167. exit 1; } >&2
  1168. distcleancheck: distclean
  1169. @if test '$(srcdir)' = . ; then \
  1170. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  1171. exit 1 ; \
  1172. fi
  1173. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  1174. || { echo "ERROR: files left in build directory after distclean:" ; \
  1175. $(distcleancheck_listfiles) ; \
  1176. exit 1; } >&2
  1177. check-am: all-am
  1178. check: check-am
  1179. all-am: Makefile $(PROGRAMS)
  1180. installdirs:
  1181. for dir in "$(DESTDIR)$(bindir)"; do \
  1182. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  1183. done
  1184. install: install-am
  1185. install-exec: install-exec-am
  1186. install-data: install-data-am
  1187. uninstall: uninstall-am
  1188. install-am: all-am
  1189. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1190. installcheck: installcheck-am
  1191. install-strip:
  1192. if test -z '$(STRIP)'; then \
  1193. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1194. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1195. install; \
  1196. else \
  1197. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1198. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1199. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1200. fi
  1201. mostlyclean-generic:
  1202. clean-generic:
  1203. distclean-generic:
  1204. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1205. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1206. maintainer-clean-generic:
  1207. @echo "This command is intended for maintainers to use"
  1208. @echo "it deletes files that may require special tools to rebuild."
  1209. clean: clean-am
  1210. clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
  1211. mostlyclean-am
  1212. distclean: distclean-am
  1213. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1214. -rm -rf ./$(DEPDIR)
  1215. -rm -f Makefile
  1216. distclean-am: clean-am distclean-compile distclean-generic \
  1217. distclean-tags
  1218. dvi: dvi-am
  1219. dvi-am:
  1220. html: html-am
  1221. html-am:
  1222. info: info-am
  1223. info-am:
  1224. install-data-am:
  1225. install-dvi: install-dvi-am
  1226. install-dvi-am:
  1227. install-exec-am: install-binPROGRAMS
  1228. install-html: install-html-am
  1229. install-html-am:
  1230. install-info: install-info-am
  1231. install-info-am:
  1232. install-man:
  1233. install-pdf: install-pdf-am
  1234. install-pdf-am:
  1235. install-ps: install-ps-am
  1236. install-ps-am:
  1237. installcheck-am:
  1238. maintainer-clean: maintainer-clean-am
  1239. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1240. -rm -rf $(top_srcdir)/autom4te.cache
  1241. -rm -rf ./$(DEPDIR)
  1242. -rm -f Makefile
  1243. maintainer-clean-am: distclean-am maintainer-clean-generic
  1244. mostlyclean: mostlyclean-am
  1245. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  1246. pdf: pdf-am
  1247. pdf-am:
  1248. ps: ps-am
  1249. ps-am:
  1250. uninstall-am: uninstall-binPROGRAMS
  1251. .MAKE: install-am install-strip
  1252. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  1253. clean-binPROGRAMS clean-cscope clean-generic \
  1254. clean-noinstPROGRAMS cscope cscopelist ctags dist dist-all \
  1255. dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
  1256. dist-zip distcheck distclean distclean-compile \
  1257. distclean-generic distclean-tags distcleancheck distdir \
  1258. distuninstallcheck dvi dvi-am html html-am info info-am \
  1259. install install-am install-binPROGRAMS install-data \
  1260. install-data-am install-dvi install-dvi-am install-exec \
  1261. install-exec-am install-html install-html-am install-info \
  1262. install-info-am install-man install-pdf install-pdf-am \
  1263. install-ps install-ps-am install-strip installcheck \
  1264. installcheck-am installdirs maintainer-clean \
  1265. maintainer-clean-generic mostlyclean mostlyclean-compile \
  1266. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  1267. uninstall-am uninstall-binPROGRAMS
  1268. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1269. # Otherwise a system limit (for SysV at least) may be exceeded.
  1270. .NOEXPORT: