Makefile 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # mascommon/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 = mascommon/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. libmascommon_la_DEPENDENCIES =
  124. am_libmascommon_la_OBJECTS = MemPool.lo StreamDef.lo MesgDispatcher.lo \
  125. ProtoCvt.lo PerformanceMonitor.lo FileHelper.lo EncryptFile.lo
  126. libmascommon_la_OBJECTS = $(am_libmascommon_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)/EncryptFile.Plo \
  147. ./$(DEPDIR)/FileHelper.Plo ./$(DEPDIR)/MemPool.Plo \
  148. ./$(DEPDIR)/MesgDispatcher.Plo \
  149. ./$(DEPDIR)/PerformanceMonitor.Plo ./$(DEPDIR)/ProtoCvt.Plo \
  150. ./$(DEPDIR)/StreamDef.Plo
  151. am__mv = mv -f
  152. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  153. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  154. LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  155. $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
  156. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  157. $(AM_CXXFLAGS) $(CXXFLAGS)
  158. AM_V_CXX = $(am__v_CXX_$(V))
  159. am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
  160. am__v_CXX_0 = @echo " CXX " $@;
  161. am__v_CXX_1 =
  162. CXXLD = $(CXX)
  163. CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  164. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  165. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  166. AM_V_CXXLD = $(am__v_CXXLD_$(V))
  167. am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
  168. am__v_CXXLD_0 = @echo " CXXLD " $@;
  169. am__v_CXXLD_1 =
  170. SOURCES = $(libmascommon_la_SOURCES)
  171. DIST_SOURCES = $(libmascommon_la_SOURCES)
  172. am__can_run_installinfo = \
  173. case $$AM_UPDATE_INFO_DIR in \
  174. n|no|NO) false;; \
  175. *) (install-info --version) >/dev/null 2>&1;; \
  176. esac
  177. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  178. # Read a list of newline-separated strings from the standard input,
  179. # and print each of them once, without duplicates. Input order is
  180. # *not* preserved.
  181. am__uniquify_input = $(AWK) '\
  182. BEGIN { nonempty = 0; } \
  183. { items[$$0] = 1; nonempty = 1; } \
  184. END { if (nonempty) { for (i in items) print i; }; } \
  185. '
  186. # Make sure the list of sources is unique. This is necessary because,
  187. # e.g., the same source file might be shared among _SOURCES variables
  188. # for different programs/libraries.
  189. am__define_uniq_tagged_files = \
  190. list='$(am__tagged_files)'; \
  191. unique=`for i in $$list; do \
  192. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  193. done | $(am__uniquify_input)`
  194. ETAGS = etags
  195. CTAGS = ctags
  196. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  197. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  198. ACLOCAL = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing aclocal-1.16
  199. AMTAR = $${TAR-tar}
  200. AM_DEFAULT_VERBOSITY = 1
  201. AR = ar
  202. AUTOCONF = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing autoconf
  203. AUTOHEADER = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing autoheader
  204. AUTOMAKE = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing automake-1.16
  205. AWK = mawk
  206. CC = gcc
  207. CCDEPMODE = depmode=gcc3
  208. CFLAGS = -DLINUX -DACTION_SINGLETON -g -O2 -Wno-write-strings -Wno-deprecated -fpic
  209. CPP = gcc -E
  210. CPPFLAGS =
  211. CXX = g++
  212. CXXCPP = g++ -E
  213. CXXDEPMODE = depmode=gcc3
  214. CXXFLAGS = -std=gnu++11 -DLINUX -DACTION_SINGLETON -fpic -g -O2 -Wno-deprecated -Wno-write-strings -fpermissive
  215. CYGPATH_W = echo
  216. DEFS = -DHAVE_CONFIG_H
  217. DEPDIR = .deps
  218. DLLTOOL = false
  219. DSYMUTIL =
  220. DUMPBIN =
  221. ECHO_C =
  222. ECHO_N = -n
  223. ECHO_T =
  224. EGREP = /usr/bin/grep -E
  225. EXEEXT =
  226. FGREP = /usr/bin/grep -F
  227. GREP = /usr/bin/grep
  228. INSTALL = /usr/bin/install -c
  229. INSTALL_DATA = ${INSTALL} -m 644
  230. INSTALL_PROGRAM = ${INSTALL}
  231. INSTALL_SCRIPT = ${INSTALL}
  232. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  233. LD = /usr/bin/ld -m elf_x86_64
  234. LDFLAGS =
  235. LIBOBJS =
  236. LIBS =
  237. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  238. LIPO =
  239. LN_S = ln -s
  240. LTLIBOBJS =
  241. LT_SYS_LIBRARY_PATH =
  242. MAKEINFO = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/missing makeinfo
  243. MANIFEST_TOOL = :
  244. MKDIR_P = /usr/bin/mkdir -p
  245. NM = /usr/bin/nm -B
  246. NMEDIT =
  247. OBJDUMP = objdump
  248. OBJEXT = o
  249. OTOOL =
  250. OTOOL64 =
  251. PACKAGE = SOFT
  252. PACKAGE_BUGREPORT = topzen
  253. PACKAGE_NAME = SOFT
  254. PACKAGE_STRING = SOFT 1.0
  255. PACKAGE_TARNAME = soft
  256. PACKAGE_URL =
  257. PACKAGE_VERSION = 1.0
  258. PATH_SEPARATOR = :
  259. RANLIB = ranlib
  260. SED = /usr/bin/sed
  261. SET_MAKE =
  262. SHELL = /bin/bash
  263. STRIP = strip
  264. VERSION = 1.0
  265. abs_builddir = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/mascommon/source
  266. abs_srcdir = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/mascommon/source
  267. abs_top_builddir = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0
  268. abs_top_srcdir = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0
  269. ac_ct_AR = ar
  270. ac_ct_CC = gcc
  271. ac_ct_CXX = g++
  272. ac_ct_DUMPBIN =
  273. am__include = include
  274. am__leading_dot = .
  275. am__quote =
  276. am__tar = $${TAR-tar} chof - "$$tardir"
  277. am__untar = $${TAR-tar} xf -
  278. bindir = ${exec_prefix}/bin
  279. build = x86_64-pc-linux-gnu
  280. build_alias =
  281. build_cpu = x86_64
  282. build_os = linux-gnu
  283. build_vendor = pc
  284. builddir = .
  285. datadir = ${datarootdir}
  286. datarootdir = ${prefix}/share
  287. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  288. dvidir = ${docdir}
  289. exec_prefix = ${prefix}
  290. host = x86_64-pc-linux-gnu
  291. host_alias =
  292. host_cpu = x86_64
  293. host_os = linux-gnu
  294. host_vendor = pc
  295. htmldir = ${docdir}
  296. includedir = ${prefix}/include
  297. infodir = ${datarootdir}/info
  298. install_sh = ${SHELL} /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/install-sh
  299. libdir = ${exec_prefix}/lib
  300. libexecdir = ${exec_prefix}/libexec
  301. localedir = ${datarootdir}/locale
  302. localstatedir = ${prefix}/var
  303. mandir = ${datarootdir}/man
  304. mkdir_p = $(MKDIR_P)
  305. oldincludedir = /usr/include
  306. pdfdir = ${docdir}
  307. prefix = /home/hcz/nfscode/cyproject/mas2.0/MAS2.0/distribute/installation
  308. program_transform_name = s,x,x,
  309. psdir = ${docdir}
  310. runstatedir = ${localstatedir}/run
  311. sbindir = ${exec_prefix}/sbin
  312. sharedstatedir = ${prefix}/com
  313. srcdir = .
  314. sysconfdir = ${prefix}/etc
  315. target_alias =
  316. top_build_prefix = ../../
  317. top_builddir = ../..
  318. top_srcdir = ../..
  319. AM_CPPFLAGS = -I../include \
  320. -I$(top_srcdir)/include \
  321. -I$(top_srcdir)/links/common/include \
  322. -I$(top_srcdir)/links/rapidjson/include \
  323. -I$(top_srcdir)/database/include \
  324. -I$(top_srcdir)/links/simpledb/include \
  325. -I$(top_srcdir)/links/simpledb/depends/mysql/include
  326. AM_CXXFLAGS = -DDBMYSQL
  327. AM_LDFLAGS = -L$(top_srcdir)/links/common/libs
  328. lib_LTLIBRARIES = libmascommon.la
  329. libmascommon_la_SOURCES = MemPool.cpp StreamDef.cpp \
  330. MesgDispatcher.cpp ProtoCvt.cpp \
  331. PerformanceMonitor.cpp FileHelper.cpp \
  332. EncryptFile.cpp
  333. libmascommon_la_LIBADD = -lcommon -lpthread -ldl
  334. all: all-am
  335. .SUFFIXES:
  336. .SUFFIXES: .cpp .lo .o .obj
  337. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  338. @for dep in $?; do \
  339. case '$(am__configure_deps)' in \
  340. *$$dep*) \
  341. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  342. && { if test -f $@; then exit 0; else break; fi; }; \
  343. exit 1;; \
  344. esac; \
  345. done; \
  346. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu mascommon/source/Makefile'; \
  347. $(am__cd) $(top_srcdir) && \
  348. $(AUTOMAKE) --gnu mascommon/source/Makefile
  349. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  350. @case '$?' in \
  351. *config.status*) \
  352. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  353. *) \
  354. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  355. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  356. esac;
  357. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  358. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  359. $(top_srcdir)/configure: $(am__configure_deps)
  360. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  361. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  362. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  363. $(am__aclocal_m4_deps):
  364. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  365. @$(NORMAL_INSTALL)
  366. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  367. list2=; for p in $$list; do \
  368. if test -f $$p; then \
  369. list2="$$list2 $$p"; \
  370. else :; fi; \
  371. done; \
  372. test -z "$$list2" || { \
  373. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  374. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  375. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  376. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  377. }
  378. uninstall-libLTLIBRARIES:
  379. @$(NORMAL_UNINSTALL)
  380. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  381. for p in $$list; do \
  382. $(am__strip_dir) \
  383. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  384. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  385. done
  386. clean-libLTLIBRARIES:
  387. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  388. @list='$(lib_LTLIBRARIES)'; \
  389. locs=`for p in $$list; do echo $$p; done | \
  390. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  391. sort -u`; \
  392. test -z "$$locs" || { \
  393. echo rm -f $${locs}; \
  394. rm -f $${locs}; \
  395. }
  396. libmascommon.la: $(libmascommon_la_OBJECTS) $(libmascommon_la_DEPENDENCIES) $(EXTRA_libmascommon_la_DEPENDENCIES)
  397. $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libmascommon_la_OBJECTS) $(libmascommon_la_LIBADD) $(LIBS)
  398. mostlyclean-compile:
  399. -rm -f *.$(OBJEXT)
  400. distclean-compile:
  401. -rm -f *.tab.c
  402. include ./$(DEPDIR)/EncryptFile.Plo # am--include-marker
  403. include ./$(DEPDIR)/FileHelper.Plo # am--include-marker
  404. include ./$(DEPDIR)/MemPool.Plo # am--include-marker
  405. include ./$(DEPDIR)/MesgDispatcher.Plo # am--include-marker
  406. include ./$(DEPDIR)/PerformanceMonitor.Plo # am--include-marker
  407. include ./$(DEPDIR)/ProtoCvt.Plo # am--include-marker
  408. include ./$(DEPDIR)/StreamDef.Plo # am--include-marker
  409. $(am__depfiles_remade):
  410. @$(MKDIR_P) $(@D)
  411. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  412. am--depfiles: $(am__depfiles_remade)
  413. .cpp.o:
  414. $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  415. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  416. # $(AM_V_CXX)source='$<' object='$@' libtool=no \
  417. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  418. # $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<
  419. .cpp.obj:
  420. $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  421. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  422. # $(AM_V_CXX)source='$<' object='$@' libtool=no \
  423. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  424. # $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  425. .cpp.lo:
  426. $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  427. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  428. # $(AM_V_CXX)source='$<' object='$@' libtool=yes \
  429. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  430. # $(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $<
  431. mostlyclean-libtool:
  432. -rm -f *.lo
  433. clean-libtool:
  434. -rm -rf .libs _libs
  435. ID: $(am__tagged_files)
  436. $(am__define_uniq_tagged_files); mkid -fID $$unique
  437. tags: tags-am
  438. TAGS: tags
  439. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  440. set x; \
  441. here=`pwd`; \
  442. $(am__define_uniq_tagged_files); \
  443. shift; \
  444. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  445. test -n "$$unique" || unique=$$empty_fix; \
  446. if test $$# -gt 0; then \
  447. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  448. "$$@" $$unique; \
  449. else \
  450. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  451. $$unique; \
  452. fi; \
  453. fi
  454. ctags: ctags-am
  455. CTAGS: ctags
  456. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  457. $(am__define_uniq_tagged_files); \
  458. test -z "$(CTAGS_ARGS)$$unique" \
  459. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  460. $$unique
  461. GTAGS:
  462. here=`$(am__cd) $(top_builddir) && pwd` \
  463. && $(am__cd) $(top_srcdir) \
  464. && gtags -i $(GTAGS_ARGS) "$$here"
  465. cscopelist: cscopelist-am
  466. cscopelist-am: $(am__tagged_files)
  467. list='$(am__tagged_files)'; \
  468. case "$(srcdir)" in \
  469. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  470. *) sdir=$(subdir)/$(srcdir) ;; \
  471. esac; \
  472. for i in $$list; do \
  473. if test -f "$$i"; then \
  474. echo "$(subdir)/$$i"; \
  475. else \
  476. echo "$$sdir/$$i"; \
  477. fi; \
  478. done >> $(top_builddir)/cscope.files
  479. distclean-tags:
  480. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  481. distdir: $(BUILT_SOURCES)
  482. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  483. distdir-am: $(DISTFILES)
  484. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  485. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  486. list='$(DISTFILES)'; \
  487. dist_files=`for file in $$list; do echo $$file; done | \
  488. sed -e "s|^$$srcdirstrip/||;t" \
  489. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  490. case $$dist_files in \
  491. */*) $(MKDIR_P) `echo "$$dist_files" | \
  492. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  493. sort -u` ;; \
  494. esac; \
  495. for file in $$dist_files; do \
  496. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  497. if test -d $$d/$$file; then \
  498. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  499. if test -d "$(distdir)/$$file"; then \
  500. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  501. fi; \
  502. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  503. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  504. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  505. fi; \
  506. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  507. else \
  508. test -f "$(distdir)/$$file" \
  509. || cp -p $$d/$$file "$(distdir)/$$file" \
  510. || exit 1; \
  511. fi; \
  512. done
  513. check-am: all-am
  514. check: check-am
  515. all-am: Makefile $(LTLIBRARIES)
  516. installdirs:
  517. for dir in "$(DESTDIR)$(libdir)"; do \
  518. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  519. done
  520. install: install-am
  521. install-exec: install-exec-am
  522. install-data: install-data-am
  523. uninstall: uninstall-am
  524. install-am: all-am
  525. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  526. installcheck: installcheck-am
  527. install-strip:
  528. if test -z '$(STRIP)'; then \
  529. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  530. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  531. install; \
  532. else \
  533. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  534. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  535. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  536. fi
  537. mostlyclean-generic:
  538. clean-generic:
  539. distclean-generic:
  540. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  541. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  542. maintainer-clean-generic:
  543. @echo "This command is intended for maintainers to use"
  544. @echo "it deletes files that may require special tools to rebuild."
  545. clean: clean-am
  546. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  547. mostlyclean-am
  548. distclean: distclean-am
  549. -rm -f ./$(DEPDIR)/EncryptFile.Plo
  550. -rm -f ./$(DEPDIR)/FileHelper.Plo
  551. -rm -f ./$(DEPDIR)/MemPool.Plo
  552. -rm -f ./$(DEPDIR)/MesgDispatcher.Plo
  553. -rm -f ./$(DEPDIR)/PerformanceMonitor.Plo
  554. -rm -f ./$(DEPDIR)/ProtoCvt.Plo
  555. -rm -f ./$(DEPDIR)/StreamDef.Plo
  556. -rm -f Makefile
  557. distclean-am: clean-am distclean-compile distclean-generic \
  558. distclean-tags
  559. dvi: dvi-am
  560. dvi-am:
  561. html: html-am
  562. html-am:
  563. info: info-am
  564. info-am:
  565. install-data-am:
  566. install-dvi: install-dvi-am
  567. install-dvi-am:
  568. install-exec-am: install-libLTLIBRARIES
  569. install-html: install-html-am
  570. install-html-am:
  571. install-info: install-info-am
  572. install-info-am:
  573. install-man:
  574. install-pdf: install-pdf-am
  575. install-pdf-am:
  576. install-ps: install-ps-am
  577. install-ps-am:
  578. installcheck-am:
  579. maintainer-clean: maintainer-clean-am
  580. -rm -f ./$(DEPDIR)/EncryptFile.Plo
  581. -rm -f ./$(DEPDIR)/FileHelper.Plo
  582. -rm -f ./$(DEPDIR)/MemPool.Plo
  583. -rm -f ./$(DEPDIR)/MesgDispatcher.Plo
  584. -rm -f ./$(DEPDIR)/PerformanceMonitor.Plo
  585. -rm -f ./$(DEPDIR)/ProtoCvt.Plo
  586. -rm -f ./$(DEPDIR)/StreamDef.Plo
  587. -rm -f Makefile
  588. maintainer-clean-am: distclean-am maintainer-clean-generic
  589. mostlyclean: mostlyclean-am
  590. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  591. mostlyclean-libtool
  592. pdf: pdf-am
  593. pdf-am:
  594. ps: ps-am
  595. ps-am:
  596. uninstall-am: uninstall-libLTLIBRARIES
  597. .MAKE: install-am install-strip
  598. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  599. clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
  600. ctags ctags-am distclean distclean-compile distclean-generic \
  601. distclean-libtool distclean-tags distdir dvi dvi-am html \
  602. html-am info info-am install install-am install-data \
  603. install-data-am install-dvi install-dvi-am install-exec \
  604. install-exec-am install-html install-html-am install-info \
  605. install-info-am install-libLTLIBRARIES install-man install-pdf \
  606. install-pdf-am install-ps install-ps-am install-strip \
  607. installcheck installcheck-am installdirs maintainer-clean \
  608. maintainer-clean-generic mostlyclean mostlyclean-compile \
  609. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  610. tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
  611. .PRECIOUS: Makefile
  612. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  613. # Otherwise a system limit (for SysV at least) may be exceeded.
  614. .NOEXPORT: