tizen 2.0 init
[framework/multimedia/gst-plugins-base0.10.git] / gst-libs / gst / Makefile.am
1 # The interfaces directory has to be built before the others,
2 # otherwise some generated header files will be missing for the
3 # plugins in the other directories.
4 # Also, the tag directory has to be built before the cdda directory.
5 SUBDIRS = \
6         interfaces \
7         tag \
8         cdda \
9         fft \
10         floatcast \
11         netbuffer \
12         rtp \
13         sdp \
14         rtsp \
15         video \
16         pbutils \
17         audio \
18         riff \
19         app
20
21 noinst_HEADERS = gettext.h gst-i18n-plugin.h glib-compat-private.h
22
23 # dependencies:
24 audio: interfaces pbutils
25
26 cdda: tag
27
28 riff: tag audio
29
30 rtsp: sdp
31
32 INDEPENDENT_SUBDIRS = \
33         interfaces tag fft floatcast netbuffer pbutils rtp sdp video app
34
35 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
36
37 independent-subdirs: $(INDEPENDENT_SUBDIRS)
38
39 $(INDEPENDENT_SUBDIRS):
40         $(MAKE) -C $@
41
42 all-recursive: independent-subdirs