Makefile 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # strategy/stradef/source/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2018 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. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/SOFT
  67. pkgincludedir = $(includedir)/SOFT
  68. pkglibdir = $(libdir)/SOFT
  69. pkglibexecdir = $(libexecdir)/SOFT
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-pc-linux-gnu
  83. host_triplet = x86_64-pc-linux-gnu
  84. subdir = strategy/stradef/source
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  87. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  88. $(ACLOCAL_M4)
  89. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  90. mkinstalldirs = $(install_sh) -d
  91. CONFIG_HEADER = $(top_builddir)/config.h
  92. CONFIG_CLEAN_FILES =
  93. CONFIG_CLEAN_VPATH_FILES =
  94. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  95. am__vpath_adj = case $$p in \
  96. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  97. *) f=$$p;; \
  98. esac;
  99. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  100. am__install_max = 40
  101. am__nobase_strip_setup = \
  102. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  103. am__nobase_strip = \
  104. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  105. am__nobase_list = $(am__nobase_strip_setup); \
  106. for p in $$list; do echo "$$p $$p"; done | \
  107. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  108. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  109. if (++n[$$2] == $(am__install_max)) \
  110. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  111. END { for (dir in files) print dir, files[dir] }'
  112. am__base_list = \
  113. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  114. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  115. am__uninstall_files_from_dir = { \
  116. test -z "$$files" \
  117. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  118. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  119. $(am__cd) "$$dir" && rm -f $$files; }; \
  120. }
  121. am__installdirs = "$(DESTDIR)$(libdir)"
  122. LTLIBRARIES = $(lib_LTLIBRARIES)
  123. libmasstrategy_la_DEPENDENCIES =
  124. am_libmasstrategy_la_OBJECTS = StrategyLib.lo StrategyStation.lo \
  125. StraStreamPipe.lo
  126. libmasstrategy_la_OBJECTS = $(am_libmasstrategy_la_OBJECTS)
  127. AM_V_lt = $(am__v_lt_$(V))
  128. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  129. am__v_lt_0 = --silent
  130. am__v_lt_1 =
  131. AM_V_P = $(am__v_P_$(V))
  132. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  133. am__v_P_0 = false
  134. am__v_P_1 = :
  135. AM_V_GEN = $(am__v_GEN_$(V))
  136. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  137. am__v_GEN_0 = @echo " GEN " $@;
  138. am__v_GEN_1 =
  139. AM_V_at = $(am__v_at_$(V))
  140. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  141. am__v_at_0 = @
  142. am__v_at_1 =
  143. DEFAULT_INCLUDES = -I. -I$(top_builddir)
  144. depcomp = $(SHELL) $(top_srcdir)/depcomp
  145. am__maybe_remake_depfiles = depfiles
  146. am__depfiles_remade = ./$(DEPDIR)/StraStreamPipe.Plo \
  147. ./$(DEPDIR)/StrategyLib.Plo ./$(DEPDIR)/StrategyStation.Plo
  148. am__mv = mv -f
  149. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  150. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  151. LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  152. $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
  153. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  154. $(AM_CXXFLAGS) $(CXXFLAGS)
  155. AM_V_CXX = $(am__v_CXX_$(V))
  156. am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
  157. am__v_CXX_0 = @echo " CXX " $@;
  158. am__v_CXX_1 =
  159. CXXLD = $(CXX)
  160. CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  161. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  162. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  163. AM_V_CXXLD = $(am__v_CXXLD_$(V))
  164. am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
  165. am__v_CXXLD_0 = @echo " CXXLD " $@;
  166. am__v_CXXLD_1 =
  167. SOURCES = $(libmasstrategy_la_SOURCES)
  168. DIST_SOURCES = $(libmasstrategy_la_SOURCES)
  169. am__can_run_installinfo = \
  170. case $$AM_UPDATE_INFO_DIR in \
  171. n|no|NO) false;; \
  172. *) (install-info --version) >/dev/null 2>&1;; \
  173. esac
  174. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  175. # Read a list of newline-separated strings from the standard input,
  176. # and print each of them once, without duplicates. Input order is
  177. # *not* preserved.
  178. am__uniquify_input = $(AWK) '\
  179. BEGIN { nonempty = 0; } \
  180. { items[$$0] = 1; nonempty = 1; } \
  181. END { if (nonempty) { for (i in items) print i; }; } \
  182. '
  183. # Make sure the list of sources is unique. This is necessary because,
  184. # e.g., the same source file might be shared among _SOURCES variables
  185. # for different programs/libraries.
  186. am__define_uniq_tagged_files = \
  187. list='$(am__tagged_files)'; \
  188. unique=`for i in $$list; do \
  189. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  190. done | $(am__uniquify_input)`
  191. ETAGS = etags
  192. CTAGS = ctags
  193. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  194. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  195. ACLOCAL = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing aclocal-1.16
  196. AMTAR = $${TAR-tar}
  197. AM_DEFAULT_VERBOSITY = 1
  198. AR = ar
  199. AUTOCONF = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing autoconf
  200. AUTOHEADER = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing autoheader
  201. AUTOMAKE = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing automake-1.16
  202. AWK = mawk
  203. CC = gcc
  204. CCDEPMODE = depmode=gcc3
  205. CFLAGS = -DLINUX -DACTION_SINGLETON -g -O2 -Wno-write-strings -Wno-deprecated -fpic
  206. CPP = gcc -E
  207. CPPFLAGS =
  208. CXX = g++
  209. CXXCPP = g++ -E
  210. CXXDEPMODE = depmode=gcc3
  211. CXXFLAGS = -std=gnu++11 -DLINUX -DACTION_SINGLETON -fpic -g -O2 -Wno-deprecated -Wno-write-strings -fpermissive
  212. CYGPATH_W = echo
  213. DEFS = -DHAVE_CONFIG_H
  214. DEPDIR = .deps
  215. DLLTOOL = false
  216. DSYMUTIL =
  217. DUMPBIN =
  218. ECHO_C =
  219. ECHO_N = -n
  220. ECHO_T =
  221. EGREP = /usr/bin/grep -E
  222. EXEEXT =
  223. FGREP = /usr/bin/grep -F
  224. GREP = /usr/bin/grep
  225. INSTALL = /usr/bin/install -c
  226. INSTALL_DATA = ${INSTALL} -m 644
  227. INSTALL_PROGRAM = ${INSTALL}
  228. INSTALL_SCRIPT = ${INSTALL}
  229. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  230. LD = /usr/bin/ld -m elf_x86_64
  231. LDFLAGS =
  232. LIBOBJS =
  233. LIBS =
  234. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  235. LIPO =
  236. LN_S = ln -s
  237. LTLIBOBJS =
  238. LT_SYS_LIBRARY_PATH =
  239. MAKEINFO = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing makeinfo
  240. MANIFEST_TOOL = :
  241. MKDIR_P = /usr/bin/mkdir -p
  242. NM = /usr/bin/nm -B
  243. NMEDIT =
  244. OBJDUMP = objdump
  245. OBJEXT = o
  246. OTOOL =
  247. OTOOL64 =
  248. PACKAGE = SOFT
  249. PACKAGE_BUGREPORT = topzen
  250. PACKAGE_NAME = SOFT
  251. PACKAGE_STRING = SOFT 1.0
  252. PACKAGE_TARNAME = soft
  253. PACKAGE_URL =
  254. PACKAGE_VERSION = 1.0
  255. PATH_SEPARATOR = :
  256. RANLIB = ranlib
  257. SED = /usr/bin/sed
  258. SET_MAKE =
  259. SHELL = /bin/bash
  260. STRIP = strip
  261. VERSION = 1.0
  262. abs_builddir = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/strategy/stradef/source
  263. abs_srcdir = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/strategy/stradef/source
  264. abs_top_builddir = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0
  265. abs_top_srcdir = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0
  266. ac_ct_AR = ar
  267. ac_ct_CC = gcc
  268. ac_ct_CXX = g++
  269. ac_ct_DUMPBIN =
  270. am__include = include
  271. am__leading_dot = .
  272. am__quote =
  273. am__tar = $${TAR-tar} chof - "$$tardir"
  274. am__untar = $${TAR-tar} xf -
  275. bindir = ${exec_prefix}/bin
  276. build = x86_64-pc-linux-gnu
  277. build_alias =
  278. build_cpu = x86_64
  279. build_os = linux-gnu
  280. build_vendor = pc
  281. builddir = .
  282. datadir = ${datarootdir}
  283. datarootdir = ${prefix}/share
  284. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  285. dvidir = ${docdir}
  286. exec_prefix = ${prefix}
  287. host = x86_64-pc-linux-gnu
  288. host_alias =
  289. host_cpu = x86_64
  290. host_os = linux-gnu
  291. host_vendor = pc
  292. htmldir = ${docdir}
  293. includedir = ${prefix}/include
  294. infodir = ${datarootdir}/info
  295. install_sh = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/install-sh
  296. libdir = ${exec_prefix}/lib
  297. libexecdir = ${exec_prefix}/libexec
  298. localedir = ${datarootdir}/locale
  299. localstatedir = ${prefix}/var
  300. mandir = ${datarootdir}/man
  301. mkdir_p = $(MKDIR_P)
  302. oldincludedir = /usr/include
  303. pdfdir = ${docdir}
  304. prefix = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/distribute/installation
  305. program_transform_name = s,x,x,
  306. psdir = ${docdir}
  307. runstatedir = ${localstatedir}/run
  308. sbindir = ${exec_prefix}/sbin
  309. sharedstatedir = ${prefix}/com
  310. srcdir = .
  311. sysconfdir = ${prefix}/etc
  312. target_alias =
  313. top_build_prefix = ../../../
  314. top_builddir = ../../..
  315. top_srcdir = ../../..
  316. AM_CPPFLAGS = -I../include \
  317. -I$(top_srcdir)/include \
  318. -I$(top_srcdir)/database/include \
  319. -I$(top_srcdir)/mascommon/include \
  320. -I$(top_srcdir)/media/include \
  321. -I$(top_srcdir)/links/common/include \
  322. -I$(top_srcdir)/links/rapidjson/include \
  323. -I$(top_srcdir)/links/simpledb/include \
  324. -I$(top_srcdir)/links/simpledb/depends/mysql/include
  325. AM_CXXFLAGS = -DDBMYSQL
  326. AM_LDFLAGS = -L$(top_srcdir)/links/common/libs
  327. lib_LTLIBRARIES = libmasstrategy.la
  328. libmasstrategy_la_SOURCES = StrategyLib.cpp StrategyStation.cpp \
  329. StraStreamPipe.cpp
  330. libmasstrategy_la_LIBADD = -lcommon -lpthread -ldl
  331. all: all-am
  332. .SUFFIXES:
  333. .SUFFIXES: .cpp .lo .o .obj
  334. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  335. @for dep in $?; do \
  336. case '$(am__configure_deps)' in \
  337. *$$dep*) \
  338. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  339. && { if test -f $@; then exit 0; else break; fi; }; \
  340. exit 1;; \
  341. esac; \
  342. done; \
  343. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu strategy/stradef/source/Makefile'; \
  344. $(am__cd) $(top_srcdir) && \
  345. $(AUTOMAKE) --gnu strategy/stradef/source/Makefile
  346. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  347. @case '$?' in \
  348. *config.status*) \
  349. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  350. *) \
  351. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  352. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  353. esac;
  354. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  355. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  356. $(top_srcdir)/configure: $(am__configure_deps)
  357. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  358. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  359. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  360. $(am__aclocal_m4_deps):
  361. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  362. @$(NORMAL_INSTALL)
  363. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  364. list2=; for p in $$list; do \
  365. if test -f $$p; then \
  366. list2="$$list2 $$p"; \
  367. else :; fi; \
  368. done; \
  369. test -z "$$list2" || { \
  370. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  371. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  372. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  373. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  374. }
  375. uninstall-libLTLIBRARIES:
  376. @$(NORMAL_UNINSTALL)
  377. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  378. for p in $$list; do \
  379. $(am__strip_dir) \
  380. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  381. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  382. done
  383. clean-libLTLIBRARIES:
  384. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  385. @list='$(lib_LTLIBRARIES)'; \
  386. locs=`for p in $$list; do echo $$p; done | \
  387. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  388. sort -u`; \
  389. test -z "$$locs" || { \
  390. echo rm -f $${locs}; \
  391. rm -f $${locs}; \
  392. }
  393. libmasstrategy.la: $(libmasstrategy_la_OBJECTS) $(libmasstrategy_la_DEPENDENCIES) $(EXTRA_libmasstrategy_la_DEPENDENCIES)
  394. $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libmasstrategy_la_OBJECTS) $(libmasstrategy_la_LIBADD) $(LIBS)
  395. mostlyclean-compile:
  396. -rm -f *.$(OBJEXT)
  397. distclean-compile:
  398. -rm -f *.tab.c
  399. include ./$(DEPDIR)/StraStreamPipe.Plo # am--include-marker
  400. include ./$(DEPDIR)/StrategyLib.Plo # am--include-marker
  401. include ./$(DEPDIR)/StrategyStation.Plo # am--include-marker
  402. $(am__depfiles_remade):
  403. @$(MKDIR_P) $(@D)
  404. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  405. am--depfiles: $(am__depfiles_remade)
  406. .cpp.o:
  407. $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  408. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  409. # $(AM_V_CXX)source='$<' object='$@' libtool=no \
  410. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  411. # $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<
  412. .cpp.obj:
  413. $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  414. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  415. # $(AM_V_CXX)source='$<' object='$@' libtool=no \
  416. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  417. # $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  418. .cpp.lo:
  419. $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  420. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  421. # $(AM_V_CXX)source='$<' object='$@' libtool=yes \
  422. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  423. # $(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $<
  424. mostlyclean-libtool:
  425. -rm -f *.lo
  426. clean-libtool:
  427. -rm -rf .libs _libs
  428. ID: $(am__tagged_files)
  429. $(am__define_uniq_tagged_files); mkid -fID $$unique
  430. tags: tags-am
  431. TAGS: tags
  432. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  433. set x; \
  434. here=`pwd`; \
  435. $(am__define_uniq_tagged_files); \
  436. shift; \
  437. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  438. test -n "$$unique" || unique=$$empty_fix; \
  439. if test $$# -gt 0; then \
  440. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  441. "$$@" $$unique; \
  442. else \
  443. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  444. $$unique; \
  445. fi; \
  446. fi
  447. ctags: ctags-am
  448. CTAGS: ctags
  449. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  450. $(am__define_uniq_tagged_files); \
  451. test -z "$(CTAGS_ARGS)$$unique" \
  452. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  453. $$unique
  454. GTAGS:
  455. here=`$(am__cd) $(top_builddir) && pwd` \
  456. && $(am__cd) $(top_srcdir) \
  457. && gtags -i $(GTAGS_ARGS) "$$here"
  458. cscopelist: cscopelist-am
  459. cscopelist-am: $(am__tagged_files)
  460. list='$(am__tagged_files)'; \
  461. case "$(srcdir)" in \
  462. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  463. *) sdir=$(subdir)/$(srcdir) ;; \
  464. esac; \
  465. for i in $$list; do \
  466. if test -f "$$i"; then \
  467. echo "$(subdir)/$$i"; \
  468. else \
  469. echo "$$sdir/$$i"; \
  470. fi; \
  471. done >> $(top_builddir)/cscope.files
  472. distclean-tags:
  473. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  474. distdir: $(BUILT_SOURCES)
  475. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  476. distdir-am: $(DISTFILES)
  477. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  478. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  479. list='$(DISTFILES)'; \
  480. dist_files=`for file in $$list; do echo $$file; done | \
  481. sed -e "s|^$$srcdirstrip/||;t" \
  482. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  483. case $$dist_files in \
  484. */*) $(MKDIR_P) `echo "$$dist_files" | \
  485. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  486. sort -u` ;; \
  487. esac; \
  488. for file in $$dist_files; do \
  489. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  490. if test -d $$d/$$file; then \
  491. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  492. if test -d "$(distdir)/$$file"; then \
  493. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  494. fi; \
  495. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  496. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  497. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  498. fi; \
  499. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  500. else \
  501. test -f "$(distdir)/$$file" \
  502. || cp -p $$d/$$file "$(distdir)/$$file" \
  503. || exit 1; \
  504. fi; \
  505. done
  506. check-am: all-am
  507. check: check-am
  508. all-am: Makefile $(LTLIBRARIES)
  509. installdirs:
  510. for dir in "$(DESTDIR)$(libdir)"; do \
  511. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  512. done
  513. install: install-am
  514. install-exec: install-exec-am
  515. install-data: install-data-am
  516. uninstall: uninstall-am
  517. install-am: all-am
  518. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  519. installcheck: installcheck-am
  520. install-strip:
  521. if test -z '$(STRIP)'; then \
  522. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  523. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  524. install; \
  525. else \
  526. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  527. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  528. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  529. fi
  530. mostlyclean-generic:
  531. clean-generic:
  532. distclean-generic:
  533. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  534. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  535. maintainer-clean-generic:
  536. @echo "This command is intended for maintainers to use"
  537. @echo "it deletes files that may require special tools to rebuild."
  538. clean: clean-am
  539. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  540. mostlyclean-am
  541. distclean: distclean-am
  542. -rm -f ./$(DEPDIR)/StraStreamPipe.Plo
  543. -rm -f ./$(DEPDIR)/StrategyLib.Plo
  544. -rm -f ./$(DEPDIR)/StrategyStation.Plo
  545. -rm -f Makefile
  546. distclean-am: clean-am distclean-compile distclean-generic \
  547. distclean-tags
  548. dvi: dvi-am
  549. dvi-am:
  550. html: html-am
  551. html-am:
  552. info: info-am
  553. info-am:
  554. install-data-am:
  555. install-dvi: install-dvi-am
  556. install-dvi-am:
  557. install-exec-am: install-libLTLIBRARIES
  558. install-html: install-html-am
  559. install-html-am:
  560. install-info: install-info-am
  561. install-info-am:
  562. install-man:
  563. install-pdf: install-pdf-am
  564. install-pdf-am:
  565. install-ps: install-ps-am
  566. install-ps-am:
  567. installcheck-am:
  568. maintainer-clean: maintainer-clean-am
  569. -rm -f ./$(DEPDIR)/StraStreamPipe.Plo
  570. -rm -f ./$(DEPDIR)/StrategyLib.Plo
  571. -rm -f ./$(DEPDIR)/StrategyStation.Plo
  572. -rm -f Makefile
  573. maintainer-clean-am: distclean-am maintainer-clean-generic
  574. mostlyclean: mostlyclean-am
  575. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  576. mostlyclean-libtool
  577. pdf: pdf-am
  578. pdf-am:
  579. ps: ps-am
  580. ps-am:
  581. uninstall-am: uninstall-libLTLIBRARIES
  582. .MAKE: install-am install-strip
  583. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  584. clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
  585. ctags ctags-am distclean distclean-compile distclean-generic \
  586. distclean-libtool distclean-tags distdir dvi dvi-am html \
  587. html-am info info-am install install-am install-data \
  588. install-data-am install-dvi install-dvi-am install-exec \
  589. install-exec-am install-html install-html-am install-info \
  590. install-info-am install-libLTLIBRARIES install-man install-pdf \
  591. install-pdf-am install-ps install-ps-am install-strip \
  592. installcheck installcheck-am installdirs maintainer-clean \
  593. maintainer-clean-generic mostlyclean mostlyclean-compile \
  594. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  595. tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
  596. .PRECIOUS: Makefile
  597. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  598. # Otherwise a system limit (for SysV at least) may be exceeded.
  599. .NOEXPORT: