Makefile 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956
  1. # Makefile.in generated by automake 1.13.4 from Makefile.am.
  2. # Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2013 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 = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  12. am__make_running_with_option = \
  13. case $${target_option-} in \
  14. ?) ;; \
  15. *) echo "am__make_running_with_option: internal error: invalid" \
  16. "target option '$${target_option-}' specified" >&2; \
  17. exit 1;; \
  18. esac; \
  19. has_opt=no; \
  20. sane_makeflags=$$MAKEFLAGS; \
  21. if $(am__is_gnu_make); then \
  22. sane_makeflags=$$MFLAGS; \
  23. else \
  24. case $$MAKEFLAGS in \
  25. *\\[\ \ ]*) \
  26. bs=\\; \
  27. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  28. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  29. esac; \
  30. fi; \
  31. skip_next=no; \
  32. strip_trailopt () \
  33. { \
  34. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  35. }; \
  36. for flg in $$sane_makeflags; do \
  37. test $$skip_next = yes && { skip_next=no; continue; }; \
  38. case $$flg in \
  39. *=*|--*) continue;; \
  40. -*I) strip_trailopt 'I'; skip_next=yes;; \
  41. -*I?*) strip_trailopt 'I';; \
  42. -*O) strip_trailopt 'O'; skip_next=yes;; \
  43. -*O?*) strip_trailopt 'O';; \
  44. -*l) strip_trailopt 'l'; skip_next=yes;; \
  45. -*l?*) strip_trailopt 'l';; \
  46. -[dEDm]) skip_next=yes;; \
  47. -[JT]) skip_next=yes;; \
  48. esac; \
  49. case $$flg in \
  50. *$$target_option*) has_opt=yes; break;; \
  51. esac; \
  52. done; \
  53. test $$has_opt = yes
  54. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  55. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  56. pkgdatadir = $(datadir)/libthree_rates
  57. pkgincludedir = $(includedir)/libthree_rates
  58. pkglibdir = $(libdir)/libthree_rates
  59. pkglibexecdir = $(libexecdir)/libthree_rates
  60. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  61. install_sh_DATA = $(install_sh) -c -m 644
  62. install_sh_PROGRAM = $(install_sh) -c
  63. install_sh_SCRIPT = $(install_sh) -c
  64. INSTALL_HEADER = $(INSTALL_DATA)
  65. transform = $(program_transform_name)
  66. NORMAL_INSTALL = :
  67. PRE_INSTALL = :
  68. POST_INSTALL = :
  69. NORMAL_UNINSTALL = :
  70. PRE_UNINSTALL = :
  71. POST_UNINSTALL = :
  72. build_triplet = x86_64-unknown-linux-gnu
  73. host_triplet = x86_64-unknown-linux-gnu
  74. subdir = .
  75. DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
  76. $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  77. $(top_srcdir)/configure $(am__configure_deps) \
  78. $(srcdir)/config.h.in depcomp $(include_HEADERS) COPYING \
  79. config.guess config.sub install-sh missing ltmain.sh
  80. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  81. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  82. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  83. $(ACLOCAL_M4)
  84. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  85. configure.lineno config.status.lineno
  86. mkinstalldirs = $(install_sh) -d
  87. CONFIG_HEADER = config.h
  88. CONFIG_CLEAN_FILES =
  89. CONFIG_CLEAN_VPATH_FILES =
  90. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  91. am__vpath_adj = case $$p in \
  92. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  93. *) f=$$p;; \
  94. esac;
  95. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  96. am__install_max = 40
  97. am__nobase_strip_setup = \
  98. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  99. am__nobase_strip = \
  100. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  101. am__nobase_list = $(am__nobase_strip_setup); \
  102. for p in $$list; do echo "$$p $$p"; done | \
  103. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  104. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  105. if (++n[$$2] == $(am__install_max)) \
  106. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  107. END { for (dir in files) print dir, files[dir] }'
  108. am__base_list = \
  109. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  110. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  111. am__uninstall_files_from_dir = { \
  112. test -z "$$files" \
  113. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  114. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  115. $(am__cd) "$$dir" && rm -f $$files; }; \
  116. }
  117. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
  118. LTLIBRARIES = $(lib_LTLIBRARIES)
  119. libthree_rates_la_DEPENDENCIES = ${prefix}/lib/libyadb.a
  120. am__objects_1 = libthree_rates_la-drivingface_alarm.lo \
  121. libthree_rates_la-main.lo libthree_rates_la-operating_rate.lo \
  122. libthree_rates_la-point.lo \
  123. libthree_rates_la-regularcycle_rate.lo \
  124. libthree_rates_la-three_rates.lo \
  125. libthree_rates_la-three_rates_impl.lo \
  126. libthree_rates_la-trm_drivingface_module.lo \
  127. libthree_rates_la-tr_queue.lo libthree_rates_la-common_data.lo \
  128. libthree_rates_la-worktime_rate.lo \
  129. libthree_rates_la-vehicle_driver_alarm.lo
  130. am_libthree_rates_la_OBJECTS = $(am__objects_1)
  131. libthree_rates_la_OBJECTS = $(am_libthree_rates_la_OBJECTS)
  132. AM_V_lt = $(am__v_lt_$(V))
  133. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  134. am__v_lt_0 = --silent
  135. am__v_lt_1 =
  136. libthree_rates_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
  137. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
  138. $(AM_CXXFLAGS) $(CXXFLAGS) $(libthree_rates_la_LDFLAGS) \
  139. $(LDFLAGS) -o $@
  140. AM_V_P = $(am__v_P_$(V))
  141. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  142. am__v_P_0 = false
  143. am__v_P_1 = :
  144. AM_V_GEN = $(am__v_GEN_$(V))
  145. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  146. am__v_GEN_0 = @echo " GEN " $@;
  147. am__v_GEN_1 =
  148. AM_V_at = $(am__v_at_$(V))
  149. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  150. am__v_at_0 = @
  151. am__v_at_1 =
  152. DEFAULT_INCLUDES = -I.
  153. depcomp = $(SHELL) $(top_srcdir)/depcomp
  154. am__depfiles_maybe = depfiles
  155. am__mv = mv -f
  156. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  157. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  158. LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  159. $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
  160. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  161. $(AM_CXXFLAGS) $(CXXFLAGS)
  162. AM_V_CXX = $(am__v_CXX_$(V))
  163. am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
  164. am__v_CXX_0 = @echo " CXX " $@;
  165. am__v_CXX_1 =
  166. CXXLD = $(CXX)
  167. CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  168. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  169. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  170. AM_V_CXXLD = $(am__v_CXXLD_$(V))
  171. am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
  172. am__v_CXXLD_0 = @echo " CXXLD " $@;
  173. am__v_CXXLD_1 =
  174. SOURCES = $(libthree_rates_la_SOURCES)
  175. DIST_SOURCES = $(libthree_rates_la_SOURCES)
  176. am__can_run_installinfo = \
  177. case $$AM_UPDATE_INFO_DIR in \
  178. n|no|NO) false;; \
  179. *) (install-info --version) >/dev/null 2>&1;; \
  180. esac
  181. HEADERS = $(include_HEADERS)
  182. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  183. $(LISP)config.h.in
  184. # Read a list of newline-separated strings from the standard input,
  185. # and print each of them once, without duplicates. Input order is
  186. # *not* preserved.
  187. am__uniquify_input = $(AWK) '\
  188. BEGIN { nonempty = 0; } \
  189. { items[$$0] = 1; nonempty = 1; } \
  190. END { if (nonempty) { for (i in items) print i; }; } \
  191. '
  192. # Make sure the list of sources is unique. This is necessary because,
  193. # e.g., the same source file might be shared among _SOURCES variables
  194. # for different programs/libraries.
  195. am__define_uniq_tagged_files = \
  196. list='$(am__tagged_files)'; \
  197. unique=`for i in $$list; do \
  198. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  199. done | $(am__uniquify_input)`
  200. ETAGS = etags
  201. CTAGS = ctags
  202. CSCOPE = cscope
  203. AM_RECURSIVE_TARGETS = cscope
  204. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  205. distdir = $(PACKAGE)-$(VERSION)
  206. top_distdir = $(distdir)
  207. am__remove_distdir = \
  208. if test -d "$(distdir)"; then \
  209. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  210. && rm -rf "$(distdir)" \
  211. || { sleep 5 && rm -rf "$(distdir)"; }; \
  212. else :; fi
  213. am__post_remove_distdir = $(am__remove_distdir)
  214. DIST_ARCHIVES = $(distdir).tar.gz
  215. GZIP_ENV = --best
  216. DIST_TARGETS = dist-gzip
  217. distuninstallcheck_listfiles = find . -type f -print
  218. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  219. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  220. distcleancheck_listfiles = find . -type f -print
  221. ACLOCAL = ${SHELL} /home/zhuyf/work/src/three_rates_modules/missing aclocal-1.13
  222. AMTAR = $${TAR-tar}
  223. AM_DEFAULT_VERBOSITY = 1
  224. AR = ar
  225. AUTOCONF = ${SHELL} /home/zhuyf/work/src/three_rates_modules/missing autoconf
  226. AUTOHEADER = ${SHELL} /home/zhuyf/work/src/three_rates_modules/missing autoheader
  227. AUTOMAKE = ${SHELL} /home/zhuyf/work/src/three_rates_modules/missing automake-1.13
  228. AWK = gawk
  229. CC = gcc
  230. CCDEPMODE = depmode=gcc3
  231. CFLAGS = -g -O2
  232. CPP = gcc -E
  233. CPPFLAGS =
  234. CXX = g++
  235. CXXCPP = g++ -E
  236. CXXDEPMODE = depmode=gcc3
  237. CXXFLAGS = -g -O2
  238. CYGPATH_W = echo
  239. DEFS = -DHAVE_CONFIG_H
  240. DEPDIR = .deps
  241. DLLTOOL = false
  242. DSYMUTIL =
  243. DUMPBIN =
  244. ECHO_C =
  245. ECHO_N = -n
  246. ECHO_T =
  247. EGREP = /usr/bin/grep -E
  248. EXEEXT =
  249. FGREP = /usr/bin/grep -F
  250. GREP = /usr/bin/grep
  251. INSTALL = /usr/bin/install -c
  252. INSTALL_DATA = ${INSTALL} -m 644
  253. INSTALL_PROGRAM = ${INSTALL}
  254. INSTALL_SCRIPT = ${INSTALL}
  255. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  256. LD = /usr/bin/ld -m elf_x86_64
  257. LDFLAGS =
  258. LIBOBJS =
  259. LIBS = -lrt
  260. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  261. LIPO =
  262. LN_S = ln -s
  263. LTLIBOBJS =
  264. MAKEINFO = ${SHELL} /home/zhuyf/work/src/three_rates_modules/missing makeinfo
  265. MANIFEST_TOOL = :
  266. MKDIR_P = /usr/bin/mkdir -p
  267. NM = /usr/bin/nm -B
  268. NMEDIT =
  269. OBJDUMP = objdump
  270. OBJEXT = o
  271. OTOOL =
  272. OTOOL64 =
  273. PACKAGE = libthree_rates
  274. PACKAGE_BUGREPORT = zhuyunfei@zh3x.cn
  275. PACKAGE_NAME = libthree_rates
  276. PACKAGE_STRING = libthree_rates 1.0
  277. PACKAGE_TARNAME = libthree_rates
  278. PACKAGE_URL =
  279. PACKAGE_VERSION = 1.0
  280. PATH_SEPARATOR = :
  281. RANLIB = ranlib
  282. SED = /usr/bin/sed
  283. SET_MAKE =
  284. SHELL = /bin/sh
  285. STRIP = strip
  286. VERSION = 1.0
  287. abs_builddir = /home/zhuyf/work/src/three_rates_modules
  288. abs_srcdir = /home/zhuyf/work/src/three_rates_modules
  289. abs_top_builddir = /home/zhuyf/work/src/three_rates_modules
  290. abs_top_srcdir = /home/zhuyf/work/src/three_rates_modules
  291. ac_ct_AR = ar
  292. ac_ct_CC = gcc
  293. ac_ct_CXX = g++
  294. ac_ct_DUMPBIN =
  295. am__include = include
  296. am__leading_dot = .
  297. am__quote =
  298. am__tar = $${TAR-tar} chof - "$$tardir"
  299. am__untar = $${TAR-tar} xf -
  300. bindir = ${exec_prefix}/bin
  301. build = x86_64-unknown-linux-gnu
  302. build_alias =
  303. build_cpu = x86_64
  304. build_os = linux-gnu
  305. build_vendor = unknown
  306. builddir = .
  307. datadir = ${datarootdir}
  308. datarootdir = ${prefix}/share
  309. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  310. dvidir = ${docdir}
  311. exec_prefix = ${prefix}
  312. host = x86_64-unknown-linux-gnu
  313. host_alias =
  314. host_cpu = x86_64
  315. host_os = linux-gnu
  316. host_vendor = unknown
  317. htmldir = ${docdir}
  318. includedir = ${prefix}/include
  319. infodir = ${datarootdir}/info
  320. install_sh = ${SHELL} /home/zhuyf/work/src/three_rates_modules/install-sh
  321. libdir = ${exec_prefix}/lib
  322. libexecdir = ${exec_prefix}/libexec
  323. localedir = ${datarootdir}/locale
  324. localstatedir = ${prefix}/var
  325. mandir = ${datarootdir}/man
  326. mkdir_p = $(MKDIR_P)
  327. oldincludedir = /usr/include
  328. pdfdir = ${docdir}
  329. prefix = /usr/local
  330. program_transform_name = s,x,x,
  331. psdir = ${docdir}
  332. sbindir = ${exec_prefix}/sbin
  333. sharedstatedir = ${prefix}/com
  334. srcdir = .
  335. sysconfdir = ${prefix}/etc
  336. target_alias =
  337. top_build_prefix =
  338. top_builddir = .
  339. top_srcdir = .
  340. AM_SOURCES = drivingface_alarm.cpp main.cpp operating_rate.cpp point.cpp regularcycle_rate.cpp three_rates.cpp three_rates_impl.cpp trm_drivingface_module.cpp tr_queue.cpp common_data.cpp worktime_rate.cpp vehicle_driver_alarm.cpp
  341. AM_CPPFLAGS = -Wall -pthread -m64 -std=c++11 -shared -fPIC \
  342. -I${prefix}/include -I/usr/local/include/mysql \
  343. -I/usr/local/include/log
  344. AM_LDFLAGS = -Wall -pthread -m64 -std=c++11 -shared -fPIC \
  345. -L${prefix}/lib -L/usr/local/lib
  346. lib_LTLIBRARIES = libthree_rates.la
  347. include_HEADERS =
  348. libthree_rates_la_SOURCES = ${AM_SOURCES}
  349. libthree_rates_la_CPPFLAGS = ${AM_CPPFLAGS}
  350. libthree_rates_la_LDFLAGS = ${AM_LDFLAGS} -lrt
  351. libthree_rates_la_LIBADD = ${prefix}/lib/libyadb.a
  352. all: config.h
  353. $(MAKE) $(AM_MAKEFLAGS) all-am
  354. .SUFFIXES:
  355. .SUFFIXES: .cpp .lo .o .obj
  356. am--refresh: Makefile
  357. @:
  358. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  359. @for dep in $?; do \
  360. case '$(am__configure_deps)' in \
  361. *$$dep*) \
  362. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  363. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  364. && exit 0; \
  365. exit 1;; \
  366. esac; \
  367. done; \
  368. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  369. $(am__cd) $(top_srcdir) && \
  370. $(AUTOMAKE) --gnu Makefile
  371. .PRECIOUS: Makefile
  372. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  373. @case '$?' in \
  374. *config.status*) \
  375. echo ' $(SHELL) ./config.status'; \
  376. $(SHELL) ./config.status;; \
  377. *) \
  378. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  379. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  380. esac;
  381. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  382. $(SHELL) ./config.status --recheck
  383. $(top_srcdir)/configure: $(am__configure_deps)
  384. $(am__cd) $(srcdir) && $(AUTOCONF)
  385. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  386. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  387. $(am__aclocal_m4_deps):
  388. config.h: stamp-h1
  389. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  390. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  391. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  392. @rm -f stamp-h1
  393. cd $(top_builddir) && $(SHELL) ./config.status config.h
  394. $(srcdir)/config.h.in: $(am__configure_deps)
  395. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  396. rm -f stamp-h1
  397. touch $@
  398. distclean-hdr:
  399. -rm -f config.h stamp-h1
  400. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  401. @$(NORMAL_INSTALL)
  402. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  403. list2=; for p in $$list; do \
  404. if test -f $$p; then \
  405. list2="$$list2 $$p"; \
  406. else :; fi; \
  407. done; \
  408. test -z "$$list2" || { \
  409. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  410. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  411. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  412. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  413. }
  414. uninstall-libLTLIBRARIES:
  415. @$(NORMAL_UNINSTALL)
  416. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  417. for p in $$list; do \
  418. $(am__strip_dir) \
  419. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  420. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  421. done
  422. clean-libLTLIBRARIES:
  423. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  424. @list='$(lib_LTLIBRARIES)'; \
  425. locs=`for p in $$list; do echo $$p; done | \
  426. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  427. sort -u`; \
  428. test -z "$$locs" || { \
  429. echo rm -f $${locs}; \
  430. rm -f $${locs}; \
  431. }
  432. libthree_rates.la: $(libthree_rates_la_OBJECTS) $(libthree_rates_la_DEPENDENCIES) $(EXTRA_libthree_rates_la_DEPENDENCIES)
  433. $(AM_V_CXXLD)$(libthree_rates_la_LINK) -rpath $(libdir) $(libthree_rates_la_OBJECTS) $(libthree_rates_la_LIBADD) $(LIBS)
  434. mostlyclean-compile:
  435. -rm -f *.$(OBJEXT)
  436. distclean-compile:
  437. -rm -f *.tab.c
  438. include ./$(DEPDIR)/libthree_rates_la-common_data.Plo
  439. include ./$(DEPDIR)/libthree_rates_la-drivingface_alarm.Plo
  440. include ./$(DEPDIR)/libthree_rates_la-main.Plo
  441. include ./$(DEPDIR)/libthree_rates_la-operating_rate.Plo
  442. include ./$(DEPDIR)/libthree_rates_la-point.Plo
  443. include ./$(DEPDIR)/libthree_rates_la-regularcycle_rate.Plo
  444. include ./$(DEPDIR)/libthree_rates_la-three_rates.Plo
  445. include ./$(DEPDIR)/libthree_rates_la-three_rates_impl.Plo
  446. include ./$(DEPDIR)/libthree_rates_la-tr_queue.Plo
  447. include ./$(DEPDIR)/libthree_rates_la-trm_drivingface_module.Plo
  448. include ./$(DEPDIR)/libthree_rates_la-vehicle_driver_alarm.Plo
  449. include ./$(DEPDIR)/libthree_rates_la-worktime_rate.Plo
  450. .cpp.o:
  451. $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  452. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  453. # $(AM_V_CXX)source='$<' object='$@' libtool=no \
  454. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  455. # $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<
  456. .cpp.obj:
  457. $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  458. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  459. # $(AM_V_CXX)source='$<' object='$@' libtool=no \
  460. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  461. # $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  462. .cpp.lo:
  463. $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  464. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  465. # $(AM_V_CXX)source='$<' object='$@' libtool=yes \
  466. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  467. # $(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $<
  468. libthree_rates_la-drivingface_alarm.lo: drivingface_alarm.cpp
  469. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-drivingface_alarm.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-drivingface_alarm.Tpo -c -o libthree_rates_la-drivingface_alarm.lo `test -f 'drivingface_alarm.cpp' || echo '$(srcdir)/'`drivingface_alarm.cpp
  470. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-drivingface_alarm.Tpo $(DEPDIR)/libthree_rates_la-drivingface_alarm.Plo
  471. # $(AM_V_CXX)source='drivingface_alarm.cpp' object='libthree_rates_la-drivingface_alarm.lo' libtool=yes \
  472. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  473. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-drivingface_alarm.lo `test -f 'drivingface_alarm.cpp' || echo '$(srcdir)/'`drivingface_alarm.cpp
  474. libthree_rates_la-main.lo: main.cpp
  475. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-main.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-main.Tpo -c -o libthree_rates_la-main.lo `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
  476. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-main.Tpo $(DEPDIR)/libthree_rates_la-main.Plo
  477. # $(AM_V_CXX)source='main.cpp' object='libthree_rates_la-main.lo' libtool=yes \
  478. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  479. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-main.lo `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
  480. libthree_rates_la-operating_rate.lo: operating_rate.cpp
  481. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-operating_rate.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-operating_rate.Tpo -c -o libthree_rates_la-operating_rate.lo `test -f 'operating_rate.cpp' || echo '$(srcdir)/'`operating_rate.cpp
  482. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-operating_rate.Tpo $(DEPDIR)/libthree_rates_la-operating_rate.Plo
  483. # $(AM_V_CXX)source='operating_rate.cpp' object='libthree_rates_la-operating_rate.lo' libtool=yes \
  484. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  485. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-operating_rate.lo `test -f 'operating_rate.cpp' || echo '$(srcdir)/'`operating_rate.cpp
  486. libthree_rates_la-point.lo: point.cpp
  487. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-point.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-point.Tpo -c -o libthree_rates_la-point.lo `test -f 'point.cpp' || echo '$(srcdir)/'`point.cpp
  488. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-point.Tpo $(DEPDIR)/libthree_rates_la-point.Plo
  489. # $(AM_V_CXX)source='point.cpp' object='libthree_rates_la-point.lo' libtool=yes \
  490. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  491. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-point.lo `test -f 'point.cpp' || echo '$(srcdir)/'`point.cpp
  492. libthree_rates_la-regularcycle_rate.lo: regularcycle_rate.cpp
  493. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-regularcycle_rate.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-regularcycle_rate.Tpo -c -o libthree_rates_la-regularcycle_rate.lo `test -f 'regularcycle_rate.cpp' || echo '$(srcdir)/'`regularcycle_rate.cpp
  494. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-regularcycle_rate.Tpo $(DEPDIR)/libthree_rates_la-regularcycle_rate.Plo
  495. # $(AM_V_CXX)source='regularcycle_rate.cpp' object='libthree_rates_la-regularcycle_rate.lo' libtool=yes \
  496. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  497. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-regularcycle_rate.lo `test -f 'regularcycle_rate.cpp' || echo '$(srcdir)/'`regularcycle_rate.cpp
  498. libthree_rates_la-three_rates.lo: three_rates.cpp
  499. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-three_rates.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-three_rates.Tpo -c -o libthree_rates_la-three_rates.lo `test -f 'three_rates.cpp' || echo '$(srcdir)/'`three_rates.cpp
  500. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-three_rates.Tpo $(DEPDIR)/libthree_rates_la-three_rates.Plo
  501. # $(AM_V_CXX)source='three_rates.cpp' object='libthree_rates_la-three_rates.lo' libtool=yes \
  502. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  503. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-three_rates.lo `test -f 'three_rates.cpp' || echo '$(srcdir)/'`three_rates.cpp
  504. libthree_rates_la-three_rates_impl.lo: three_rates_impl.cpp
  505. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-three_rates_impl.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-three_rates_impl.Tpo -c -o libthree_rates_la-three_rates_impl.lo `test -f 'three_rates_impl.cpp' || echo '$(srcdir)/'`three_rates_impl.cpp
  506. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-three_rates_impl.Tpo $(DEPDIR)/libthree_rates_la-three_rates_impl.Plo
  507. # $(AM_V_CXX)source='three_rates_impl.cpp' object='libthree_rates_la-three_rates_impl.lo' libtool=yes \
  508. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  509. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-three_rates_impl.lo `test -f 'three_rates_impl.cpp' || echo '$(srcdir)/'`three_rates_impl.cpp
  510. libthree_rates_la-trm_drivingface_module.lo: trm_drivingface_module.cpp
  511. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-trm_drivingface_module.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-trm_drivingface_module.Tpo -c -o libthree_rates_la-trm_drivingface_module.lo `test -f 'trm_drivingface_module.cpp' || echo '$(srcdir)/'`trm_drivingface_module.cpp
  512. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-trm_drivingface_module.Tpo $(DEPDIR)/libthree_rates_la-trm_drivingface_module.Plo
  513. # $(AM_V_CXX)source='trm_drivingface_module.cpp' object='libthree_rates_la-trm_drivingface_module.lo' libtool=yes \
  514. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  515. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-trm_drivingface_module.lo `test -f 'trm_drivingface_module.cpp' || echo '$(srcdir)/'`trm_drivingface_module.cpp
  516. libthree_rates_la-tr_queue.lo: tr_queue.cpp
  517. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-tr_queue.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-tr_queue.Tpo -c -o libthree_rates_la-tr_queue.lo `test -f 'tr_queue.cpp' || echo '$(srcdir)/'`tr_queue.cpp
  518. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-tr_queue.Tpo $(DEPDIR)/libthree_rates_la-tr_queue.Plo
  519. # $(AM_V_CXX)source='tr_queue.cpp' object='libthree_rates_la-tr_queue.lo' libtool=yes \
  520. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  521. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-tr_queue.lo `test -f 'tr_queue.cpp' || echo '$(srcdir)/'`tr_queue.cpp
  522. libthree_rates_la-common_data.lo: common_data.cpp
  523. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-common_data.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-common_data.Tpo -c -o libthree_rates_la-common_data.lo `test -f 'common_data.cpp' || echo '$(srcdir)/'`common_data.cpp
  524. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-common_data.Tpo $(DEPDIR)/libthree_rates_la-common_data.Plo
  525. # $(AM_V_CXX)source='common_data.cpp' object='libthree_rates_la-common_data.lo' libtool=yes \
  526. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  527. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-common_data.lo `test -f 'common_data.cpp' || echo '$(srcdir)/'`common_data.cpp
  528. libthree_rates_la-worktime_rate.lo: worktime_rate.cpp
  529. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-worktime_rate.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-worktime_rate.Tpo -c -o libthree_rates_la-worktime_rate.lo `test -f 'worktime_rate.cpp' || echo '$(srcdir)/'`worktime_rate.cpp
  530. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-worktime_rate.Tpo $(DEPDIR)/libthree_rates_la-worktime_rate.Plo
  531. # $(AM_V_CXX)source='worktime_rate.cpp' object='libthree_rates_la-worktime_rate.lo' libtool=yes \
  532. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  533. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-worktime_rate.lo `test -f 'worktime_rate.cpp' || echo '$(srcdir)/'`worktime_rate.cpp
  534. libthree_rates_la-vehicle_driver_alarm.lo: vehicle_driver_alarm.cpp
  535. $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libthree_rates_la-vehicle_driver_alarm.lo -MD -MP -MF $(DEPDIR)/libthree_rates_la-vehicle_driver_alarm.Tpo -c -o libthree_rates_la-vehicle_driver_alarm.lo `test -f 'vehicle_driver_alarm.cpp' || echo '$(srcdir)/'`vehicle_driver_alarm.cpp
  536. $(AM_V_at)$(am__mv) $(DEPDIR)/libthree_rates_la-vehicle_driver_alarm.Tpo $(DEPDIR)/libthree_rates_la-vehicle_driver_alarm.Plo
  537. # $(AM_V_CXX)source='vehicle_driver_alarm.cpp' object='libthree_rates_la-vehicle_driver_alarm.lo' libtool=yes \
  538. # DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  539. # $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libthree_rates_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libthree_rates_la-vehicle_driver_alarm.lo `test -f 'vehicle_driver_alarm.cpp' || echo '$(srcdir)/'`vehicle_driver_alarm.cpp
  540. mostlyclean-libtool:
  541. -rm -f *.lo
  542. clean-libtool:
  543. -rm -rf .libs _libs
  544. distclean-libtool:
  545. -rm -f libtool config.lt
  546. install-includeHEADERS: $(include_HEADERS)
  547. @$(NORMAL_INSTALL)
  548. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  549. if test -n "$$list"; then \
  550. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  551. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  552. fi; \
  553. for p in $$list; do \
  554. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  555. echo "$$d$$p"; \
  556. done | $(am__base_list) | \
  557. while read files; do \
  558. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  559. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  560. done
  561. uninstall-includeHEADERS:
  562. @$(NORMAL_UNINSTALL)
  563. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  564. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  565. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  566. ID: $(am__tagged_files)
  567. $(am__define_uniq_tagged_files); mkid -fID $$unique
  568. tags: tags-am
  569. TAGS: tags
  570. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  571. set x; \
  572. here=`pwd`; \
  573. $(am__define_uniq_tagged_files); \
  574. shift; \
  575. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  576. test -n "$$unique" || unique=$$empty_fix; \
  577. if test $$# -gt 0; then \
  578. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  579. "$$@" $$unique; \
  580. else \
  581. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  582. $$unique; \
  583. fi; \
  584. fi
  585. ctags: ctags-am
  586. CTAGS: ctags
  587. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  588. $(am__define_uniq_tagged_files); \
  589. test -z "$(CTAGS_ARGS)$$unique" \
  590. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  591. $$unique
  592. GTAGS:
  593. here=`$(am__cd) $(top_builddir) && pwd` \
  594. && $(am__cd) $(top_srcdir) \
  595. && gtags -i $(GTAGS_ARGS) "$$here"
  596. cscope: cscope.files
  597. test ! -s cscope.files \
  598. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  599. clean-cscope:
  600. -rm -f cscope.files
  601. cscope.files: clean-cscope cscopelist
  602. cscopelist: cscopelist-am
  603. cscopelist-am: $(am__tagged_files)
  604. list='$(am__tagged_files)'; \
  605. case "$(srcdir)" in \
  606. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  607. *) sdir=$(subdir)/$(srcdir) ;; \
  608. esac; \
  609. for i in $$list; do \
  610. if test -f "$$i"; then \
  611. echo "$(subdir)/$$i"; \
  612. else \
  613. echo "$$sdir/$$i"; \
  614. fi; \
  615. done >> $(top_builddir)/cscope.files
  616. distclean-tags:
  617. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  618. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  619. distdir: $(DISTFILES)
  620. $(am__remove_distdir)
  621. test -d "$(distdir)" || mkdir "$(distdir)"
  622. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  623. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  624. list='$(DISTFILES)'; \
  625. dist_files=`for file in $$list; do echo $$file; done | \
  626. sed -e "s|^$$srcdirstrip/||;t" \
  627. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  628. case $$dist_files in \
  629. */*) $(MKDIR_P) `echo "$$dist_files" | \
  630. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  631. sort -u` ;; \
  632. esac; \
  633. for file in $$dist_files; do \
  634. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  635. if test -d $$d/$$file; then \
  636. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  637. if test -d "$(distdir)/$$file"; then \
  638. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  639. fi; \
  640. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  641. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  642. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  643. fi; \
  644. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  645. else \
  646. test -f "$(distdir)/$$file" \
  647. || cp -p $$d/$$file "$(distdir)/$$file" \
  648. || exit 1; \
  649. fi; \
  650. done
  651. -test -n "$(am__skip_mode_fix)" \
  652. || find "$(distdir)" -type d ! -perm -755 \
  653. -exec chmod u+rwx,go+rx {} \; -o \
  654. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  655. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  656. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  657. || chmod -R a+r "$(distdir)"
  658. dist-gzip: distdir
  659. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  660. $(am__post_remove_distdir)
  661. dist-bzip2: distdir
  662. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  663. $(am__post_remove_distdir)
  664. dist-lzip: distdir
  665. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  666. $(am__post_remove_distdir)
  667. dist-xz: distdir
  668. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  669. $(am__post_remove_distdir)
  670. dist-tarZ: distdir
  671. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  672. $(am__post_remove_distdir)
  673. dist-shar: distdir
  674. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  675. $(am__post_remove_distdir)
  676. dist-zip: distdir
  677. -rm -f $(distdir).zip
  678. zip -rq $(distdir).zip $(distdir)
  679. $(am__post_remove_distdir)
  680. dist dist-all:
  681. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  682. $(am__post_remove_distdir)
  683. # This target untars the dist file and tries a VPATH configuration. Then
  684. # it guarantees that the distribution is self-contained by making another
  685. # tarfile.
  686. distcheck: dist
  687. case '$(DIST_ARCHIVES)' in \
  688. *.tar.gz*) \
  689. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  690. *.tar.bz2*) \
  691. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  692. *.tar.lz*) \
  693. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  694. *.tar.xz*) \
  695. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  696. *.tar.Z*) \
  697. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  698. *.shar.gz*) \
  699. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  700. *.zip*) \
  701. unzip $(distdir).zip ;;\
  702. esac
  703. chmod -R a-w $(distdir)
  704. chmod u+w $(distdir)
  705. mkdir $(distdir)/_build $(distdir)/_inst
  706. chmod a-w $(distdir)
  707. test -d $(distdir)/_build || exit 0; \
  708. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  709. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  710. && am__cwd=`pwd` \
  711. && $(am__cd) $(distdir)/_build \
  712. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  713. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  714. $(DISTCHECK_CONFIGURE_FLAGS) \
  715. && $(MAKE) $(AM_MAKEFLAGS) \
  716. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  717. && $(MAKE) $(AM_MAKEFLAGS) check \
  718. && $(MAKE) $(AM_MAKEFLAGS) install \
  719. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  720. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  721. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  722. distuninstallcheck \
  723. && chmod -R a-w "$$dc_install_base" \
  724. && ({ \
  725. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  726. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  727. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  728. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  729. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  730. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  731. && rm -rf "$$dc_destdir" \
  732. && $(MAKE) $(AM_MAKEFLAGS) dist \
  733. && rm -rf $(DIST_ARCHIVES) \
  734. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  735. && cd "$$am__cwd" \
  736. || exit 1
  737. $(am__post_remove_distdir)
  738. @(echo "$(distdir) archives ready for distribution: "; \
  739. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  740. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  741. distuninstallcheck:
  742. @test -n '$(distuninstallcheck_dir)' || { \
  743. echo 'ERROR: trying to run $@ with an empty' \
  744. '$$(distuninstallcheck_dir)' >&2; \
  745. exit 1; \
  746. }; \
  747. $(am__cd) '$(distuninstallcheck_dir)' || { \
  748. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  749. exit 1; \
  750. }; \
  751. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  752. || { echo "ERROR: files left after uninstall:" ; \
  753. if test -n "$(DESTDIR)"; then \
  754. echo " (check DESTDIR support)"; \
  755. fi ; \
  756. $(distuninstallcheck_listfiles) ; \
  757. exit 1; } >&2
  758. distcleancheck: distclean
  759. @if test '$(srcdir)' = . ; then \
  760. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  761. exit 1 ; \
  762. fi
  763. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  764. || { echo "ERROR: files left in build directory after distclean:" ; \
  765. $(distcleancheck_listfiles) ; \
  766. exit 1; } >&2
  767. check-am: all-am
  768. check: check-am
  769. all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
  770. installdirs:
  771. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
  772. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  773. done
  774. install: install-am
  775. install-exec: install-exec-am
  776. install-data: install-data-am
  777. uninstall: uninstall-am
  778. install-am: all-am
  779. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  780. installcheck: installcheck-am
  781. install-strip:
  782. if test -z '$(STRIP)'; then \
  783. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  784. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  785. install; \
  786. else \
  787. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  788. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  789. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  790. fi
  791. mostlyclean-generic:
  792. clean-generic:
  793. distclean-generic:
  794. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  795. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  796. maintainer-clean-generic:
  797. @echo "This command is intended for maintainers to use"
  798. @echo "it deletes files that may require special tools to rebuild."
  799. clean: clean-am
  800. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  801. mostlyclean-am
  802. distclean: distclean-am
  803. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  804. -rm -rf ./$(DEPDIR)
  805. -rm -f Makefile
  806. distclean-am: clean-am distclean-compile distclean-generic \
  807. distclean-hdr distclean-libtool distclean-tags
  808. dvi: dvi-am
  809. dvi-am:
  810. html: html-am
  811. html-am:
  812. info: info-am
  813. info-am:
  814. install-data-am: install-includeHEADERS
  815. install-dvi: install-dvi-am
  816. install-dvi-am:
  817. install-exec-am: install-libLTLIBRARIES
  818. install-html: install-html-am
  819. install-html-am:
  820. install-info: install-info-am
  821. install-info-am:
  822. install-man:
  823. install-pdf: install-pdf-am
  824. install-pdf-am:
  825. install-ps: install-ps-am
  826. install-ps-am:
  827. installcheck-am:
  828. maintainer-clean: maintainer-clean-am
  829. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  830. -rm -rf $(top_srcdir)/autom4te.cache
  831. -rm -rf ./$(DEPDIR)
  832. -rm -f Makefile
  833. maintainer-clean-am: distclean-am maintainer-clean-generic
  834. mostlyclean: mostlyclean-am
  835. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  836. mostlyclean-libtool
  837. pdf: pdf-am
  838. pdf-am:
  839. ps: ps-am
  840. ps-am:
  841. uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
  842. .MAKE: all install-am install-strip
  843. .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
  844. clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
  845. cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
  846. dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
  847. distcheck distclean distclean-compile distclean-generic \
  848. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  849. distdir distuninstallcheck dvi dvi-am html html-am info \
  850. info-am install install-am install-data install-data-am \
  851. install-dvi install-dvi-am install-exec install-exec-am \
  852. install-html install-html-am install-includeHEADERS \
  853. install-info install-info-am install-libLTLIBRARIES \
  854. install-man install-pdf install-pdf-am install-ps \
  855. install-ps-am install-strip installcheck installcheck-am \
  856. installdirs maintainer-clean maintainer-clean-generic \
  857. mostlyclean mostlyclean-compile mostlyclean-generic \
  858. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  859. uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES
  860. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  861. # Otherwise a system limit (for SysV at least) may be exceeded.
  862. .NOEXPORT: