Makefile.in 21 KB

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