--- trunk/xvidcore/build/generic/Makefile 2004/10/12 21:08:41 1556 +++ trunk/xvidcore/build/generic/Makefile 2011/01/11 11:39:13 1944 @@ -1,12 +1,12 @@ ############################################################################## # -# - Unified Makefile for XviD for *nix environments - +# - Unified Makefile for Xvid for *nix environments - # # Copyright(C) 2003-2004 Edouard Gomez # # # Description: -# This Makefile allows building XviD sources to obtain a shared library +# This Makefile allows building Xvid sources to obtain a shared library # and a static library. This Makefile uses variables defined in the # platform.inc file. This platform.inc file is usually created by the # ./configure script whenever a unix shell is available. @@ -71,7 +71,7 @@ all: $(STATIC_LIB) $(SHARED_LIB) @echo @echo "---------------------------------------------------------------" - @echo " XviD has been successfully built." + @echo " Xvid has been successfully built." @echo @echo " * Binaries are currently located in the '$(BUILD_DIR)' directory" @echo " * To install them on your system, you can run '# make install'" @@ -98,6 +98,8 @@ # Generic C rule #----------------------------------------------------------------------------- +$(PPC_ALTIVEC_OBJECTS): CFLAGS+= $(ALTIVEC_CFLAGS) + .c.$(OBJECT_EXTENSION): @echo " C: $(@D)/$(