Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 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 = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. bin_PROGRAMS = sinsy$(EXEEXT)
  87. subdir = bin
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  90. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  91. $(ACLOCAL_M4)
  92. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  93. mkinstalldirs = $(install_sh) -d
  94. CONFIG_CLEAN_FILES =
  95. CONFIG_CLEAN_VPATH_FILES =
  96. am__installdirs = "$(DESTDIR)$(bindir)"
  97. PROGRAMS = $(bin_PROGRAMS)
  98. am_sinsy_OBJECTS = sinsy.$(OBJEXT)
  99. sinsy_OBJECTS = $(am_sinsy_OBJECTS)
  100. sinsy_DEPENDENCIES = @top_srcdir@/lib/libSinsy.a
  101. AM_V_P = $(am__v_P_@AM_V@)
  102. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  103. am__v_P_0 = false
  104. am__v_P_1 = :
  105. AM_V_GEN = $(am__v_GEN_@AM_V@)
  106. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  107. am__v_GEN_0 = @echo " GEN " $@;
  108. am__v_GEN_1 =
  109. AM_V_at = $(am__v_at_@AM_V@)
  110. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  111. am__v_at_0 = @
  112. am__v_at_1 =
  113. DEFAULT_INCLUDES = -I.@am__isrc@
  114. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  115. am__depfiles_maybe = depfiles
  116. am__mv = mv -f
  117. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  118. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  119. AM_V_CXX = $(am__v_CXX_@AM_V@)
  120. am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
  121. am__v_CXX_0 = @echo " CXX " $@;
  122. am__v_CXX_1 =
  123. CXXLD = $(CXX)
  124. CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
  125. -o $@
  126. AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
  127. am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
  128. am__v_CXXLD_0 = @echo " CXXLD " $@;
  129. am__v_CXXLD_1 =
  130. SOURCES = $(sinsy_SOURCES)
  131. DIST_SOURCES = $(sinsy_SOURCES)
  132. am__can_run_installinfo = \
  133. case $$AM_UPDATE_INFO_DIR in \
  134. n|no|NO) false;; \
  135. *) (install-info --version) >/dev/null 2>&1;; \
  136. esac
  137. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  138. # Read a list of newline-separated strings from the standard input,
  139. # and print each of them once, without duplicates. Input order is
  140. # *not* preserved.
  141. am__uniquify_input = $(AWK) '\
  142. BEGIN { nonempty = 0; } \
  143. { items[$$0] = 1; nonempty = 1; } \
  144. END { if (nonempty) { for (i in items) print i; }; } \
  145. '
  146. # Make sure the list of sources is unique. This is necessary because,
  147. # e.g., the same source file might be shared among _SOURCES variables
  148. # for different programs/libraries.
  149. am__define_uniq_tagged_files = \
  150. list='$(am__tagged_files)'; \
  151. unique=`for i in $$list; do \
  152. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  153. done | $(am__uniquify_input)`
  154. ETAGS = etags
  155. CTAGS = ctags
  156. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
  157. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  158. ACLOCAL = @ACLOCAL@
  159. AMTAR = @AMTAR@
  160. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  161. AR = @AR@
  162. AUTOCONF = @AUTOCONF@
  163. AUTOHEADER = @AUTOHEADER@
  164. AUTOMAKE = @AUTOMAKE@
  165. AWK = @AWK@
  166. CC = @CC@
  167. CCDEPMODE = @CCDEPMODE@
  168. CFLAGS = @CFLAGS@
  169. CPP = @CPP@
  170. CPPFLAGS = @CPPFLAGS@
  171. CXX = @CXX@
  172. CXXDEPMODE = @CXXDEPMODE@
  173. CXXFLAGS = @CXXFLAGS@
  174. CYGPATH_W = @CYGPATH_W@
  175. DEFS = @DEFS@
  176. DEPDIR = @DEPDIR@
  177. ECHO_C = @ECHO_C@
  178. ECHO_N = @ECHO_N@
  179. ECHO_T = @ECHO_T@
  180. EGREP = @EGREP@
  181. EXEEXT = @EXEEXT@
  182. GREP = @GREP@
  183. HTS_ENGINE_HEADER = @HTS_ENGINE_HEADER@
  184. HTS_ENGINE_HEADER_DIR = @HTS_ENGINE_HEADER_DIR@
  185. HTS_ENGINE_LIBRARY = @HTS_ENGINE_LIBRARY@
  186. HTS_ENGINE_LIBRARY_DIR = @HTS_ENGINE_LIBRARY_DIR@
  187. INSTALL = @INSTALL@
  188. INSTALL_DATA = @INSTALL_DATA@
  189. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  190. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  191. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  192. LDFLAGS = @LDFLAGS@
  193. LIBOBJS = @LIBOBJS@
  194. LIBS = @LIBS@
  195. LTLIBOBJS = @LTLIBOBJS@
  196. MAKEINFO = @MAKEINFO@
  197. MKDIR_P = @MKDIR_P@
  198. OBJEXT = @OBJEXT@
  199. PACKAGE = @PACKAGE@
  200. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  201. PACKAGE_NAME = @PACKAGE_NAME@
  202. PACKAGE_STRING = @PACKAGE_STRING@
  203. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  204. PACKAGE_URL = @PACKAGE_URL@
  205. PACKAGE_VERSION = @PACKAGE_VERSION@
  206. PATH_SEPARATOR = @PATH_SEPARATOR@
  207. RANLIB = @RANLIB@
  208. SET_MAKE = @SET_MAKE@
  209. SHELL = @SHELL@
  210. STRIP = @STRIP@
  211. VERSION = @VERSION@
  212. abs_builddir = @abs_builddir@
  213. abs_srcdir = @abs_srcdir@
  214. abs_top_builddir = @abs_top_builddir@
  215. abs_top_srcdir = @abs_top_srcdir@
  216. ac_ct_CC = @ac_ct_CC@
  217. ac_ct_CXX = @ac_ct_CXX@
  218. am__include = @am__include@
  219. am__leading_dot = @am__leading_dot@
  220. am__quote = @am__quote@
  221. am__tar = @am__tar@
  222. am__untar = @am__untar@
  223. bindir = @bindir@
  224. build = @build@
  225. build_alias = @build_alias@
  226. build_cpu = @build_cpu@
  227. build_os = @build_os@
  228. build_vendor = @build_vendor@
  229. builddir = @builddir@
  230. datadir = @datadir@
  231. datarootdir = @datarootdir@
  232. docdir = @docdir@
  233. dvidir = @dvidir@
  234. exec_prefix = @exec_prefix@
  235. host = @host@
  236. host_alias = @host_alias@
  237. host_cpu = @host_cpu@
  238. host_os = @host_os@
  239. host_vendor = @host_vendor@
  240. htmldir = @htmldir@
  241. includedir = @includedir@
  242. infodir = @infodir@
  243. install_sh = @install_sh@
  244. libdir = @libdir@
  245. libexecdir = @libexecdir@
  246. localedir = @localedir@
  247. localstatedir = @localstatedir@
  248. mandir = @mandir@
  249. mkdir_p = @mkdir_p@
  250. oldincludedir = @oldincludedir@
  251. pdfdir = @pdfdir@
  252. prefix = @prefix@
  253. program_transform_name = @program_transform_name@
  254. psdir = @psdir@
  255. sbindir = @sbindir@
  256. sharedstatedir = @sharedstatedir@
  257. srcdir = @srcdir@
  258. sysconfdir = @sysconfdir@
  259. target_alias = @target_alias@
  260. top_build_prefix = @top_build_prefix@
  261. top_builddir = @top_builddir@
  262. top_srcdir = @top_srcdir@
  263. AM_CPPFLAGS = -I @top_srcdir@/include
  264. sinsy_SOURCES = sinsy.cpp
  265. sinsy_LDADD = @top_srcdir@/lib/libSinsy.a \
  266. @HTS_ENGINE_LIBRARY@
  267. DISTCLEANFILES = *.log *.out *~
  268. MAINTAINERCLEANFILES = Makefile.in
  269. all: all-am
  270. .SUFFIXES:
  271. .SUFFIXES: .cpp .o .obj
  272. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  273. @for dep in $?; do \
  274. case '$(am__configure_deps)' in \
  275. *$$dep*) \
  276. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  277. && { if test -f $@; then exit 0; else break; fi; }; \
  278. exit 1;; \
  279. esac; \
  280. done; \
  281. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bin/Makefile'; \
  282. $(am__cd) $(top_srcdir) && \
  283. $(AUTOMAKE) --gnu bin/Makefile
  284. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  285. @case '$?' in \
  286. *config.status*) \
  287. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  288. *) \
  289. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  290. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  291. esac;
  292. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  293. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  294. $(top_srcdir)/configure: $(am__configure_deps)
  295. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  296. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  297. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  298. $(am__aclocal_m4_deps):
  299. install-binPROGRAMS: $(bin_PROGRAMS)
  300. @$(NORMAL_INSTALL)
  301. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  302. if test -n "$$list"; then \
  303. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  304. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  305. fi; \
  306. for p in $$list; do echo "$$p $$p"; done | \
  307. sed 's/$(EXEEXT)$$//' | \
  308. while read p p1; do if test -f $$p \
  309. ; then echo "$$p"; echo "$$p"; else :; fi; \
  310. done | \
  311. sed -e 'p;s,.*/,,;n;h' \
  312. -e 's|.*|.|' \
  313. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  314. sed 'N;N;N;s,\n, ,g' | \
  315. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  316. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  317. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  318. else { print "f", $$3 "/" $$4, $$1; } } \
  319. END { for (d in files) print "f", d, files[d] }' | \
  320. while read type dir files; do \
  321. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  322. test -z "$$files" || { \
  323. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  324. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  325. } \
  326. ; done
  327. uninstall-binPROGRAMS:
  328. @$(NORMAL_UNINSTALL)
  329. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  330. files=`for p in $$list; do echo "$$p"; done | \
  331. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  332. -e 's/$$/$(EXEEXT)/' \
  333. `; \
  334. test -n "$$list" || exit 0; \
  335. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  336. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  337. clean-binPROGRAMS:
  338. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  339. sinsy$(EXEEXT): $(sinsy_OBJECTS) $(sinsy_DEPENDENCIES) $(EXTRA_sinsy_DEPENDENCIES)
  340. @rm -f sinsy$(EXEEXT)
  341. $(AM_V_CXXLD)$(CXXLINK) $(sinsy_OBJECTS) $(sinsy_LDADD) $(LIBS)
  342. mostlyclean-compile:
  343. -rm -f *.$(OBJEXT)
  344. distclean-compile:
  345. -rm -f *.tab.c
  346. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sinsy.Po@am__quote@
  347. .cpp.o:
  348. @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  349. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  350. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  351. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  352. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  353. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
  354. .cpp.obj:
  355. @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  356. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  357. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  358. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  359. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  360. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  361. ID: $(am__tagged_files)
  362. $(am__define_uniq_tagged_files); mkid -fID $$unique
  363. tags: tags-am
  364. TAGS: tags
  365. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  366. set x; \
  367. here=`pwd`; \
  368. $(am__define_uniq_tagged_files); \
  369. shift; \
  370. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  371. test -n "$$unique" || unique=$$empty_fix; \
  372. if test $$# -gt 0; then \
  373. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  374. "$$@" $$unique; \
  375. else \
  376. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  377. $$unique; \
  378. fi; \
  379. fi
  380. ctags: ctags-am
  381. CTAGS: ctags
  382. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  383. $(am__define_uniq_tagged_files); \
  384. test -z "$(CTAGS_ARGS)$$unique" \
  385. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  386. $$unique
  387. GTAGS:
  388. here=`$(am__cd) $(top_builddir) && pwd` \
  389. && $(am__cd) $(top_srcdir) \
  390. && gtags -i $(GTAGS_ARGS) "$$here"
  391. cscopelist: cscopelist-am
  392. cscopelist-am: $(am__tagged_files)
  393. list='$(am__tagged_files)'; \
  394. case "$(srcdir)" in \
  395. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  396. *) sdir=$(subdir)/$(srcdir) ;; \
  397. esac; \
  398. for i in $$list; do \
  399. if test -f "$$i"; then \
  400. echo "$(subdir)/$$i"; \
  401. else \
  402. echo "$$sdir/$$i"; \
  403. fi; \
  404. done >> $(top_builddir)/cscope.files
  405. distclean-tags:
  406. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  407. distdir: $(DISTFILES)
  408. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  409. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  410. list='$(DISTFILES)'; \
  411. dist_files=`for file in $$list; do echo $$file; done | \
  412. sed -e "s|^$$srcdirstrip/||;t" \
  413. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  414. case $$dist_files in \
  415. */*) $(MKDIR_P) `echo "$$dist_files" | \
  416. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  417. sort -u` ;; \
  418. esac; \
  419. for file in $$dist_files; do \
  420. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  421. if test -d $$d/$$file; then \
  422. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  423. if test -d "$(distdir)/$$file"; then \
  424. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  425. fi; \
  426. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  427. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  428. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  429. fi; \
  430. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  431. else \
  432. test -f "$(distdir)/$$file" \
  433. || cp -p $$d/$$file "$(distdir)/$$file" \
  434. || exit 1; \
  435. fi; \
  436. done
  437. check-am: all-am
  438. check: check-am
  439. all-am: Makefile $(PROGRAMS)
  440. installdirs:
  441. for dir in "$(DESTDIR)$(bindir)"; do \
  442. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  443. done
  444. install: install-am
  445. install-exec: install-exec-am
  446. install-data: install-data-am
  447. uninstall: uninstall-am
  448. install-am: all-am
  449. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  450. installcheck: installcheck-am
  451. install-strip:
  452. if test -z '$(STRIP)'; then \
  453. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  454. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  455. install; \
  456. else \
  457. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  458. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  459. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  460. fi
  461. mostlyclean-generic:
  462. clean-generic:
  463. distclean-generic:
  464. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  465. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  466. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  467. maintainer-clean-generic:
  468. @echo "This command is intended for maintainers to use"
  469. @echo "it deletes files that may require special tools to rebuild."
  470. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  471. clean: clean-am
  472. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  473. distclean: distclean-am
  474. -rm -rf ./$(DEPDIR)
  475. -rm -f Makefile
  476. distclean-am: clean-am distclean-compile distclean-generic \
  477. distclean-tags
  478. dvi: dvi-am
  479. dvi-am:
  480. html: html-am
  481. html-am:
  482. info: info-am
  483. info-am:
  484. install-data-am:
  485. install-dvi: install-dvi-am
  486. install-dvi-am:
  487. install-exec-am: install-binPROGRAMS
  488. install-html: install-html-am
  489. install-html-am:
  490. install-info: install-info-am
  491. install-info-am:
  492. install-man:
  493. install-pdf: install-pdf-am
  494. install-pdf-am:
  495. install-ps: install-ps-am
  496. install-ps-am:
  497. installcheck-am:
  498. maintainer-clean: maintainer-clean-am
  499. -rm -rf ./$(DEPDIR)
  500. -rm -f Makefile
  501. maintainer-clean-am: distclean-am maintainer-clean-generic
  502. mostlyclean: mostlyclean-am
  503. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  504. pdf: pdf-am
  505. pdf-am:
  506. ps: ps-am
  507. ps-am:
  508. uninstall-am: uninstall-binPROGRAMS
  509. .MAKE: install-am install-strip
  510. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  511. clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
  512. distclean distclean-compile distclean-generic distclean-tags \
  513. distdir dvi dvi-am html html-am info info-am install \
  514. install-am install-binPROGRAMS install-data install-data-am \
  515. install-dvi install-dvi-am install-exec install-exec-am \
  516. install-html install-html-am install-info install-info-am \
  517. install-man install-pdf install-pdf-am install-ps \
  518. install-ps-am install-strip installcheck installcheck-am \
  519. installdirs maintainer-clean maintainer-clean-generic \
  520. mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
  521. ps ps-am tags tags-am uninstall uninstall-am \
  522. uninstall-binPROGRAMS
  523. .PRECIOUS: Makefile
  524. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  525. # Otherwise a system limit (for SysV at least) may be exceeded.
  526. .NOEXPORT: