1 AUTOMAKE_OPTIONS = foreign
3 SUBDIRS = debian gst-libs pkgconfig sys tests docs
5 # Extra clean files so that maintainer-clean removes *everything*
6 MAINTAINERCLEANFILES = \
7 aclocal.m4 compile config.guess config.sub \
8 configure depcomp install-sh ltmain.sh \
9 Makefile.in missing config.h.in gtk-doc.make
12 -mkdir -p debian-build
14 tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \
15 cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -uc -us