Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
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