ae541aaf81bb05a7d8f54bbb1bf0414b17578d3f
[platform/upstream/gst-plugins-bad.git] / gst-libs / gst / Makefile.am
1 if USE_WAYLAND
2 WAYLAND_DIR=wayland
3 endif
4
5 if USE_OPENCV
6 OPENCV_DIR=opencv
7 endif
8
9 SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
10          insertbin mpegts video audio player isoff $(WAYLAND_DIR) \
11          $(OPENCV_DIR)
12
13 noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
14 DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \
15         codecparsers insertbin mpegts wayland opencv video audio player isoff
16
17 adaptivedemux: uridownloader
18
19 INDEPENDENT_SUBDIRS = \
20         interfaces basecamerabinsrc codecparsers insertbin uridownloader \
21         mpegts player isoff $(WAYLAND_DIR) $(OPENCV_DIR)
22
23 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
24
25 independent-subdirs: $(INDEPENDENT_SUBDIRS)
26
27 $(INDEPENDENT_SUBDIRS):
28         $(MAKE) -C $@
29
30 all-recursive: independent-subdirs