[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 3 - (view) (download)

1 : Isibaar 3
2 :     LIB=libcore.a
3 :     LIBSO=libxvidcore.so
4 :    
5 :    
6 :     SRCDIR = ../../src
7 :    
8 :     SRC = $(SRCDIR)/common/fdct.c \
9 :     $(SRCDIR)/common/idct.c \
10 :     $(SRCDIR)/common/interpolate8x8.c \
11 :     $(SRCDIR)/common/quantize.c \
12 :     $(SRCDIR)/common/quantize4.c \
13 :     $(SRCDIR)/common/transfer.c \
14 :     $(SRCDIR)/common/common.c \
15 :     $(SRCDIR)/common/timer.c \
16 :     $(SRCDIR)/decoder/bitreader.c \
17 :     $(SRCDIR)/decoder/decoder.c \
18 :     $(SRCDIR)/decoder/mbdecoding.c \
19 :     $(SRCDIR)/decoder/mbdeprediction.c \
20 :     $(SRCDIR)/encoder/cbp.c \
21 :     $(SRCDIR)/encoder/sad.c \
22 :     $(SRCDIR)/encoder/bitwriter.c \
23 :     $(SRCDIR)/encoder/encoder.c \
24 :     $(SRCDIR)/encoder/mbcoding.c \
25 :     $(SRCDIR)/encoder/mbmotionestcomp.c \
26 :     $(SRCDIR)/encoder/mbprediction.c \
27 :     $(SRCDIR)/encoder/mbtransquant.c \
28 :     $(SRCDIR)/encoder/putvlc.c \
29 :     $(SRCDIR)/encoder/ratecontrol.c \
30 :     $(SRCDIR)/image/halfpel.c \
31 :     $(SRCDIR)/image/in.c \
32 :     $(SRCDIR)/image/out.c \
33 :     $(SRCDIR)/image/halfpel.c \
34 :     $(SRCDIR)/image/image.c \
35 :     $(SRCDIR)/image/in.c \
36 :     $(SRCDIR)/image/out.c \
37 :     $(SRCDIR)/opendivx.c \
38 :     $(SRCDIR)/xvid.c
39 :    
40 :     DIRS = $(SRCDIR)/*.o \
41 :     $(SRCDIR)/common/*.o \
42 :     $(SRCDIR)/decoder/*.o \
43 :     $(SRCDIR)/encoder/*.o \
44 :     $(SRCDIR)/image/*.o
45 :    
46 :     SRC_INTEL = \
47 :     $(SRCDIR)/common/intel_mmx/cpuid.asm \
48 :     $(SRCDIR)/common/intel_mmx/fdct_mmx.asm \
49 :     $(SRCDIR)/common/intel_mmx/idct_mmx.asm \
50 :     $(SRCDIR)/common/intel_mmx/interpolate8x8_mmx.asm \
51 :     $(SRCDIR)/common/intel_mmx/quantize_mmx.asm \
52 :     $(SRCDIR)/common/intel_mmx/quantize4_mmx.asm \
53 :     $(SRCDIR)/common/intel_mmx/transfer_mmx.asm \
54 :     $(SRCDIR)/encoder/intel_mmx/cbp_mmx.asm \
55 :     $(SRCDIR)/encoder/intel_mmx/sad_mmx.asm \
56 :     $(SRCDIR)/image/intel_mmx/halfpel_mmx.asm \
57 :     $(SRCDIR)/image/intel_mmx/in_rgb_mmx.asm \
58 :     $(SRCDIR)/image/intel_mmx/in_yuv_mmx.asm \
59 :     $(SRCDIR)/image/intel_mmx/in_yuyv_mmx.asm \
60 :     $(SRCDIR)/image/intel_mmx/out_rgb24_mmx.asm \
61 :     $(SRCDIR)/image/intel_mmx/out_rgb32_mmx.asm \
62 :     $(SRCDIR)/image/intel_mmx/out_yuyv_mmx.asm
63 :    
64 :     DIRS_INTEL = \
65 :     $(SRCDIR)/common/intel_mmx/*.o \
66 :     $(SRCDIR)/decoder/intel_mmx/*.o \
67 :     $(SRCDIR)/encoder/intel_mmx/*.o \
68 :     $(SRCDIR)/image/intel_mmx/*.o
69 :    

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