Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
6ccf540f
Commit
6ccf540f
authored
16 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
prettyprinting cosmetics
Originally committed as revision 18188 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e43f34bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common.mak
+12
-12
12 additions, 12 deletions
common.mak
with
12 additions
and
12 deletions
common.mak
+
12
−
12
View file @
6ccf540f
...
...
@@ -5,9 +5,9 @@
all
:
#
make "all" default target
ifndef
SUBDIR
vpath
%.c
$(SRC_DIR)
vpath
%.h
$(SRC_DIR)
vpath
%.S
$(SRC_DIR)
vpath
%.c
$(SRC_DIR)
vpath
%.h
$(SRC_DIR)
vpath
%.S
$(SRC_DIR)
vpath
%.asm
$(SRC_DIR)
ifeq
($(SRC_DIR),$(SRC_PATH_BARE))
...
...
@@ -57,19 +57,19 @@ uninstall: uninstall-libs uninstall-headers
.PHONY
:
all depend dep *clean install* uninstall* examples testprogs
endif
CFLAGS
+=
$(
CFLAGS-yes
)
OBJS
+=
$(
OBJS-yes
)
FFLIBS
:=
$(
FFLIBS-yes
)
$(
FFLIBS
)
TESTPROGS
+=
$(
TESTPROGS-yes
)
CFLAGS
+=
$(
CFLAGS-yes
)
OBJS
+=
$(
OBJS-yes
)
FFLIBS
:=
$(
FFLIBS-yes
)
$(
FFLIBS
)
TESTPROGS
+=
$(
TESTPROGS-yes
)
FFEXTRALIBS
:=
$(
addprefix
-l
,
$(
addsuffix
$(
BUILDSUF
)
,
$(
FFLIBS
)))
$(
EXTRALIBS
)
FFLDFLAGS
:=
$(
addprefix
-L
$(
BUILD_ROOT
)
/lib,
$(
FFLIBS
))
$(
LDFLAGS
)
EXAMPLES
:=
$(
addprefix
$(
SUBDIR
)
,
$(
EXAMPLES
))
OBJS
:=
$(
addprefix
$(
SUBDIR
)
,
$(
OBJS
))
EXAMPLES
:=
$(
addprefix
$(
SUBDIR
)
,
$(
EXAMPLES
))
OBJS
:=
$(
addprefix
$(
SUBDIR
)
,
$(
OBJS
))
TESTPROGS
:=
$(
addprefix
$(
SUBDIR
)
,
$(
TESTPROGS
))
DEP_LIBS
:=
$(
foreach NAME,
$(
FFLIBS
)
,lib
$(
NAME
)
/
$($(
BUILD_SHARED:yes
=
S
)
LIBNAME
))
DEP_LIBS
:=
$(
foreach NAME,
$(
FFLIBS
)
,lib
$(
NAME
)
/
$($(
BUILD_SHARED:yes
=
S
)
LIBNAME
))
ALLHEADERS
:=
$(
subst
$(
SRC_DIR
)
/,
$(
SUBDIR
)
,
$(
wildcard
$(
SRC_DIR
)
/
*
.h
$(
SRC_DIR
)
/
$(
ARCH
)
/
*
.h
))
checkheaders
:
$(filter-out %_template.ho
,
$(ALLHEADERS:.h=.ho))
...
...
@@ -77,9 +77,9 @@ checkheaders: $(filter-out %_template.ho,$(ALLHEADERS:.h=.ho))
DEPS
:=
$(
OBJS:.o
=
.d
)
depend dep
:
$(DEPS)
CLEANSUFFIXES
=
*
.o
*
~
*
.ho
LIBSUFFIXES
=
*
.a
*
.lib
*
.so
*
.so.
*
*
.dylib
*
.dll
*
.def
*
.dll.a
*
.exp
*
.map
CLEANSUFFIXES
=
*
.o
*
~
*
.ho
DISTCLEANSUFFIXES
=
*
.d
*
.pc
LIBSUFFIXES
=
*
.a
*
.lib
*
.so
*
.so.
*
*
.dylib
*
.dll
*
.def
*
.dll.a
*
.exp
*
.map
define
RULES
$(SUBDIR)%$(EXESUF)
:
$(SUBDIR)%.o
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment