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
e4d86a57
Commit
e4d86a57
authored
Jun 17, 2007
by
Måns Rullgård
Browse files
add "checkheaders" target
Originally committed as revision 9346 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
699b3f99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
common.mak
common.mak
+7
-1
No files found.
common.mak
View file @
e4d86a57
...
...
@@ -42,12 +42,18 @@ $(SLIBNAME_WITH_MAJOR): $(SHARED_OBJS)
%
:
%.o $(LIB)
$(CC)
$(LDFLAGS)
-o
$@
$^
$(EXTRALIBS)
%.ho
:
%.h
$(CC)
$(CFLAGS)
$(LIBOBJFLAGS)
-Wno-unused
-c
-o
$@
-x
c
$<
ALLHEADERS
=
$(
subst
$(VPATH)
/,,
$(
wildcard
$(VPATH)
/
*
.h
))
checkheaders
:
$(filter-out %_template.ho
,
$(ALLHEADERS:.h=.ho))
depend dep
:
$(SRCS)
$(CC)
-MM
$(CFLAGS)
$^
1>.depend
clean
::
rm
-f
*
.o
*
~
*
.a
*
.lib
*
.so
*
.so.
*
*
.dylib
*
.dll
\
*
.def
*
.dll.a
*
.exp
*
.def
*
.dll.a
*
.exp
*
.ho
distclean
:
clean
rm
-f
.depend
...
...
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