Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d7a72d25
Commit
d7a72d25
authored
Jun 05, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: move all (un)install* target aliases to toplevel Makefile
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
0e28e9ca
Show 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