tizen 2.0 init
[framework/multimedia/gst-plugins-ext0.10.git] / Makefile.am
1
2 ACLOCAL_AMFLAGS = -I common/m4
3
4 aclocaldir = $(datadir)/aclocal
5
6 SUBDIRS = common
7
8 if GST_EXT_USE_EXT_PIFFDEMUX
9 #SUBDIRS += piffdemux
10 endif
11
12 if GST_EXT_USE_EXT_ENCODEBIN
13 SUBDIRS += encodebin
14 endif
15
16 if GST_EXT_USE_EXT_AVSYSTEM
17 SUBDIRS += avsystem
18 endif
19
20 if GST_EXT_USE_EXT_EVASIMAGESINK
21 SUBDIRS += evasimagesink
22 endif
23
24 if GST_EXT_USE_EXT_DRMSRC
25 SUBDIRS += drmsrc
26 endif
27
28 if GST_EXT_USE_EXT_TOGGLE
29 SUBDIRS += toggle
30 endif
31
32 if GST_EXT_USE_EXT_AVSYSTEM
33 SUBDIRS += pdpushsrc
34 endif
35
36 if GST_EXT_USE_EXT_AUDIOTP
37 SUBDIRS += audiotp
38 endif
39
40 if GST_EXT_USE_EXT_SSDEMUX
41 #SUBDIRS += ssdemux
42 endif
43
44
45
46 DIST_SUBDIRS = common
47
48 if GST_EXT_USE_EXT_PIFFDEMUX
49 #DIST_SUBDIRS += piffdemux
50 endif
51
52 if GST_EXT_USE_EXT_ENCODEBIN
53 DIST_SUBDIRS += encodebin
54 endif
55
56 if GST_EXT_USE_EXT_AVSYSTEM
57 DIST_SUBDIRS += avsystem
58 endif
59
60 if GST_EXT_USE_EXT_EVASIMAGESINK
61 DIST_SUBDIRS += evasimagesink
62 endif
63
64 if GST_EXT_USE_EXT_DRMSRC
65 DIST_SUBDIRS += drmsrc
66 endif
67
68 if GST_EXT_USE_EXT_TOGGLE
69 DIST_SUBDIRS += toggle
70 endif
71
72 if GST_EXT_USE_EXT_SSDEMUX
73 #DIST_SUBDIRS += ssdemux
74 endif
75
76
77
78 EXTRA_DIST = \
79         gstreamer.spec gstreamer.spec.in \
80         configure.ac autogen.sh depcomp \
81         MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
82         $(win32)
83
84 check: check-exports
85