[svn] / trunk / xvidcore / build / generic / Makefile.linuxppc Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/generic/Makefile.linuxppc

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

revision 70, Tue Mar 26 23:21:02 2002 UTC revision 71, Wed Mar 27 12:58:29 2002 UTC
# Line 4  Line 4 
4  # *  # *
5  # * Adapted from linux x86 Makefile by Guillaume Morin <guillaume@morinfr.org>  # * Adapted from linux x86 Makefile by Guillaume Morin <guillaume@morinfr.org>
6  # *  # *
 # * Still incomplete but WIP  
 # *  
7  # * libso:  # * libso:
8  # * (-lm not neccessary if using -ffast-math)  # * (-lm not neccessary if using -ffast-math)
9  # *  # *
# Line 31  Line 29 
29    
30  all: $(LIB) $(LIBSO)  all: $(LIB) $(LIBSO)
31    
   
32  $(LIB): $(SRC:.c=.o) $(SRC_PPC:.s=.o)  $(LIB): $(SRC:.c=.o) $(SRC_PPC:.s=.o)
33          ar rcs $@ $^          ar rcs $@ $^
34    
# Line 39  Line 36 
36  $(LIBSO): $(SRC:.c=.o) $(SRC_PPC:.s=.o)  $(LIBSO): $(SRC:.c=.o) $(SRC_PPC:.s=.o)
37          $(CC) $(CFLAGS) $^ -shared -lc -lm -o $@          $(CC) $(CFLAGS) $^ -shared -lc -lm -o $@
38    
   
39  clean:  clean:
40          $(RM) `find $(SRCDIR) -name "*.o"`          $(RM) `find $(SRCDIR) -name "*.o"`
41    

Legend:
Removed from v.70  
changed lines
  Added in v.71

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