Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
43ed847c
Commit
43ed847c
authored
Mar 01, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)
parent
136d8730
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
src/Makefile.am
src/Makefile.am
+9
-7
No files found.
src/Makefile.am
View file @
43ed847c
...
...
@@ -7,9 +7,9 @@ SUBDIRS =
EXTRA_DIST
=
extras/COPYING misc/modules_builtin.h.in
BUILT_SOURCES
=
$(DISTCLEANFILES)
$(CLEANFILES)
BUILT_SOURCES
=
$(DISTCLEANFILES)
$(CLEANFILES)
misc/version.c
DISTCLEANFILES
=
stamp-api
CLEANFILES
=
misc/modules_builtin.h
misc/version.c
CLEANFILES
=
misc/modules_builtin.h
stamp-version
MOSTLYCLEANFILES
=
$(DATA_noinst_libvlc)
stamp-builtins
TOOLBOX
=
srcdir
=
$(top_srcdir)
builddir
=
$(top_builddir)
$(top_srcdir)
/toolbox
...
...
@@ -107,9 +107,15 @@ misc/modules_builtin.h: Makefile misc/modules_builtin.h.in ../vlc-config
misc/modules.c
:
misc/modules_builtin.h
misc/version.c
:
FORCE
misc/version.c
:
$(TOOLBOX)
--update-version
stamp-version
:
misc/version.c
$(TOOLBOX)
--update-version
touch
$@
.PHONY
:
stamp-version
###############################################################################
# Building builtin modules
###############################################################################
...
...
@@ -365,7 +371,3 @@ stamp-api: Makefile.in $(HEADERS_include) ../vlc-api.pl
top_srcdir
=
"
$(top_srcdir)
"
perl
$(top_srcdir)
/vlc-api.pl
touch
stamp-api
###############################################################################
# Force rule
###############################################################################
FORCE
:
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