mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
08ded8cb40
Original commit message from CVS: misc build fixes to make cvs head build from tarballs on Fedora
30 lines
600 B
Makefile
30 lines
600 B
Makefile
|
|
if BUILD_PLUGIN_DOCS
|
|
SUBDIRS_PLUGINS = plugins
|
|
else
|
|
SUBDIRS_PLUGINS =
|
|
endif
|
|
|
|
if BUILD_DOCS
|
|
SUBDIRS_DOCS = gst libs
|
|
else
|
|
SUBDIRS_DOCS =
|
|
endif
|
|
|
|
SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS)
|
|
DIST_SUBDIRS = gst libs plugins xsl
|
|
|
|
EXTRA_DIST = \
|
|
slides manuals.mak htmlinstall.mak \
|
|
image-png image-pdf image-eps version.entities.in
|
|
|
|
upload:
|
|
@for a in pwg; do cd $$a; make upload; cd ..; done
|
|
|
|
dist-hook:
|
|
$(RM) -rf $(distdir)/random/CVS
|
|
$(RM) -rf $(distdir)/random/*~
|
|
$(RM) -rf $(distdir)/random/.\#*
|
|
$(RM) -rf $(distdir)/slides/CVS
|
|
$(RM) -rf $(distdir)/slides/*~
|
|
$(RM) -rf $(distdir)/slides/.\#*
|