Merge branch 'master' into 0.11
[platform/upstream/gstreamer.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 SUBDIRS = \
5         interfaces \
6         tag \
7         fft \
8         rtp \
9         sdp \
10         rtsp \
11         video \
12         audio \
13         pbutils \
14         riff \
15         app
16
17 noinst_HEADERS = gettext.h gst-i18n-plugin.h
18
19 # dependencies:
20 audio: interfaces tag
21
22 riff: tag audio
23
24 rtsp: sdp
25
26 pbutils: video audio
27
28 INDEPENDENT_SUBDIRS = \
29         interfaces tag audio fft rtp sdp video app
30
31 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
32
33 independent-subdirs: $(INDEPENDENT_SUBDIRS)
34
35 $(INDEPENDENT_SUBDIRS):
36         $(MAKE) -C $@
37
38 all-recursive: independent-subdirs