暫無描述
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 20KB

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