r802: Remove renderframfsclient and renderfarmfsserver .h and .C from Makefile.am...
[cinelerra_cv/mob.git] / quicktime / Makefile.am
blobf637a23966b616e9fed13da097024311ce301a5d
1 SUBDIRS = encore50 ffmpeg
4 lib_LTLIBRARIES = libquicktimehv.la
5 AM_CFLAGS = \
6         $(LARGEFILE_CFLAGS) \
7         $(CPU_CFLAGS) \
8         $(FIREWIRE_CFLAGS) \
9         $(XIPH_CFLAGS) \
10         $(MJPEG_CFLAGS) \
11         $(LIBDV_CFLAGS) \
12         -DENCORE_INCLUDE=\"encore50/encore.h\" \
13         -I$(srcdir)/ffmpeg/libavcodec
15 libquicktimehv_la_LDFLAGS = -version-info 1:0:0 -release 1.6.0 -Wl,--no-undefined 
17 libquicktimehv_la_LIBADD = \
18         ffmpeg/libavcodec/libavcodec.la \
19         $(XIPH_LIBS) \
20         -lmp3lame \
21         $(FAAD_LIBS) \
22         -lfaac \
23         encore50/libencore.la \
24         $(top_builddir)/libmpeg3/libmpeg3hv.la \
25         -lx264 \
26         $(LIBDV_LIBS) \
27         -ljpeg -lpng \
28         -lz -lpthread -lm
30 libquicktimehv_la_SOURCES = \
31         atom.c \
32         avcc.c \
33         avi_hdrl.c \
34         avi_idx1.c \
35         avi_movi.c \
36         avi_strl.c \
37                           avi_odml.c avi_ix.c avi_indx.c avi_riff.c \
38         cmodel_default.c \
39         cmodel_float.c \
40         cmodel_yuv420p.c \
41         cmodel_yuv422.c \
42         codecs.c \
43         colormodels.c \
44         ctab.c \
45         dinf.c \
46         dref.c \
47         edts.c \
48         elst.c \
49         esds.c \
50         graphics.c \
51         hdlr.c \
52                                                                                                         ima4.c interlacemodes.c jpeg.c libdv.c libmjpeg.c matrix.c mdat.c mdhd.c mdia.c \
53         minf.c \
54         moov.c \
55         mp4a.c \
56         mvhd.c \
57         plugin.c \
58         qtdv.c \
59         qtffmpeg.c \
60         qth264.c \
61         qtpng.c \
62         qtmp3.c \
63         quicktime.c \
64         raw.c \
65         rawaudio.c \
66         rle.c \
67                                                                                                         smhd.c stbl.c stco.c stsc.c stsd.c stsdtable.c stss.c stsz.c stts.c \
68                                                                                                         tkhd.c trak.c twos.c udta.c ulaw.c util.c v308.c v408.c v410.c vmhd.c \
69         vbraudio.c \
70                                                                                                         vorbis.c workarounds.c yuv2.c yuv4.c yv12.c wmx2.c \
71                                                                                                         wma.c mpeg4.c
73 noinst_HEADERS = cmodel_permutation.h \
74         codecs.h \
75         colormodels.h \
76         div3.h \
77         divx.h \
78         fastjpg.h \
79         fastjpgmacro.h \
80         funcprotos.h \
81         graphics.h \
82         ima4.h \
83         interlacemodes.h \
84         jpeg.h \
85         jpeg_old.h \
86         libdv.h \
87         libmjpeg.h \
88         mmx.h \
89         mp4a.h \
90         mpeg4.h \
91         qtdv.h \
92         qtffmpeg.h \
93         qth264.h \
94         qtmp3.h \
95         qtpng.h \
96         qtprivate.h \
97         qtvorbis.h \
98         quicktime.h \
99         raw.h \
100         rawaudio.h \
101         rle.h \
102         rtjpeg.h \
103         rtjpeg_core.h \
104         twos.h \
105         ulaw.h \
106         v308.h \
107         v408.h \
108         v410.h \
109         wma.h \
110         wmx1.h \
111         wmx2.h \
112         workarounds.h \
113         xanimjpeg.h \
114         yuv2.h \
115         yuv4.h \
116         yuv9.h \
117         yv12.h
118         
119 EXTRA_DIST = docs
121 INCLUDES = -I$(top_srcdir)/libmpeg3
123 pkgincludedir=$(includedir)/quicktime
124 pkginclude_HEADERS=quicktime.h qtprivate.h
126 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)
128 dist-hook:
129         -rm -rf $(distdir)/docs/CVS