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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71 - (view) (download)

1 : Isibaar 3 LIB=libcore.a
2 :     LIBSO=libxvidcore.so
3 :    
4 :    
5 :     SRCDIR = ../../src
6 :    
7 : edgomez 11 SRC = \
8 :     $(SRCDIR)/decoder.c \
9 :     $(SRCDIR)/divx4.c \
10 :     $(SRCDIR)/encoder.c \
11 :     $(SRCDIR)/xvid.c \
12 :     $(SRCDIR)/bitstream/bitstream.c \
13 :     $(SRCDIR)/bitstream/cbp.c \
14 :     $(SRCDIR)/bitstream/mbcoding.c \
15 :     $(SRCDIR)/dct/fdct.c \
16 :     $(SRCDIR)/dct/idct.c \
17 :     $(SRCDIR)/image/colorspace.c \
18 : Isibaar 3 $(SRCDIR)/image/image.c \
19 : edgomez 11 $(SRCDIR)/image/interpolate8x8.c \
20 :     $(SRCDIR)/motion/motion_comp.c \
21 :     $(SRCDIR)/motion/motion_est.c \
22 :     $(SRCDIR)/motion/sad.c \
23 :     $(SRCDIR)/prediction/mbprediction.c \
24 :     $(SRCDIR)/quant/adapt_quant.c \
25 :     $(SRCDIR)/quant/quant_h263.c \
26 :     $(SRCDIR)/quant/quant_matrix.c \
27 :     $(SRCDIR)/quant/quant_mpeg4.c \
28 :     $(SRCDIR)/utils/emms.c \
29 :     $(SRCDIR)/utils/mbtransquant.c \
30 :     $(SRCDIR)/utils/mem_align.c \
31 :     $(SRCDIR)/utils/mem_transfer.c \
32 :     $(SRCDIR)/utils/ratecontrol.c \
33 :     $(SRCDIR)/utils/timer.c
34 : Isibaar 3
35 :    
36 : edgomez 11 DIRS = \
37 :     $(SRCDIR)/*.o \
38 :     $(SRCDIR)/bitstream/*.o \
39 :     $(SRCDIR)/dct/*.o \
40 :     $(SRCDIR)/image/*.o \
41 :     $(SRCDIR)/motion/*.o \
42 :     $(SRCDIR)/prediction/*.o \
43 :     $(SRCDIR)/quant/*.o \
44 :     $(SRCDIR)/utils/*.o
45 :    
46 :    
47 : Isibaar 3 SRC_INTEL = \
48 : edgomez 11 $(SRCDIR)/bitstream/x86_asm/cbp_mmx.asm \
49 :     $(SRCDIR)/dct/x86_asm/fdct_mmx.asm \
50 :     $(SRCDIR)/dct/x86_asm/idct_mmx.asm \
51 :     $(SRCDIR)/image/x86_asm/interpolate8x8_mmx.asm \
52 :     $(SRCDIR)/image/x86_asm/rgb_to_yv12_mmx.asm \
53 :     $(SRCDIR)/image/x86_asm/yuv_to_yv12_mmx.asm \
54 :     $(SRCDIR)/image/x86_asm/yuyv_to_yv12_mmx.asm \
55 :     $(SRCDIR)/image/x86_asm/yv12_to_rgb24_mmx.asm \
56 :     $(SRCDIR)/image/x86_asm/yv12_to_rgb32_mmx.asm \
57 :     $(SRCDIR)/image/x86_asm/yv12_to_yuyv_mmx.asm \
58 :     $(SRCDIR)/motion/x86_asm/sad_mmx.asm \
59 :     $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \
60 :     $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \
61 :     $(SRCDIR)/utils/x86_asm/cpuid.asm \
62 :     $(SRCDIR)/utils/x86_asm/mem_transfer_mmx.asm
63 : Isibaar 3
64 : edgomez 11
65 : Isibaar 3 DIRS_INTEL = \
66 : edgomez 11 $(SRCDIR)/bitstream/x86_asm/*.o \
67 :     $(SRCDIR)/dct/x86_asm/*.o \
68 :     $(SRCDIR)/image/x86_asm/*.o \
69 :     $(SRCDIR)/motion/x86_asm/*.o \
70 :     $(SRCDIR)/quant/x86_asm/*.o \
71 :     $(SRCDIR)/utils/x86_asm/*.o
72 : Isibaar 3
73 : canard 52 SRC_PPC = \
74 :     $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s
75 :    
76 : canard 71 SRC_ALTIVEC = \
77 :     $(SRCDIR)/bitstream/ppc_asm/cbp_altivec.s
78 :    
79 :    
80 : canard 52 DIRS_PPC = \
81 :     $(SRCDIR)/bitstream/ppc_asm/*.o

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