Merge branch 'upstream/1.16' into tizen_gst_1.16.2
[platform/upstream/gst-plugins-base.git] / gst-libs / gst / Makefile.am
1 if USE_OPENGL
2 GL_DIR = gl
3 endif
4 if USE_GLES2
5 GL_DIR = gl
6 endif
7
8 SUBDIRS = \
9         tag \
10         fft \
11         audio \
12         rtp \
13         sdp \
14         rtsp \
15         video \
16         pbutils \
17         riff \
18         app \
19         allocators \
20         $(GL_DIR)
21
22 DIST_SUBDIRS = \
23         tag \
24         fft \
25         audio \
26         rtp \
27         sdp \
28         rtsp \
29         video \
30         pbutils \
31         riff \
32         app \
33         allocators \
34         gl
35
36 noinst_HEADERS = gettext.h gst-i18n-app.h gst-i18n-plugin.h glib-compat-private.h
37
38 # dependencies:
39 audio: tag
40
41 riff: tag audio
42
43 rtsp: sdp
44
45 pbutils: video audio
46
47 rtp: audio
48
49 sdp: rtp
50
51 gl: video allocators
52
53 INDEPENDENT_SUBDIRS = \
54         tag audio fft video app
55
56 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
57
58 independent-subdirs: $(INDEPENDENT_SUBDIRS)
59
60 $(INDEPENDENT_SUBDIRS):
61         $(MAKE) -C $@
62
63 all-recursive: independent-subdirs