Makefile.in 20 KB

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