[cvs] / xvidcore / build / generic / Makefile.linuxppc_altivec Repository:
ViewVC logotype

Diff of /xvidcore/build/generic/Makefile.linuxppc_altivec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1, Wed Mar 27 12:58:29 2002 UTC revision 1.2, Thu Mar 28 12:24:40 2002 UTC
# Line 30  Line 30 
30  all: $(LIB) $(LIBSO)  all: $(LIB) $(LIBSO)
31    
32  $(LIB): $(SRC:.c=.o) $(SRC_ALTIVEC:.s=.o)  $(LIB): $(SRC:.c=.o) $(SRC_ALTIVEC:.s=.o)
         @echo  
         @echo WARNING: Because of memory alignment problems, Altivec does not work yet  
         @echo -  
33          ar rcs $@ $^          ar rcs $@ $^
34    
35    
36  $(LIBSO): $(SRC:.c=.o) $(SRC_ALTIVEC:.s=.o)  $(LIBSO): $(SRC:.c=.o) $(SRC_ALTIVEC:.s=.o)
         @echo  
         @echo WARNING: Because of memory alignment problems, Altivec does not work yet  
         @echo  
37          $(CC) $(CFLAGS) $^ -shared -lc -lm -o $@          $(CC) $(CFLAGS) $^ -shared -lc -lm -o $@
38    
39  clean:  clean:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4