[svn] / branches / release-0_9_1-fixes / xvidcore / build / generic / Makefile Repository:
ViewVC logotype

Diff of /branches/release-0_9_1-fixes/xvidcore/build/generic/Makefile

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

revision 927, Mon Mar 17 23:09:27 2003 UTC revision 928, Mon Mar 17 23:24:21 2003 UTC
# Line 30  Line 30 
30  #  #
31  ##############################################################################  ##############################################################################
32    
 # Our main targets  
 STATIC_LIB=libxvidcore.$(STATIC_EXTENSION)  
 SHARED_LIB=libxvidcore.$(SHARED_EXTENSION)  
   
33  # Their Objects  # Their Objects
34  OBJECTS=$(GENERIC_OBJECTS)  OBJECTS=$(GENERIC_OBJECTS)
35  OBJECTS+=$(DIVX4COMPAT_OBJECTS)  OBJECTS+=$(DIVX4COMPAT_OBJECTS)
# Line 102  Line 98 
98          @echo          @echo
99          @echo "+---------- Installing XviD libraries in $(libdir) ----------+"          @echo "+---------- Installing XviD libraries in $(libdir) ----------+"
100          @echo          @echo
101            $(INSTALL) -d $(libdir)
102          $(INSTALL) -m 755 $(SHARED_LIB) $(libdir)/$(SHARED_LIB)          $(INSTALL) -m 755 $(SHARED_LIB) $(libdir)/$(SHARED_LIB)
103          $(INSTALL) -m 755 $(STATIC_LIB) $(libdir)/$(STATIC_LIB)          $(INSTALL) -m 755 $(STATIC_LIB) $(libdir)/$(STATIC_LIB)
104          @echo          @echo
105          @echo "+---------- Installing XviD header in $(includedir) ----------+"          @echo "+---------- Installing XviD header in $(includedir) ----------+"
106          @echo          @echo
107            $(INSTALL) -d $(includedir)
108          $(INSTALL) -m 644 $(SRCDIR)/xvid.h $(includedir)/xvid.h          $(INSTALL) -m 644 $(SRCDIR)/xvid.h $(includedir)/xvid.h
109          @echo          @echo
110    

Legend:
Removed from v.927  
changed lines
  Added in v.928

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