Makefile.in 21 KB

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