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
d7a72d25
Commit
d7a72d25
authored
Jun 05, 2011
by
Mans Rullgard
Browse files
build: move all (un)install* target aliases to toplevel Makefile
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
0e28e9ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
Makefile
Makefile
+4
-2
common.mak
common.mak
+0
-5
No files found.
Makefile
View file @
d7a72d25
...
...
@@ -128,7 +128,9 @@ doc/%.1: TAG = MAN
doc/%.1
:
doc/%.pod
$(M)
pod2man
--section
=
1
--center
=
" "
--release
=
" "
$<
>
$@
install
:
$(INSTALL_TARGETS-yes)
install
:
install-libs install-headers $(INSTALL_TARGETS-yes)
install-libs
:
install-libs-yes
install-progs
:
$(PROGS) $(INSTALL_PROGS_TARGETS-yes)
$(Q)
mkdir
-p
"
$(BINDIR)
"
...
...
@@ -142,7 +144,7 @@ install-man: $(MANPAGES)
$(Q)
mkdir
-p
"
$(MANDIR)
/man1"
$(INSTALL)
-m
644
$(MANPAGES)
"
$(MANDIR)
/man1"
uninstall
:
uninstall-progs uninstall-data uninstall-man
uninstall
:
uninstall-libs uninstall-headers
uninstall-progs uninstall-data uninstall-man
uninstall-progs
:
$(RM)
$(
addprefix
"
$(BINDIR)
/"
,
$(ALLPROGS)
)
...
...
common.mak
View file @
d7a72d25
...
...
@@ -54,11 +54,6 @@ HOSTCFLAGS += $(IFLAGS)
%.h
:
@
:
install
:
install-libs install-headers
install-libs
:
install-libs-yes
uninstall
:
uninstall-libs uninstall-headers
.PHONY
:
all depend dep *clean install* uninstall* examples testprogs
# Disable suffix rules. Most of the builtin rules are suffix rules,
...
...
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