[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

revision 1925, Mon Dec 27 16:39:33 2010 UTC revision 1996, Thu May 19 08:27:26 2011 UTC
# Line 41  Line 41 
41  ##############################################################################  ##############################################################################
42    
43  include sources.inc  include sources.inc
44    ifeq ($(findstring $(MAKECMDGOALS), clean distclean mrproper),)
45  include platform.inc  include platform.inc
46    endif
47    
48  RM = rm -rf  RM = rm -rf
49    
# Line 68  Line 70 
70    
71  .SUFFIXES: .$(OBJECT_EXTENSION) .$(ASSEMBLY_EXTENSION) .c  .SUFFIXES: .$(OBJECT_EXTENSION) .$(ASSEMBLY_EXTENSION) .c
72    
73  all: $(STATIC_LIB) $(SHARED_LIB)  all: info $(STATIC_LIB) $(SHARED_LIB)
74          @echo          @echo
75          @echo "---------------------------------------------------------------"          @echo "---------------------------------------------------------------"
76          @echo " Xvid has been successfully built."          @echo " Xvid has been successfully built."
# Line 111  Line 113 
113    
114  $(STATIC_LIB): $(BUILD_DIR) $(OBJECTS)  $(STATIC_LIB): $(BUILD_DIR) $(OBJECTS)
115          @echo "  L: $(@F)"          @echo "  L: $(@F)"
116          @cd $(BUILD_DIR) && ar rc $(@F) $(OBJECTS) && $(RANLIB) $(@F)          @cd $(BUILD_DIR) && $(AR) rc $(@F) $(OBJECTS) && $(RANLIB) $(@F)
117    
118  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
119  # Shared Library  # Shared Library

Legend:
Removed from v.1925  
changed lines
  Added in v.1996

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