mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
15 lines
479 B
Makefile
15 lines
479 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = debian gst-libs pkgconfig sys tests docs
|
|
|
|
# Extra clean files so that maintainer-clean removes *everything*
|
|
MAINTAINERCLEANFILES = \
|
|
aclocal.m4 compile config.guess config.sub \
|
|
configure depcomp install-sh ltmain.sh \
|
|
Makefile.in missing config.h.in gtk-doc.make
|
|
|
|
deb: dist
|
|
-mkdir -p debian-build
|
|
cd debian-build && \
|
|
tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \
|
|
cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -uc -us
|