Makefile.in 43 KB

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