--- trunk/xvidcore/build/generic/Makefile.linuxppc 2002/03/26 23:21:02 70 +++ trunk/xvidcore/build/generic/Makefile.linuxppc 2002/03/27 12:58:29 71 @@ -4,8 +4,6 @@ # * # * Adapted from linux x86 Makefile by Guillaume Morin # * -# * Still incomplete but WIP -# * # * libso: # * (-lm not neccessary if using -ffast-math) # * @@ -31,7 +29,6 @@ all: $(LIB) $(LIBSO) - $(LIB): $(SRC:.c=.o) $(SRC_PPC:.s=.o) ar rcs $@ $^ @@ -39,7 +36,6 @@ $(LIBSO): $(SRC:.c=.o) $(SRC_PPC:.s=.o) $(CC) $(CFLAGS) $^ -shared -lc -lm -o $@ - clean: $(RM) `find $(SRCDIR) -name "*.o"`