Our RIFF library depends on both the audio and tag libraries
[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 # Also, the tag directory has to be built before the cdda directory.
5 SUBDIRS = \
6         interfaces \
7         tag \
8         audio \
9         cdda \
10         fft \
11         floatcast \
12         netbuffer \
13         pbutils \
14         riff \
15         rtp \
16         sdp \
17         rtsp \
18         video \
19         app
20
21 noinst_HEADERS = gettext.h gst-i18n-plugin.h
22
23 # dependencies:
24 audio: interfaces
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