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

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

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

revision 206, Fri Jun 14 12:26:06 2002 UTC revision 207, Fri Jun 14 13:06:33 2002 UTC
# 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) $< -o $@
26    
# 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.206  
changed lines
  Added in v.207

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