No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.in 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. # Makefile.in generated by automake 1.14.1 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. subdir = progs
  75. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  76. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  77. am__aclocal_m4_deps = $(top_srcdir)/m4/python.m4 \
  78. $(top_srcdir)/m4/python_pyconfigure.m4 \
  79. $(top_srcdir)/configure.ac
  80. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  81. $(ACLOCAL_M4)
  82. mkinstalldirs = $(install_sh) -d
  83. CONFIG_CLEAN_FILES =
  84. CONFIG_CLEAN_VPATH_FILES =
  85. AM_V_P = $(am__v_P_@AM_V@)
  86. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  87. am__v_P_0 = false
  88. am__v_P_1 = :
  89. AM_V_GEN = $(am__v_GEN_@AM_V@)
  90. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  91. am__v_GEN_0 = @echo " GEN " $@;
  92. am__v_GEN_1 =
  93. AM_V_at = $(am__v_at_@AM_V@)
  94. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  95. am__v_at_0 = @
  96. am__v_at_1 =
  97. SOURCES =
  98. DIST_SOURCES =
  99. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  100. ctags-recursive dvi-recursive html-recursive info-recursive \
  101. install-data-recursive install-dvi-recursive \
  102. install-exec-recursive install-html-recursive \
  103. install-info-recursive install-pdf-recursive \
  104. install-ps-recursive install-recursive installcheck-recursive \
  105. installdirs-recursive pdf-recursive ps-recursive \
  106. tags-recursive uninstall-recursive
  107. am__can_run_installinfo = \
  108. case $$AM_UPDATE_INFO_DIR in \
  109. n|no|NO) false;; \
  110. *) (install-info --version) >/dev/null 2>&1;; \
  111. esac
  112. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  113. am__vpath_adj = case $$p in \
  114. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  115. *) f=$$p;; \
  116. esac;
  117. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  118. am__install_max = 40
  119. am__nobase_strip_setup = \
  120. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  121. am__nobase_strip = \
  122. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  123. am__nobase_list = $(am__nobase_strip_setup); \
  124. for p in $$list; do echo "$$p $$p"; done | \
  125. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  126. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  127. if (++n[$$2] == $(am__install_max)) \
  128. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  129. END { for (dir in files) print dir, files[dir] }'
  130. am__base_list = \
  131. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  132. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  133. am__uninstall_files_from_dir = { \
  134. test -z "$$files" \
  135. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  136. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  137. $(am__cd) "$$dir" && rm -f $$files; }; \
  138. }
  139. am__installdirs = "$(DESTDIR)$(lodel2_scripts_dir)" \
  140. "$(DESTDIR)$(lodel2confdir)"
  141. DATA = $(lodel2_scripts__DATA) $(lodel2conf_DATA)
  142. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  143. distclean-recursive maintainer-clean-recursive
  144. am__recursive_targets = \
  145. $(RECURSIVE_TARGETS) \
  146. $(RECURSIVE_CLEAN_TARGETS) \
  147. $(am__extra_recursive_targets)
  148. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  149. distdir
  150. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  151. # Read a list of newline-separated strings from the standard input,
  152. # and print each of them once, without duplicates. Input order is
  153. # *not* preserved.
  154. am__uniquify_input = $(AWK) '\
  155. BEGIN { nonempty = 0; } \
  156. { items[$$0] = 1; nonempty = 1; } \
  157. END { if (nonempty) { for (i in items) print i; }; } \
  158. '
  159. # Make sure the list of sources is unique. This is necessary because,
  160. # e.g., the same source file might be shared among _SOURCES variables
  161. # for different programs/libraries.
  162. am__define_uniq_tagged_files = \
  163. list='$(am__tagged_files)'; \
  164. unique=`for i in $$list; do \
  165. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  166. done | $(am__uniquify_input)`
  167. ETAGS = etags
  168. CTAGS = ctags
  169. DIST_SUBDIRS = $(SUBDIRS)
  170. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  171. am__relativize = \
  172. dir0=`pwd`; \
  173. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  174. sed_rest='s,^[^/]*/*,,'; \
  175. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  176. sed_butlast='s,/*[^/]*$$,,'; \
  177. while test -n "$$dir1"; do \
  178. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  179. if test "$$first" != "."; then \
  180. if test "$$first" = ".."; then \
  181. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  182. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  183. else \
  184. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  185. if test "$$first2" = "$$first"; then \
  186. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  187. else \
  188. dir2="../$$dir2"; \
  189. fi; \
  190. dir0="$$dir0"/"$$first"; \
  191. fi; \
  192. fi; \
  193. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  194. done; \
  195. reldir="$$dir2"
  196. ACLOCAL = @ACLOCAL@
  197. AMTAR = @AMTAR@
  198. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  199. AUTOCONF = @AUTOCONF@
  200. AUTOHEADER = @AUTOHEADER@
  201. AUTOMAKE = @AUTOMAKE@
  202. AWK = @AWK@
  203. CYGPATH_W = @CYGPATH_W@
  204. DEFS = @DEFS@
  205. DOCOK = @DOCOK@
  206. DOXYGEN = @DOXYGEN@
  207. DOXYPY = @DOXYPY@
  208. ECHO_C = @ECHO_C@
  209. ECHO_N = @ECHO_N@
  210. ECHO_T = @ECHO_T@
  211. GRAPHVIZ = @GRAPHVIZ@
  212. INSTALL = @INSTALL@
  213. INSTALL_DATA = @INSTALL_DATA@
  214. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  215. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  216. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  217. LIBOBJS = @LIBOBJS@
  218. LIBS = @LIBS@
  219. LTLIBOBJS = @LTLIBOBJS@
  220. MAKEINFO = @MAKEINFO@
  221. MKDIR_P = @MKDIR_P@
  222. PACKAGE = @PACKAGE@
  223. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  224. PACKAGE_NAME = @PACKAGE_NAME@
  225. PACKAGE_STRING = @PACKAGE_STRING@
  226. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  227. PACKAGE_URL = @PACKAGE_URL@
  228. PACKAGE_VERSION = @PACKAGE_VERSION@
  229. PATH_SEPARATOR = @PATH_SEPARATOR@
  230. PYMONGO = @PYMONGO@
  231. PYTHON = @PYTHON@
  232. PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  233. PYTHON_PLATFORM = @PYTHON_PLATFORM@
  234. PYTHON_PREFIX = @PYTHON_PREFIX@
  235. PYTHON_VERSION = @PYTHON_VERSION@
  236. SET_MAKE = @SET_MAKE@
  237. SHELL = @SHELL@
  238. SITEPACKAGES = @SITEPACKAGES@
  239. STRIP = @STRIP@
  240. VERSION = @VERSION@
  241. WEBUI = @WEBUI@
  242. abs_builddir = @abs_builddir@
  243. abs_srcdir = @abs_srcdir@
  244. abs_top_builddir = @abs_top_builddir@
  245. abs_top_srcdir = @abs_top_srcdir@
  246. am__leading_dot = @am__leading_dot@
  247. am__tar = @am__tar@
  248. am__untar = @am__untar@
  249. bindir = @bindir@
  250. build_alias = @build_alias@
  251. builddir = @builddir@
  252. datadir = @datadir@
  253. datarootdir = @datarootdir@
  254. docdir = @docdir@
  255. dvidir = @dvidir@
  256. exec_prefix = @exec_prefix@
  257. host_alias = @host_alias@
  258. htmldir = @htmldir@
  259. includedir = @includedir@
  260. infodir = @infodir@
  261. install_sh = @install_sh@
  262. libdir = @libdir@
  263. libexecdir = @libexecdir@
  264. localedir = @localedir@
  265. localstatedir = @localstatedir@
  266. mandir = @mandir@
  267. mkdir_p = @mkdir_p@
  268. oldincludedir = @oldincludedir@
  269. pdfdir = @pdfdir@
  270. pkgpyexecdir = @pkgpyexecdir@
  271. pkgpythondir = @pkgpythondir@
  272. prefix = @prefix@
  273. program_transform_name = @program_transform_name@
  274. psdir = @psdir@
  275. pyexecdir = @pyexecdir@
  276. pythondir = @pythondir@
  277. sbindir = @sbindir@
  278. sharedstatedir = @sharedstatedir@
  279. srcdir = @srcdir@
  280. sysconfdir = @sysconfdir@
  281. target_alias = @target_alias@
  282. top_build_prefix = @top_build_prefix@
  283. top_builddir = @top_builddir@
  284. top_srcdir = @top_srcdir@
  285. SUBDIRS = slim
  286. lodel2_scripts_dir = $(datadir)/lodel2/scripts
  287. lodel2_scripts__DATA = create_instance mass_deploy
  288. CLEANFILES = create_instance mass_deploy mass_deploy.cfg
  289. lodel2conf_DATA = mass_deploy.cfg
  290. lodel2confdir = $(sysconfdir)/lodel2
  291. do_subst = sed -e 's,\[@\]PKGPYTHONDIR\[@\],$(pkgpythondir),g' \
  292. -e 's,\[@\]LODEL2_PROGSDIR\[@\],$(lodel2_scripts_dir),g' \
  293. -e 's,\[@\]LODEL2_CONFDIR\[@\],$(lodel2confdir),g'
  294. all: all-recursive
  295. .SUFFIXES:
  296. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  297. @for dep in $?; do \
  298. case '$(am__configure_deps)' in \
  299. *$$dep*) \
  300. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  301. && { if test -f $@; then exit 0; else break; fi; }; \
  302. exit 1;; \
  303. esac; \
  304. done; \
  305. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu progs/Makefile'; \
  306. $(am__cd) $(top_srcdir) && \
  307. $(AUTOMAKE) --gnu progs/Makefile
  308. .PRECIOUS: Makefile
  309. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  310. @case '$?' in \
  311. *config.status*) \
  312. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  313. *) \
  314. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  315. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  316. esac;
  317. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  318. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  319. $(top_srcdir)/configure: $(am__configure_deps)
  320. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  321. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  322. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  323. $(am__aclocal_m4_deps):
  324. install-lodel2_scripts_DATA: $(lodel2_scripts__DATA)
  325. @$(NORMAL_INSTALL)
  326. @list='$(lodel2_scripts__DATA)'; test -n "$(lodel2_scripts_dir)" || list=; \
  327. if test -n "$$list"; then \
  328. echo " $(MKDIR_P) '$(DESTDIR)$(lodel2_scripts_dir)'"; \
  329. $(MKDIR_P) "$(DESTDIR)$(lodel2_scripts_dir)" || exit 1; \
  330. fi; \
  331. for p in $$list; do \
  332. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  333. echo "$$d$$p"; \
  334. done | $(am__base_list) | \
  335. while read files; do \
  336. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lodel2_scripts_dir)'"; \
  337. $(INSTALL_DATA) $$files "$(DESTDIR)$(lodel2_scripts_dir)" || exit $$?; \
  338. done
  339. uninstall-lodel2_scripts_DATA:
  340. @$(NORMAL_UNINSTALL)
  341. @list='$(lodel2_scripts__DATA)'; test -n "$(lodel2_scripts_dir)" || list=; \
  342. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  343. dir='$(DESTDIR)$(lodel2_scripts_dir)'; $(am__uninstall_files_from_dir)
  344. install-lodel2confDATA: $(lodel2conf_DATA)
  345. @$(NORMAL_INSTALL)
  346. @list='$(lodel2conf_DATA)'; test -n "$(lodel2confdir)" || list=; \
  347. if test -n "$$list"; then \
  348. echo " $(MKDIR_P) '$(DESTDIR)$(lodel2confdir)'"; \
  349. $(MKDIR_P) "$(DESTDIR)$(lodel2confdir)" || exit 1; \
  350. fi; \
  351. for p in $$list; do \
  352. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  353. echo "$$d$$p"; \
  354. done | $(am__base_list) | \
  355. while read files; do \
  356. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lodel2confdir)'"; \
  357. $(INSTALL_DATA) $$files "$(DESTDIR)$(lodel2confdir)" || exit $$?; \
  358. done
  359. uninstall-lodel2confDATA:
  360. @$(NORMAL_UNINSTALL)
  361. @list='$(lodel2conf_DATA)'; test -n "$(lodel2confdir)" || list=; \
  362. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  363. dir='$(DESTDIR)$(lodel2confdir)'; $(am__uninstall_files_from_dir)
  364. # This directory's subdirectories are mostly independent; you can cd
  365. # into them and run 'make' without going through this Makefile.
  366. # To change the values of 'make' variables: instead of editing Makefiles,
  367. # (1) if the variable is set in 'config.status', edit 'config.status'
  368. # (which will cause the Makefiles to be regenerated when you run 'make');
  369. # (2) otherwise, pass the desired values on the 'make' command line.
  370. $(am__recursive_targets):
  371. @fail=; \
  372. if $(am__make_keepgoing); then \
  373. failcom='fail=yes'; \
  374. else \
  375. failcom='exit 1'; \
  376. fi; \
  377. dot_seen=no; \
  378. target=`echo $@ | sed s/-recursive//`; \
  379. case "$@" in \
  380. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  381. *) list='$(SUBDIRS)' ;; \
  382. esac; \
  383. for subdir in $$list; do \
  384. echo "Making $$target in $$subdir"; \
  385. if test "$$subdir" = "."; then \
  386. dot_seen=yes; \
  387. local_target="$$target-am"; \
  388. else \
  389. local_target="$$target"; \
  390. fi; \
  391. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  392. || eval $$failcom; \
  393. done; \
  394. if test "$$dot_seen" = "no"; then \
  395. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  396. fi; test -z "$$fail"
  397. ID: $(am__tagged_files)
  398. $(am__define_uniq_tagged_files); mkid -fID $$unique
  399. tags: tags-recursive
  400. TAGS: tags
  401. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  402. set x; \
  403. here=`pwd`; \
  404. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  405. include_option=--etags-include; \
  406. empty_fix=.; \
  407. else \
  408. include_option=--include; \
  409. empty_fix=; \
  410. fi; \
  411. list='$(SUBDIRS)'; for subdir in $$list; do \
  412. if test "$$subdir" = .; then :; else \
  413. test ! -f $$subdir/TAGS || \
  414. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  415. fi; \
  416. done; \
  417. $(am__define_uniq_tagged_files); \
  418. shift; \
  419. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  420. test -n "$$unique" || unique=$$empty_fix; \
  421. if test $$# -gt 0; then \
  422. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  423. "$$@" $$unique; \
  424. else \
  425. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  426. $$unique; \
  427. fi; \
  428. fi
  429. ctags: ctags-recursive
  430. CTAGS: ctags
  431. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  432. $(am__define_uniq_tagged_files); \
  433. test -z "$(CTAGS_ARGS)$$unique" \
  434. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  435. $$unique
  436. GTAGS:
  437. here=`$(am__cd) $(top_builddir) && pwd` \
  438. && $(am__cd) $(top_srcdir) \
  439. && gtags -i $(GTAGS_ARGS) "$$here"
  440. cscopelist: cscopelist-recursive
  441. cscopelist-am: $(am__tagged_files)
  442. list='$(am__tagged_files)'; \
  443. case "$(srcdir)" in \
  444. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  445. *) sdir=$(subdir)/$(srcdir) ;; \
  446. esac; \
  447. for i in $$list; do \
  448. if test -f "$$i"; then \
  449. echo "$(subdir)/$$i"; \
  450. else \
  451. echo "$$sdir/$$i"; \
  452. fi; \
  453. done >> $(top_builddir)/cscope.files
  454. distclean-tags:
  455. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  456. distdir: $(DISTFILES)
  457. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  458. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  459. list='$(DISTFILES)'; \
  460. dist_files=`for file in $$list; do echo $$file; done | \
  461. sed -e "s|^$$srcdirstrip/||;t" \
  462. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  463. case $$dist_files in \
  464. */*) $(MKDIR_P) `echo "$$dist_files" | \
  465. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  466. sort -u` ;; \
  467. esac; \
  468. for file in $$dist_files; do \
  469. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  470. if test -d $$d/$$file; then \
  471. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  472. if test -d "$(distdir)/$$file"; then \
  473. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  474. fi; \
  475. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  476. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  477. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  478. fi; \
  479. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  480. else \
  481. test -f "$(distdir)/$$file" \
  482. || cp -p $$d/$$file "$(distdir)/$$file" \
  483. || exit 1; \
  484. fi; \
  485. done
  486. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  487. if test "$$subdir" = .; then :; else \
  488. $(am__make_dryrun) \
  489. || test -d "$(distdir)/$$subdir" \
  490. || $(MKDIR_P) "$(distdir)/$$subdir" \
  491. || exit 1; \
  492. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  493. $(am__relativize); \
  494. new_distdir=$$reldir; \
  495. dir1=$$subdir; dir2="$(top_distdir)"; \
  496. $(am__relativize); \
  497. new_top_distdir=$$reldir; \
  498. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  499. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  500. ($(am__cd) $$subdir && \
  501. $(MAKE) $(AM_MAKEFLAGS) \
  502. top_distdir="$$new_top_distdir" \
  503. distdir="$$new_distdir" \
  504. am__remove_distdir=: \
  505. am__skip_length_check=: \
  506. am__skip_mode_fix=: \
  507. distdir) \
  508. || exit 1; \
  509. fi; \
  510. done
  511. check-am: all-am
  512. check: check-recursive
  513. all-am: Makefile $(DATA)
  514. installdirs: installdirs-recursive
  515. installdirs-am:
  516. for dir in "$(DESTDIR)$(lodel2_scripts_dir)" "$(DESTDIR)$(lodel2confdir)"; do \
  517. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  518. done
  519. install: install-recursive
  520. install-exec: install-exec-recursive
  521. install-data: install-data-recursive
  522. uninstall: uninstall-recursive
  523. install-am: all-am
  524. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  525. installcheck: installcheck-recursive
  526. install-strip:
  527. if test -z '$(STRIP)'; then \
  528. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  529. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  530. install; \
  531. else \
  532. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  533. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  534. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  535. fi
  536. mostlyclean-generic:
  537. clean-generic:
  538. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  539. distclean-generic:
  540. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  541. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  542. maintainer-clean-generic:
  543. @echo "This command is intended for maintainers to use"
  544. @echo "it deletes files that may require special tools to rebuild."
  545. clean: clean-recursive
  546. clean-am: clean-generic mostlyclean-am
  547. distclean: distclean-recursive
  548. -rm -f Makefile
  549. distclean-am: clean-am distclean-generic distclean-tags
  550. dvi: dvi-recursive
  551. dvi-am:
  552. html: html-recursive
  553. html-am:
  554. info: info-recursive
  555. info-am:
  556. install-data-am: install-lodel2_scripts_DATA install-lodel2confDATA
  557. @$(NORMAL_INSTALL)
  558. $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  559. install-dvi: install-dvi-recursive
  560. install-dvi-am:
  561. install-exec-am:
  562. install-html: install-html-recursive
  563. install-html-am:
  564. install-info: install-info-recursive
  565. install-info-am:
  566. install-man:
  567. install-pdf: install-pdf-recursive
  568. install-pdf-am:
  569. install-ps: install-ps-recursive
  570. install-ps-am:
  571. installcheck-am:
  572. maintainer-clean: maintainer-clean-recursive
  573. -rm -f Makefile
  574. maintainer-clean-am: distclean-am maintainer-clean-generic
  575. mostlyclean: mostlyclean-recursive
  576. mostlyclean-am: mostlyclean-generic
  577. pdf: pdf-recursive
  578. pdf-am:
  579. ps: ps-recursive
  580. ps-am:
  581. uninstall-am: uninstall-lodel2_scripts_DATA uninstall-lodel2confDATA
  582. .MAKE: $(am__recursive_targets) install-am install-data-am \
  583. install-strip
  584. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  585. check-am clean clean-generic cscopelist-am ctags ctags-am \
  586. distclean distclean-generic distclean-tags distdir dvi dvi-am \
  587. html html-am info info-am install install-am install-data \
  588. install-data-am install-data-hook install-dvi install-dvi-am \
  589. install-exec install-exec-am install-html install-html-am \
  590. install-info install-info-am install-lodel2_scripts_DATA \
  591. install-lodel2confDATA install-man install-pdf install-pdf-am \
  592. install-ps install-ps-am install-strip installcheck \
  593. installcheck-am installdirs installdirs-am maintainer-clean \
  594. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  595. pdf-am ps ps-am tags tags-am uninstall uninstall-am \
  596. uninstall-lodel2_scripts_DATA uninstall-lodel2confDATA
  597. #There is clearly a way to factorise those rules
  598. mass_deploy: mass_deploy.sh
  599. $(do_subst) < $(srcdir)/mass_deploy.sh > mass_deploy
  600. chmod +x mass_deploy
  601. mass_deploy.cfg:
  602. echo -e "#Uncomment following lines replacing values by your own\n#MONGODB_ADMIN_USER='admin'\n#MONGODB_ADMIN_PASSWORD='pass'\n#Following configurations are optional\nMONGODB_DB_PREFIX='lodel2'\n#You can give only an host or a HOSTNAME:PORT\n#WARNING !!! : mass_deploy script does not forward MONGODB_HOST in instances\n#configurations\n#MONGODB_HOST=''" > mass_deploy.cfg
  603. create_instance: create_instance.sh
  604. $(do_subst) < $(srcdir)/create_instance.sh > create_instance
  605. chmod +x create_instance
  606. install-data-hook:
  607. chmod +x $(datadir)/lodel2/scripts/*
  608. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  609. # Otherwise a system limit (for SysV at least) may be exceeded.
  610. .NOEXPORT: