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

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

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

trunk/xvidcore/build/generic/Makefile.dj revision 3, Fri Mar 8 02:46:11 2002 UTC branches/dev-api-3/xvidcore/build/generic/Makefile.dj revision 631, Thu Nov 7 10:31:03 2002 UTC
# Line 11  Line 11 
11    
12    
13  CC = gcc  CC = gcc
14  CFLAGS = -Wall -DARCH_X86  CFLAGS = -Wall -DARCH_X86 -DBFRAMES
15  # CFLAGS += -funroll-loops -ffast-math -fstrict-aliasing -fomit-frame-pointer  # CFLAGS += -funroll-loops -ffast-math -fstrict-aliasing -fomit-frame-pointer
16  # CFLAGS += -fPIC  # CFLAGS += -fPIC
17  # CFLAGS += -m486  # CFLAGS += -m486
# Line 20  Line 20 
20    
21    
22  AS = nasm  AS = nasm
23  AFLAGS = -f coff -DPREFIX  AFLAGS = -f coff -DPREFIX -DFORMAT_COFF
24  %.o: %.asm  %.o: %.asm
25          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
26    
27    
28  RM = deltree /y  RM = deltree /y
# Line 37  Line 37 
37    
38  clean:  clean:
39          $(RM) $(SRCDIR)/*.o          $(RM) $(SRCDIR)/*.o
40          $(RM) $(SRCDIR)/common/*.o          $(RM) $(SRCDIR)/bitstream/*.o
41          $(RM) $(SRCDIR)/decoder/*.o          $(RM) $(SRCDIR)/dct/*.o
         $(RM) $(SRCDIR)/encoder/*.o  
42          $(RM) $(SRCDIR)/image/*.o          $(RM) $(SRCDIR)/image/*.o
43          $(RM) $(SRCDIR)/common/intel_mmx/*.o          $(RM) $(SRCDIR)/motion/*.o
44          $(RM) $(SRCDIR)/decoder/intel_mmx/*.o          $(RM) $(SRCDIR)/prediction/*.o
45          $(RM) $(SRCDIR)/encoder/intel_mmx/*.o          $(RM) $(SRCDIR)/quant/*.o
46          $(RM) $(SRCDIR)/image/intel_mmx/*.o          $(RM) $(SRCDIR)/utils/*.o
47            $(RM) $(SRCDIR)/bitstream/x86_asm/*.o
48            $(RM) $(SRCDIR)/dct/x86_asm/*.o
49            $(RM) $(SRCDIR)/image/x86_asm/*.o
50            $(RM) $(SRCDIR)/motion/x86_asm/*.o
51            $(RM) $(SRCDIR)/quant/x86_asm/*.o
52            $(RM) $(SRCDIR)/utils/x86_asm/*.o
53          $(RM) $(LIB)          $(RM) $(LIB)
54    
55    

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

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