[svn] / branches / dev-api-3 / xvidcore / build / generic / Makefile.linux Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/build/generic/Makefile.linux

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

trunk/xvidcore/build/generic/Makefile.linux revision 314, Fri Jul 19 09:56:59 2002 UTC branches/dev-api-3/xvidcore/build/generic/Makefile.linux revision 631, Thu Nov 7 10:31:03 2002 UTC
# Line 4  Line 4 
4  #  #
5  # Edit this file to enable/disable optimizations  # Edit this file to enable/disable optimizations
6  #  #
7  # $Id: Makefile.linux,v 1.6 2002-07-19 09:56:59 edgomez Exp $  # $Id: Makefile.linux,v 1.6.2.3 2002-11-07 10:31:03 suxen_drol Exp $
8  #  #
9  #############################################################################  #############################################################################
10    
# Line 44  Line 44 
44      # PSNR during encoding      # PSNR during encoding
45  # CFLAGS += -D_DEBUG_PSNR  # CFLAGS += -D_DEBUG_PSNR
46      # BFRAMES encoding      # BFRAMES encoding
47  # CFLAGS += -DBFRAMES  CFLAGS += -DBFRAMES
48      # BFRAMES decoding      # BFRAMES decoding
49  # CFLAGS += -DBFRAMES_DEC  CFLAGS += -DBFRAMES_DEC
50    
51  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
52    
# Line 139  Line 139 
139  #############################################################################  #############################################################################
140    
141  %.o: %.asm  %.o: %.asm
142          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
143    
144  RM = rm -rf  RM = rm -rf
145    
# Line 162  Line 162 
162    
163  install: libxvidcore.so  install: libxvidcore.so
164          cp libxvidcore.so $(LIBDIR)                     # you have to bee root for this          cp libxvidcore.so $(LIBDIR)                     # you have to bee root for this
165            cp $(SRCDIR)/xvid.h /usr/local/include
166          /sbin/ldconfig          /sbin/ldconfig
167    
168  install-test: libxvidcore.so                            # if you don't want to overwrite previous compile  install-test: libxvidcore.so                            # if you don't want to overwrite previous compile

Legend:
Removed from v.314  
changed lines
  Added in v.631

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