ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/trunk/xvidcore/build/generic/Makefile.linuxppc
(Generate patch)

Comparing trunk/xvidcore/build/generic/Makefile.linuxppc (file contents):
Revision 46 by canard, Thu Mar 21 13:43:48 2002 UTC vs.
Revision 47 by canard, Thu Mar 21 17:27:01 2002 UTC

# Line 47 | Line 47 | RM = rm -rf
47   all: $(LIB) $(LIBSO)
48  
49  
50 < $(LIB): $(SRC:.c=.o) $(SRC_INTEL:.asm=.o)
50 > $(LIB): $(SRC:.c=.o) #$(SRC_INTEL:.asm=.o)
51          ar rcs $@ $^
52  
53  
54 < $(LIBSO): $(SRC:.c=.o) $(SRC_INTEL:.asm=.o)
54 > $(LIBSO): $(SRC:.c=.o) #$(SRC_INTEL:.asm=.o)
55          $(CC) $(CFLAGS) $^ -shared -lc -lm -o $@
56  
57  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines