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

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

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

revision 77, Thu Mar 28 16:14:23 2002 UTC revision 307, Thu Jul 18 13:41:16 2002 UTC
# Line 17  Line 17 
17          $(SRCDIR)/image/colorspace.c \          $(SRCDIR)/image/colorspace.c \
18          $(SRCDIR)/image/image.c \          $(SRCDIR)/image/image.c \
19          $(SRCDIR)/image/interpolate8x8.c \          $(SRCDIR)/image/interpolate8x8.c \
20            $(SRCDIR)/image/font.c \
21          $(SRCDIR)/motion/motion_comp.c \          $(SRCDIR)/motion/motion_comp.c \
22          $(SRCDIR)/motion/motion_est.c \          $(SRCDIR)/motion/motion_est.c \
23            $(SRCDIR)/motion/smp_motion_est.c \
24          $(SRCDIR)/motion/sad.c \          $(SRCDIR)/motion/sad.c \
25          $(SRCDIR)/prediction/mbprediction.c \          $(SRCDIR)/prediction/mbprediction.c \
26          $(SRCDIR)/quant/adapt_quant.c \          $(SRCDIR)/quant/adapt_quant.c \
# Line 43  Line 45 
45          $(SRCDIR)/quant/*.o \          $(SRCDIR)/quant/*.o \
46          $(SRCDIR)/utils/*.o          $(SRCDIR)/utils/*.o
47    
   
48  SRC_INTEL = \  SRC_INTEL = \
49            $(SRCDIR)/utils/x86_asm/cpuid.asm \
50            \
51          $(SRCDIR)/bitstream/x86_asm/cbp_mmx.asm \          $(SRCDIR)/bitstream/x86_asm/cbp_mmx.asm \
52            $(SRCDIR)/bitstream/x86_asm/cbp_sse2.asm \
53          $(SRCDIR)/dct/x86_asm/fdct_mmx.asm \          $(SRCDIR)/dct/x86_asm/fdct_mmx.asm \
54          $(SRCDIR)/dct/x86_asm/idct_mmx.asm \          $(SRCDIR)/dct/x86_asm/idct_mmx.asm \
55          $(SRCDIR)/image/x86_asm/interpolate8x8_mmx.asm \          $(SRCDIR)/image/x86_asm/interpolate8x8_mmx.asm \
# Line 58  Line 62 
62          $(SRCDIR)/motion/x86_asm/sad_mmx.asm \          $(SRCDIR)/motion/x86_asm/sad_mmx.asm \
63          $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \          $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \
64          $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \          $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \
65          $(SRCDIR)/utils/x86_asm/cpuid.asm \          $(SRCDIR)/utils/x86_asm/mem_transfer_mmx.asm    \
66          $(SRCDIR)/utils/x86_asm/mem_transfer_mmx.asm          \
67            $(SRCDIR)/image/x86_asm/interpolate8x8_xmm.asm  \
68            $(SRCDIR)/motion/x86_asm/sad_xmm.asm \
69            $(SRCDIR)/motion/x86_asm/sad_sse2.asm \
70            \
71            $(SRCDIR)/image/x86_asm/interpolate8x8_3dn.asm
72    
73  DIRS_INTEL = \  DIRS_INTEL = \
74          $(SRCDIR)/bitstream/x86_asm/*.o \          $(SRCDIR)/bitstream/x86_asm/*.o \
# Line 70  Line 78 
78          $(SRCDIR)/quant/x86_asm/*.o \          $(SRCDIR)/quant/x86_asm/*.o \
79          $(SRCDIR)/utils/x86_asm/*.o          $(SRCDIR)/utils/x86_asm/*.o
80    
81    SRC_IA64 = \
82            $(SRCDIR)/dct/ia64_asm/fdct_ia64.s \
83            $(SRCDIR)/image/ia64_asm/interpolate8x8_ia64.s \
84            $(SRCDIR)/motion/ia64_asm/sad_ia64.s \
85            $(SRCDIR)/motion/ia64_asm/halfpel8_refine_ia64.s \
86            $(SRCDIR)/quant/ia64_asm/quant_h263_ia64.s \
87            $(SRCDIR)/utils/ia64_asm/mem_transfer_ia64.s
88    
89    ifeq ($(CC),ecc)
90    SRC_IA64 += \
91            $(SRCDIR)/dct/ia64_asm/idct_ia64_ecc.s
92    else
93    SRC_IA64 += \
94            $(SRCDIR)/dct/ia64_asm/idct_ia64_gcc.s
95    endif
96    
97    
98    DIRS_IA64 = \
99            $(SRCDIR)/dct/ia64_asm/*.o \
100            $(SRCDIR)/image/ia64_asm/*.o \
101            $(SRCDIR)/motion/ia64_asm/*.o \
102            $(SRCDIR)/quant/ia64_asm/*.o \
103            $(SRCDIR)/utils/ia64_asm/*.o
104    
105  SRC_PPC = \  SRC_PPC = \
106          $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s          $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s
107    
108  SRC_ALTIVEC = \  SRC_ALTIVEC = \
109          $(SRCDIR)/bitstream/ppc_asm/cbp_altivec.s \          $(SRCDIR)/bitstream/ppc_asm/cbp_altivec.s \
110          $(SRCDIR)/dct/ppc_asm/fdct_altivec.s \          $(SRCDIR)/dct/ppc_asm/fdct_altivec.s \
111          $(SRCDIR)/dct/ppc_asm/idct_altivec.s          $(SRCDIR)/dct/ppc_asm/idct_altivec.s \
112            $(SRCDIR)/motion/ppc_asm/sad_altivec.s
113    
114    
115  DIRS_PPC = \  DIRS_PPC = \

Legend:
Removed from v.77  
changed lines
  Added in v.307

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