[svn] / branches / release-1_3-branch / xvidcore / build / generic / Makefile Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/build/generic/Makefile

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

trunk/xvidcore/build/generic/Makefile revision 1797, Wed Nov 26 02:17:50 2008 UTC branches/release-1_3-branch/xvidcore/build/generic/Makefile revision 1944, Tue Jan 11 11:39:13 2011 UTC
# Line 98  Line 98 
98  # Generic C rule  # Generic C rule
99  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
100    
101    $(PPC_ALTIVEC_OBJECTS): CFLAGS+= $(ALTIVEC_CFLAGS)
102    
103  .c.$(OBJECT_EXTENSION):  .c.$(OBJECT_EXTENSION):
104          @echo "  C: $(@D)/$(<F)"          @echo "  C: $(@D)/$(<F)"
105          @$(INSTALL) -d $(BUILD_DIR)/$(@D)          @$(INSTALL) -d $(BUILD_DIR)/$(@D)
# Line 109  Line 111 
111    
112  $(STATIC_LIB): $(BUILD_DIR) $(OBJECTS)  $(STATIC_LIB): $(BUILD_DIR) $(OBJECTS)
113          @echo "  L: $(@F)"          @echo "  L: $(@F)"
114          @cd $(BUILD_DIR) && ar rc $(@F) $(OBJECTS) && $(RANLIB) $(@F)          @cd $(BUILD_DIR) && $(AR) rc $(@F) $(OBJECTS) && $(RANLIB) $(@F)
115    
116  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
117  # Shared Library  # Shared Library

Legend:
Removed from v.1797  
changed lines
  Added in v.1944

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