⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 mediastreamer2是开源的网络传输媒体流的库
💻 AM
字号:
## Process this file with automake to produce Makefile.inSUBDIRS = #pythondocdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)built_docs =static_docs = vp3-format.txt color.html \	draft-barbato-avt-rtp-theora-01.xml \	draft-barbato-avt-rtp-theora-01.txtdoc_DATA = $(built_docs) $(static_docs) doxygen-build.stampEXTRA_DIST = $(built_docs) $(static_docs) spec Doxyfile.inCLEANFILES = $(built_docs)if HAVE_DOXYGENdoxygen-build.stamp: Doxyfile $(top_srcdir)/include/theora/*.h	doxygen	touch doxygen-build.stampelsedoxygen-build.stamp:	echo "*** Warning: Doxygen not found; documentation will not be built."	touch doxygen-build.stampendifdist_docdir = $(distdir)/libtheoradist-hook:	if test -d libtheora; then \	  mkdir $(dist_docdir); \	  echo -n "copying built documenation..."; \	  for dir in libtheora/*; do \	    b=`basename $$dir`; \	    if test $$b != ".svn"; then \	      if test -d $$dir; then \		mkdir $(dist_docdir)/$$b; \		for f in $$dir/*; do \		  cp -p $$f $(dist_docdir)/$$b; \		done; \	      fi; \	    fi; \	  done; \	  echo "OK"; \	fi	for item in $(EXTRA_DIST); do \	  if test -d $$item; then \	    echo -n "cleaning $$item dir for distribution..."; \	    rm -rf `find $(distdir)/$$item -name .svn`; \	    echo "OK"; \	  fi; \	doneinstall-data-local: doxygen-build.stamp	$(mkinstalldirs) $(DESTDIR)$(docdir)	if test -d libtheora; then \	  for dir in libtheora/*; do \	    if test -d $$dir; then \	      b=`basename $$dir`; \	      $(mkinstalldirs) $(DESTDIR)$(docdir)/$$b; \	      for f in $$dir/*; do \		$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$b; \	      done \	    fi \	  done \	fiuninstall-local:	rm -rf $(DESTDIR)$(docdir)clean-local:	if test -d libtheora; then rm -rf libtheora; fi	if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -