summaryrefslogtreecommitdiff
path: root/gst-libs/gst/Makefile.am
blob: 2820431502e923f4e2dafa4412f53912dbae4141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SUBDIRS = \
	tag \
	fft \
	sdp \
	rtsp \
	video \
	audio \
	rtp \
	pbutils \
	riff \
	app \
	allocators

noinst_HEADERS = gettext.h gst-i18n-app.h gst-i18n-plugin.h glib-compat-private.h

# dependencies:
audio: tag

riff: tag audio

rtsp: sdp

pbutils: video audio

rtp: audio

sdp: rtp

INDEPENDENT_SUBDIRS = \
	tag audio fft video app

.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)

independent-subdirs: $(INDEPENDENT_SUBDIRS)

$(INDEPENDENT_SUBDIRS):
	$(MAKE) -C $@

all-recursive: independent-subdirs