blob: 9e985c5b1678b8d2f51fa64a2480645dc0514b26 [file] [log] [blame]
SUBDIRS = \
tag \
fft \
rtp \
sdp \
rtsp \
video \
audio \
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
INDEPENDENT_SUBDIRS = \
tag audio fft rtp sdp video app
.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
independent-subdirs: $(INDEPENDENT_SUBDIRS)
$(INDEPENDENT_SUBDIRS):
$(MAKE) -C $@
all-recursive: independent-subdirs