fixed usage
[swftools.git] / Makefile.in
index 758b997..8870453 100644 (file)
@@ -18,12 +18,18 @@ all install uninstall clean:
        cd swfs;$(MAKE) $@
        @$(MAKE) $@-local
 
+distclean:
+       $(MAKE) clean
+       rm -f config.status config.cache configure config.h Makefile Makefile.common libtool
+       rm -f lib/lame/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/xpdf/Makefile
+
 clean-local:
-       rm -f config.cache
+       rm -f config.cache gmon.out
 
 uninstall-local:
        rm -rf $(pkgdatadir)
 
 all-local:
 install-local:
-       
+
+.PHONY: all install uninstall clean distclean clean-local uninstall-local all-local install-local