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

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

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

revision 900, Wed Feb 26 23:28:38 2003 UTC revision 907, Thu Mar 6 21:12:03 2003 UTC
# Line 98  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.900  
changed lines
  Added in v.907

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