Commit 3fecd330 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Clean up

parent 1177e134
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
noinst_LIBRARIES = $(noinst_LIBRARIES_mozilla) noinst_LIBRARIES = $(noinst_LIBRARIES_mozilla)
MOSTLYCLEANFILES = $(LIBRARIES_mozilla) $(npvlc_DATA) $(DATA_npvlc_rsrc) $(vlcintf_xpt_DATA) 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) EXTRA_DIST = $(SOURCES_mozilla) $(DIST_rsrc) $(DIST_misc)
BUILT_SOURCES = $(BUILT_SOURCES_mozilla) BUILT_SOURCES = $(BUILT_SOURCES_mozilla)
...@@ -139,15 +140,7 @@ endif ...@@ -139,15 +140,7 @@ endif
############################################################################### ###############################################################################
# Stamp rules # Stamp rules
############################################################################### ###############################################################################
clean-local: clean-stamp clean-bundle stamp-pic:
clean-bundle:
rm -rf ./VLC\ Plugin.plugin
clean-stamp:
rm -f stamp-pic
stamp-pic: FORCE
@for dep in "" `$(VLC_CONFIG) --target builtin $(pic)`; do \ @for dep in "" `$(VLC_CONFIG) --target builtin $(pic)`; do \
if test "$${dep}" -nt "$(LIBRARIES_mozilla)"; then \ if test "$${dep}" -nt "$(LIBRARIES_mozilla)"; then \
rm -f $@; \ rm -f $@; \
...@@ -159,4 +152,4 @@ stamp-pic: FORCE ...@@ -159,4 +152,4 @@ stamp-pic: FORCE
############################################################################### ###############################################################################
# Force rule # Force rule
############################################################################### ###############################################################################
FORCE: .PHONY: stamp-pic
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment