[cvs] / xvidcore / build / generic / Makefile.beos Repository:
ViewVC logotype

Diff of /xvidcore/build/generic/Makefile.beos

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

revision 1.1, Sun Aug 18 14:06:32 2002 UTC revision 1.1.2.3, Sat Dec 14 08:14:37 2002 UTC
# Line 1  Line 1 
1  #############################################################################  #############################################################################
2  #  #
3  # GNU/Linux Makefile  # BeOS Makefile
4  #  #
5  # Edit this file to enable/disable optimizations  # Edit this file to enable/disable optimizations
6  #  #
# Line 43  Line 43 
43  #   (Use only if you know what you're doing !)  #   (Use only if you know what you're doing !)
44      # PSNR during encoding      # PSNR during encoding
45  # CFLAGS += -D_DEBUG_PSNR  # CFLAGS += -D_DEBUG_PSNR
     # BFRAMES encoding  
 # CFLAGS += -DBFRAMES  
     # BFRAMES decoding  
 # CFLAGS += -DBFRAMES_DEC  
46    
47  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
48    
# Line 137  Line 133 
133  #############################################################################  #############################################################################
134    
135  %.o: %.asm  %.o: %.asm
136          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
137    
138  RM = rm -rf  RM = rm -rf
139    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.3

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