r123: Merged HEAD and TEST. New stuff shall be committed to HEAD from now on.
[cinelerra_cv/mob.git] / quicktime / Makefile.am
blob80f34c96edf68c1563fd4a234fc4a65fb7dd017b
1 SUBDIRS=decore50 encore50 
4 lib_LTLIBRARIES = libquicktime.la
5 libquicktime_la_CFLAGS = $(GLIB_CFLAGS) $(CPU_CFLAGS) $(FIREWIRE_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS) $(LIBAVCODEC_CFLAGS) -DDECORE_INCLUDE=\"decore50/decore.h\" -DENCORE_INCLUDE=\"encore50/encore.h\"
6 libquicktime_la_LDFLAGS = -version-info 1:0:0 -release 1.6.0 -Wl,--no-undefined 
8 libquicktime_la_LIBADD = $(FIREWIRE_LDFLAGS) -ldv -lxvidcore -ljpeg -lpng \
9                                                  -logg -lvorbis -lvorbisenc -lmp3lame $(LIBAVCODEC_LIBS) \
10                                                  encore50/libencore.la decore50/libdecore.la \
11                                                 $(top_builddir)/libmpeg3/libmpeg3.la -lpthread -lm
13 libquicktime_la_SOURCES = atom.c avi_hdrl.c avi_idx1.c avi_movi.c avi_strl.c \
14                           avi_odml.c avi_ix.c avi_indx.c avi_riff.c \
15                                                                                                         cmodel_default.c cmodel_yuv420p.c cmodel_yuv422.c codecs.c colormodels.c \
16                                                                                                         ctab.c dinf.c dref.c dv.c edts.c elst.c graphics.c hdlr.c \
17                                                                                                         ima4.c jpeg.c libdv.c libmjpeg.c matrix.c mdat.c mdhd.c mdia.c \
18                                                                                                         minf.c moov.c mvhd.c plugin.c qtpng.c qtmp3.c quicktime.c raw.c rawaudio.c \
19                                                                                                         smhd.c stbl.c stco.c stsc.c stsd.c stsdtable.c stss.c stsz.c stts.c \
20                                                                                                         tkhd.c trak.c twos.c udta.c ulaw.c util.c v308.c v408.c v410.c vmhd.c \
21                                                                                                         vorbis.c workarounds.c yuv2.c yuv4.c yv12.c wmx2.c \
22                                                                                                         wma.c mpeg4.c
24 noinst_HEADERS = cmodel_permutation.h \
25         codecs.h \
26         colormodels.h \
27         div3.h \
28         divx.h \
29         dv.h \
30         fastjpg.h \
31         fastjpgmacro.h \
32         funcprotos.h \
33         graphics.h \
34         ima4.h \
35         jpeg.h \
36         jpeg_old.h \
37         libdv.h \
38         libmjpeg.h \
39         mmx.h \
40         mpeg4.h \
41         qtmp3.h \
42         qtpng.h \
43         qtprivate.h \
44         qtvorbis.h \
45         quicktime.h \
46         raw.h \
47         rawaudio.h \
48         rtjpeg.h \
49         rtjpeg_core.h \
50         twos.h \
51         ulaw.h \
52         v308.h \
53         v408.h \
54         v410.h \
55         wma.h \
56         wmx1.h \
57         wmx2.h \
58         workarounds.h \
59         xanimjpeg.h \
60         yuv2.h \
61         yuv4.h \
62         yuv9.h \
63         yv12.h
64         
65 EXTRA_DIST = docs
67 INCLUDES = -I/usr/include/lame -I$(top_srcdir)/libmpeg3 -I/usr/include/glib-1.2
69 pkgincludedir=$(includedir)/quicktime
70 pkginclude_HEADERS=quicktime.h qtprivate.h
72 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)
74 dist-hook:
75         -rm -rf $(distdir)/docs/CVS