Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
7732f641
Commit
7732f641
authored
Mar 14, 2010
by
Måns Rullgård
Browse files
Fix brief make output for generated tables
Originally committed as revision 22526 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
062777b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7732f641
...
...
@@ -105,15 +105,15 @@ documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html \
ffplay-doc.html ffprobe-doc.html ffserver-doc.html
\
general.html libavfilter.html $(ALLMANPAGES))
doc/%.html
:
MS
G = HTML
doc/%.html
:
TA
G = HTML
doc/%.html
:
doc/%.texi
$(M)
cd
doc
&&
texi2html
-monolithic
-number
$
(
<:doc/%
=
%
)
doc/%.pod
:
MS
G = POD
doc/%.pod
:
TA
G = POD
doc/%.pod
:
doc/%-doc.texi
$(M)
doc/texi2pod.pl
$<
$@
doc/%.1
:
MS
G = MAN
doc/%.1
:
TA
G = MAN
doc/%.1
:
doc/%.pod
$(M)
pod2man
--section
=
1
--center
=
" "
--release
=
" "
$<
>
$@
...
...
common.mak
View file @
7732f641
...
...
@@ -24,7 +24,7 @@ ECHO = printf "$(1)\t%s\n" $(2)
BRIEF
=
CC AS YASM AR LD HOSTCC RANLIB STRIP CP
SILENT
=
DEPCC YASMDEP RM
MSG
=
$@
M
=
@
$(
call
ECHO,
$(
MS
G)
,
$@
)
;
M
=
@
$(
call
ECHO,
$(
TA
G)
,
$@
)
;
$(foreach
VAR,$(BRIEF),
\
$(eval
$(VAR)
=
@
$
$(
call
ECHO,
$(VAR)
,
$
$(MSG)
)
;
$
(
$(VAR)
)))
$(foreach
VAR,$(SILENT),$(eval
$(VAR)
=
@
$
(
$(VAR)
)))
...
...
@@ -52,7 +52,7 @@ CFLAGS += $(ECFLAGS)
%.ver
:
%.v
$(Q)
sed
's/$$MAJOR/$(
$(
basename
$(@F
))
_VERSION_MAJOR)/'
$^
>
$@
%.c %.h
:
MS
G = GEN
%.c %.h
:
TA
G = GEN
install
:
install-libs install-headers
install-libs
:
install-libs-yes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment