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
3263626f
Commit
3263626f
authored
Oct 03, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark all phony targets as such.
Originally committed as revision 6538 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4851f2ad
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
3 deletions
+14
-3
Makefile
Makefile
+3
-3
common.mak
common.mak
+2
-0
Makefile
doc/Makefile
+2
-0
Makefile
libavcodec/Makefile
+2
-0
Makefile
tests/Makefile
+3
-0
Makefile
vhook/Makefile
+2
-0
No files found.
Makefile
View file @
3263626f
...
...
@@ -118,8 +118,6 @@ videohook: .libs
documentation
:
$(MAKE)
-C
doc all
.PHONY
:
install
install
:
install-progs install-libs install-headers install-man $(INSTALLVHOOK)
ifeq
($(BUILD_SHARED),yes)
...
...
@@ -263,7 +261,9 @@ tar:
(
cd
/tmp
;
tar
zcvf ~/
$(FILE)
.tar.gz
$(FILE)
--exclude
.svn
)
rm
-rf
/tmp/
$(FILE)
.PHONY
:
lib
.PHONY
:
all lib videohook documentation install* wininstaller uninstall*
.PHONY
:
dep depend clean distclean TAGS tar
.PHONY
:
codectest libavtest test-server fulltest test mpeg4 mpeg
ifneq
($(wildcard
.depend),)
include
.depend
...
...
common.mak
View file @
3263626f
...
...
@@ -89,6 +89,8 @@ uninstall-headers:
rm -f "$(addprefix $(incdir)/,$(HEADERS))"
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
.PHONY: all depend dep clean distclean install* uninstall*
#
# include dependency files if they exist
#
...
...
doc/Makefile
View file @
3263626f
...
...
@@ -16,3 +16,5 @@ all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \
clean
:
rm
-f
*
.html
*
.pod
*
.1
.PHONY
:
all clean
libavcodec/Makefile
View file @
3263626f
...
...
@@ -422,3 +422,5 @@ motion-test: motion_test.o $(LIB)
fft-test
:
fft-test.o $(LIB)
$(CC)
-o
$@
$^
$(LIBAVUTIL)
-lm
.PHONY
:
amrlibs tests
tests/Makefile
View file @
3263626f
...
...
@@ -78,3 +78,6 @@ dsptest: dsptest.c $(DSPDEPS)
distclean clean
:
rm
-rf
vsynth1 vsynth2 data
rm
-f
asynth1.sw
*
~ audiogen
$(EXESUF)
videogen
$(EXESUF)
rotozoom
$(EXESUF)
tiny_psnr
$(EXESUF)
.PHONY
:
all fulltest test codectest libavtest test-server
.PHONY
:
mpeg4 mpeg ac3 snow snowll distclean clean
vhook/Makefile
View file @
3263626f
...
...
@@ -44,6 +44,8 @@ clean:
distclean
:
clean
rm
-f
.depend
.PHONY
:
all depend dep clean distclean install* uninstall*
ifneq
($(wildcard
.depend),)
include
.depend
endif
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