2012-11-29 02:13:28 +03:00
|
|
|
LIBRARIES-$(CONFIG_AVUTIL) += libavutil
|
|
|
|
LIBRARIES-$(CONFIG_SWSCALE) += libswscale
|
|
|
|
LIBRARIES-$(CONFIG_SWRESAMPLE) += libswresample
|
|
|
|
LIBRARIES-$(CONFIG_AVCODEC) += libavcodec
|
|
|
|
LIBRARIES-$(CONFIG_AVFORMAT) += libavformat
|
|
|
|
LIBRARIES-$(CONFIG_AVDEVICE) += libavdevice
|
|
|
|
LIBRARIES-$(CONFIG_AVFILTER) += libavfilter
|
2012-11-01 15:20:44 +03:00
|
|
|
|
2012-11-29 02:13:28 +03:00
|
|
|
COMPONENTS-$(CONFIG_AVUTIL) += ffmpeg-utils
|
|
|
|
COMPONENTS-$(CONFIG_SWSCALE) += ffmpeg-scaler
|
|
|
|
COMPONENTS-$(CONFIG_SWRESAMPLE) += ffmpeg-resampler
|
|
|
|
COMPONENTS-$(CONFIG_AVCODEC) += ffmpeg-codecs ffmpeg-bitstream-filters
|
|
|
|
COMPONENTS-$(CONFIG_AVFORMAT) += ffmpeg-formats ffmpeg-protocols
|
|
|
|
COMPONENTS-$(CONFIG_AVDEVICE) += ffmpeg-devices
|
|
|
|
COMPONENTS-$(CONFIG_AVFILTER) += ffmpeg-filters
|
2012-11-18 15:00:11 +03:00
|
|
|
|
2013-11-26 02:05:38 +03:00
|
|
|
MANPAGES1 = $(AVPROGS-yes:%=doc/%.1) $(AVPROGS-yes:%=doc/%-all.1) $(COMPONENTS-yes:%=doc/%.1)
|
2013-05-18 16:10:21 +03:00
|
|
|
MANPAGES3 = $(LIBRARIES-yes:%=doc/%.3)
|
|
|
|
MANPAGES = $(MANPAGES1) $(MANPAGES3)
|
2013-11-26 02:05:38 +03:00
|
|
|
PODPAGES = $(AVPROGS-yes:%=doc/%.pod) $(AVPROGS-yes:%=doc/%-all.pod) $(COMPONENTS-yes:%=doc/%.pod) $(LIBRARIES-yes:%=doc/%.pod)
|
|
|
|
HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) $(AVPROGS-yes:%=doc/%-all.html) $(COMPONENTS-yes:%=doc/%.html) $(LIBRARIES-yes:%=doc/%.html) \
|
2011-12-07 23:49:53 +03:00
|
|
|
doc/developer.html \
|
|
|
|
doc/faq.html \
|
2011-12-02 03:33:07 +03:00
|
|
|
doc/fate.html \
|
2011-12-07 23:49:53 +03:00
|
|
|
doc/general.html \
|
2011-12-03 20:06:14 +03:00
|
|
|
doc/git-howto.html \
|
2017-09-28 00:35:12 +02:00
|
|
|
doc/mailing-list-faq.html \
|
2011-12-14 01:50:20 +03:00
|
|
|
doc/nut.html \
|
2011-12-03 23:25:04 +03:00
|
|
|
doc/platform.html \
|
2011-06-06 20:03:22 +03:00
|
|
|
|
2011-12-20 02:28:47 +03:00
|
|
|
TXTPAGES = doc/fate.txt \
|
|
|
|
|
|
|
|
|
2012-08-10 00:37:28 +03:00
|
|
|
DOCS-$(CONFIG_HTMLPAGES) += $(HTMLPAGES)
|
|
|
|
DOCS-$(CONFIG_PODPAGES) += $(PODPAGES)
|
|
|
|
DOCS-$(CONFIG_MANPAGES) += $(MANPAGES)
|
|
|
|
DOCS-$(CONFIG_TXTPAGES) += $(TXTPAGES)
|
2012-07-12 04:41:25 +03:00
|
|
|
DOCS = $(DOCS-yes)
|
2011-06-06 20:03:22 +03:00
|
|
|
|
2013-11-25 00:40:16 +03:00
|
|
|
all-$(CONFIG_DOC): doc
|
|
|
|
|
2012-08-11 12:58:57 +03:00
|
|
|
doc: documentation
|
2011-06-06 20:03:22 +03:00
|
|
|
|
2012-10-29 18:26:59 +03:00
|
|
|
apidoc: doc/doxy/html
|
2011-06-06 20:03:22 +03:00
|
|
|
documentation: $(DOCS)
|
|
|
|
|
2013-05-28 22:52:33 +03:00
|
|
|
TEXIDEP = perl $(SRC_PATH)/doc/texidep.pl $(SRC_PATH) $< $@ >$(@:%=%.d)
|
2011-06-06 20:03:22 +03:00
|
|
|
|
2011-12-20 02:28:47 +03:00
|
|
|
doc/%.txt: TAG = TXT
|
|
|
|
doc/%.txt: doc/%.texi
|
|
|
|
$(Q)$(TEXIDEP)
|
|
|
|
$(M)makeinfo --force --no-headers -o $@ $< 2>/dev/null
|
|
|
|
|
2012-03-14 22:08:50 +03:00
|
|
|
GENTEXI = format codec
|
|
|
|
GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
|
|
|
|
|
|
|
|
$(GENTEXI): TAG = GENTEXI
|
2012-07-12 04:45:00 +03:00
|
|
|
$(GENTEXI): doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
|
2012-03-14 22:08:50 +03:00
|
|
|
$(M)doc/print_options $* > $@
|
|
|
|
|
2011-06-06 20:03:22 +03:00
|
|
|
doc/%.html: TAG = HTML
|
2014-09-01 05:39:35 +03:00
|
|
|
doc/%-all.html: TAG = HTML
|
|
|
|
|
|
|
|
ifdef HAVE_MAKEINFO_HTML
|
|
|
|
doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.pm $(GENTEXI)
|
|
|
|
$(Q)$(TEXIDEP)
|
|
|
|
$(M)makeinfo --html -I doc --no-split -D config-not-all --init-file=$(SRC_PATH)/doc/t2h.pm --output $@ $<
|
|
|
|
|
|
|
|
doc/%-all.html: doc/%.texi $(SRC_PATH)/doc/t2h.pm $(GENTEXI)
|
|
|
|
$(Q)$(TEXIDEP)
|
|
|
|
$(M)makeinfo --html -I doc --no-split -D config-all --init-file=$(SRC_PATH)/doc/t2h.pm --output $@ $<
|
|
|
|
else
|
2012-03-14 22:08:50 +03:00
|
|
|
doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI)
|
2011-06-06 20:03:22 +03:00
|
|
|
$(Q)$(TEXIDEP)
|
2013-03-19 22:54:26 +03:00
|
|
|
$(M)texi2html -I doc -monolithic --D=config-not-all --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
|
|
|
|
|
|
|
|
doc/%-all.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI)
|
|
|
|
$(Q)$(TEXIDEP)
|
|
|
|
$(M)texi2html -I doc -monolithic --D=config-all --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
|
2014-09-01 05:39:35 +03:00
|
|
|
endif
|
2011-06-06 20:03:22 +03:00
|
|
|
|
|
|
|
doc/%.pod: TAG = POD
|
2013-01-23 12:08:57 +03:00
|
|
|
doc/%.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
|
2011-06-06 20:03:22 +03:00
|
|
|
$(Q)$(TEXIDEP)
|
2013-03-19 22:54:26 +03:00
|
|
|
$(M)perl $(SRC_PATH)/doc/texi2pod.pl -Dconfig-not-all=yes -Idoc $< $@
|
|
|
|
|
|
|
|
doc/%-all.pod: TAG = POD
|
|
|
|
doc/%-all.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
|
|
|
|
$(Q)$(TEXIDEP)
|
|
|
|
$(M)perl $(SRC_PATH)/doc/texi2pod.pl -Dconfig-all=yes -Idoc $< $@
|
2011-06-06 20:03:22 +03:00
|
|
|
|
2012-11-01 15:20:44 +03:00
|
|
|
doc/%.1 doc/%.3: TAG = MAN
|
2012-11-11 14:50:44 +03:00
|
|
|
doc/%.1: doc/%.pod $(GENTEXI)
|
2015-02-02 01:20:18 +02:00
|
|
|
$(M)pod2man --section=1 --center=" " --release=" " --date=" " $< > $@
|
2012-11-11 14:50:44 +03:00
|
|
|
doc/%.3: doc/%.pod $(GENTEXI)
|
2015-02-02 01:20:18 +02:00
|
|
|
$(M)pod2man --section=3 --center=" " --release=" " --date=" " $< > $@
|
2011-06-06 20:03:22 +03:00
|
|
|
|
2012-10-29 18:26:59 +03:00
|
|
|
$(DOCS) doc/doxy/html: | doc/
|
|
|
|
|
2017-09-29 20:09:19 +02:00
|
|
|
DOXY_INPUT = $(INSTHEADERS)
|
2017-05-03 12:51:48 +02:00
|
|
|
DOXY_INPUT_DEPS = $(addprefix $(SRC_PATH)/, $(DOXY_INPUT)) ffbuild/config.mak
|
2013-12-16 11:30:17 +03:00
|
|
|
|
2014-07-08 01:24:49 +03:00
|
|
|
doc/doxy/html: TAG = DOXY
|
2015-12-20 23:20:57 +02:00
|
|
|
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(SRC_PATH)/doc/doxy-wrapper.sh $(DOXY_INPUT_DEPS)
|
|
|
|
$(M)OUT_DIR=$$PWD/doc/doxy; cd $(SRC_PATH); ./doc/doxy-wrapper.sh $$OUT_DIR $< $(DOXYGEN) $(DOXY_INPUT);
|
2011-06-28 20:45:13 +03:00
|
|
|
|
2013-09-06 07:10:48 +03:00
|
|
|
install-doc: install-html install-man
|
|
|
|
|
2013-09-06 07:08:31 +03:00
|
|
|
install-html:
|
2013-09-02 01:00:06 +03:00
|
|
|
|
2012-07-12 04:41:25 +03:00
|
|
|
install-man:
|
|
|
|
|
2013-09-02 01:00:06 +03:00
|
|
|
ifdef CONFIG_HTMLPAGES
|
2013-11-25 00:40:16 +03:00
|
|
|
install-progs-$(CONFIG_DOC): install-html
|
2013-08-28 11:30:14 +03:00
|
|
|
|
2013-09-06 07:08:31 +03:00
|
|
|
install-html: $(HTMLPAGES)
|
2013-08-28 11:30:14 +03:00
|
|
|
$(Q)mkdir -p "$(DOCDIR)"
|
|
|
|
$(INSTALL) -m 644 $(HTMLPAGES) "$(DOCDIR)"
|
2013-09-02 01:00:06 +03:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef CONFIG_MANPAGES
|
2013-11-25 00:40:16 +03:00
|
|
|
install-progs-$(CONFIG_DOC): install-man
|
2011-06-06 20:03:22 +03:00
|
|
|
|
|
|
|
install-man: $(MANPAGES)
|
|
|
|
$(Q)mkdir -p "$(MANDIR)/man1"
|
2013-05-18 16:10:21 +03:00
|
|
|
$(INSTALL) -m 644 $(MANPAGES1) "$(MANDIR)/man1"
|
|
|
|
$(Q)mkdir -p "$(MANDIR)/man3"
|
|
|
|
$(INSTALL) -m 644 $(MANPAGES3) "$(MANDIR)/man3"
|
2012-07-12 04:41:25 +03:00
|
|
|
endif
|
2011-06-06 20:03:22 +03:00
|
|
|
|
2013-09-06 07:10:48 +03:00
|
|
|
uninstall: uninstall-doc
|
|
|
|
|
|
|
|
uninstall-doc: uninstall-html uninstall-man
|
2013-08-28 11:30:14 +03:00
|
|
|
|
2013-09-06 07:08:31 +03:00
|
|
|
uninstall-html:
|
2013-08-28 11:30:14 +03:00
|
|
|
$(RM) -r "$(DOCDIR)"
|
2011-06-06 20:03:22 +03:00
|
|
|
|
|
|
|
uninstall-man:
|
2013-11-26 02:05:38 +03:00
|
|
|
$(RM) $(addprefix "$(MANDIR)/man1/",$(AVPROGS-yes:%=%.1) $(AVPROGS-yes:%=%-all.1) $(COMPONENTS-yes:%=%.1))
|
2013-10-24 22:14:55 +03:00
|
|
|
$(RM) $(addprefix "$(MANDIR)/man3/",$(LIBRARIES-yes:%=%.3))
|
2011-06-06 20:03:22 +03:00
|
|
|
|
2013-01-19 06:48:59 +03:00
|
|
|
clean:: docclean
|
2012-12-17 15:39:53 +03:00
|
|
|
|
2013-03-19 22:54:26 +03:00
|
|
|
distclean:: docclean
|
|
|
|
$(RM) doc/config.texi
|
|
|
|
|
2017-09-29 20:09:19 +02:00
|
|
|
docclean::
|
2013-11-28 15:56:08 +03:00
|
|
|
$(RM) $(CLEANSUFFIXES:%=doc/%)
|
2013-11-26 03:31:00 +03:00
|
|
|
$(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 doc/*.3 doc/avoptions_*.texi
|
2012-10-29 18:26:59 +03:00
|
|
|
$(RM) -r doc/doxy/html
|
2011-06-06 20:03:22 +03:00
|
|
|
|
|
|
|
-include $(wildcard $(DOCS:%=%.d))
|
|
|
|
|
2012-11-03 16:47:50 +03:00
|
|
|
.PHONY: apidoc doc documentation
|