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

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

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

trunk/xvidcore/build/generic/Makefile.beos revision 381, Sun Aug 18 14:06:32 2002 UTC branches/dev-api-3/xvidcore/build/generic/Makefile.beos 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.beos,v 1.1 2002-08-18 14:06:32 Isibaar Exp $  # $Id: Makefile.beos,v 1.1.2.2 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 137  Line 137 
137  #############################################################################  #############################################################################
138    
139  %.o: %.asm  %.o: %.asm
140          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
141    
142  RM = rm -rf  RM = rm -rf
143    

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

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