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
faa48255
Commit
faa48255
authored
Aug 22, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build rules for the plugins cache in build tree
parent
c0c8d4e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
modules/.gitignore
modules/.gitignore
+1
-1
modules/Makefile.am
modules/Makefile.am
+5
-3
No files found.
modules/.gitignore
View file @
faa48255
plugins
-*
.dat
plugins.dat
modules/Makefile.am
View file @
faa48255
...
@@ -63,11 +63,13 @@ SUBDIRS += .
...
@@ -63,11 +63,13 @@ SUBDIRS += .
dist_noinst_SCRIPTS
=
genmf list.sh
dist_noinst_SCRIPTS
=
genmf list.sh
dist_noinst_DATA
=
LIST
dist_noinst_DATA
=
LIST
MOSTLYCLEANFILES
=
plugins.dat
*
noinst_DATA
=
plugins.dat
MOSTLYCLEANFILES
=
$(noinst_DATA)
.PHONY
:
stamp-cache
.PHONY
:
plugins.dat
stamp-cache
:
plugins.dat
:
$(AM_V_at)
rm
-f
plugins.dat
$(AM_V_GEN)
if
test
"
$(build)
"
=
"
$(host)
"
;
then
\
$(AM_V_GEN)
if
test
"
$(build)
"
=
"
$(host)
"
;
then
\
../bin/vlc-cache-gen
$(EXEEXT)
.
;
\
../bin/vlc-cache-gen
$(EXEEXT)
.
;
\
else
\
else
\
...
...
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