]> git.sesse.net Git - vlc/commitdiff
Clean up
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 23 Feb 2006 22:08:24 +0000 (22:08 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 23 Feb 2006 22:08:24 +0000 (22:08 +0000)
mozilla/Makefile.am

index f54065b712b1a116e778edaff7f511695480366a..802a55a8f2b3cf2b0590d80b0419120eed4f15f0 100644 (file)
@@ -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