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
3fecd330
Commit
3fecd330
authored
Feb 23, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up
parent
1177e134
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
mozilla/Makefile.am
mozilla/Makefile.am
+3
-10
No files found.
mozilla/Makefile.am
View file @
3fecd330
...
...
@@ -5,6 +5,7 @@
noinst_LIBRARIES
=
$(noinst_LIBRARIES_mozilla)
MOSTLYCLEANFILES
=
$(LIBRARIES_mozilla)
$(npvlc_DATA)
$(DATA_npvlc_rsrc)
$(vlcintf_xpt_DATA)
CLEANFILES
=
stamp-pic VLC
\
Plugin.plugin
EXTRA_DIST
=
$(SOURCES_mozilla)
$(DIST_rsrc)
$(DIST_misc)
BUILT_SOURCES
=
$(BUILT_SOURCES_mozilla)
...
...
@@ -139,15 +140,7 @@ endif
###############################################################################
# Stamp rules
###############################################################################
clean-local
:
clean-stamp clean-bundle
clean-bundle
:
rm
-rf
./VLC
\
Plugin.plugin
clean-stamp
:
rm
-f
stamp-pic
stamp-pic
:
FORCE
stamp-pic
:
@
for
dep
in
""
`
$(VLC_CONFIG)
--target
builtin
$(pic)
`
;
do
\
if
test
"
$
${dep}
"
-nt
"
$(LIBRARIES_mozilla)
"
;
then
\
rm
-f
$@
;
\
...
...
@@ -159,4 +152,4 @@ stamp-pic: FORCE
###############################################################################
# Force rule
###############################################################################
FORCE
:
.PHONY
:
stamp-pic
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