--- branches/dev-api-4/xvidcore/build/generic/Makefile 2003/05/22 16:36:07 1038 +++ branches/dev-api-4/xvidcore/build/generic/Makefile 2003/05/22 18:58:18 1039 @@ -120,7 +120,7 @@ # .PHONY targets #----------------------------------------------------------------------------- -.PHONY: distclean clean info list-objects list-targets list-install-path list-cflags +.PHONY: mrproper distclean clean info list-objects list-targets list-install-path list-cflags clean: @echo -n "Cleaning objects... " @@ -133,7 +133,6 @@ @$(RM) $(SHARED_LIB) @echo "Done" - distclean: clean @echo -n "Cleaning generated files... " @$(RM) libxvidcore.def @@ -143,6 +142,16 @@ @$(RM) autom4te.cache @echo "Done" +mrproper: distclean + @echo -n "Cleaning bootstrapped files... " + @$(RM) configure + @$(RM) install-sh + @$(RM) missing + @$(RM) config.guess + @$(RM) mkinstalldirs + @$(RM) config.sub + @echo "Done" + list-objects: @echo @echo "Object files used for this build"