Policy element integration
[profile/ivi/gst-plugins-base.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     policy
21
22 noinst_HEADERS = gettext.h gst-i18n-plugin.h glib-compat-private.h
23
24 # dependencies:
25 audio: interfaces pbutils
26
27 cdda: tag
28
29 riff: tag audio
30
31 rtsp: sdp
32
33 INDEPENDENT_SUBDIRS = \
34         interfaces tag fft floatcast netbuffer pbutils rtp sdp video app policy
35
36 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
37
38 independent-subdirs: $(INDEPENDENT_SUBDIRS)
39
40 $(INDEPENDENT_SUBDIRS):
41         $(MAKE) -C $@
42
43 all-recursive: independent-subdirs