summaryrefslogtreecommitdiff
path: root/gst-libs/gst/Makefile.am
blob: fac48ab3455b57cead1eba5f7d652dc853df03da (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
40
41
42
# The interfaces directory has to be built before the others,
# otherwise some generated header files will be missing for the
# plugins in the other directories.
# Also, the tag directory has to be built before the cdda directory.
SUBDIRS = \
	interfaces \
	tag \
	audio \
	cdda \
	fft \
	floatcast \
	netbuffer \
	pbutils \
	riff \
	rtp \
	sdp \
	rtsp \
	video \
	app

noinst_HEADERS = gettext.h gst-i18n-plugin.h

# dependencies:
audio: interfaces

cdda: tag

riff: tag

rtsp: sdp

INDEPENDENT_SUBDIRS = \
	interfaces tag fft floatcast netbuffer pbutils rtp sdp video app

.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)

independent-subdirs: $(INDEPENDENT_SUBDIRS)

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

all-recursive: independent-subdirs