2012-06-27 15:27:31 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
|
2010-01-12 15:51:39 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
2012-10-11 08:03:14 +00:00
|
|
|
SUBDIRS = debian.upstream gst-libs gst pkgconfig tests docs ext
|
2010-01-12 15:51:39 +00:00
|
|
|
|
|
|
|
# Extra clean files so that maintainer-clean removes *everything*
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
aclocal.m4 compile config.guess config.sub \
|
|
|
|
configure depcomp install-sh ltmain.sh \
|
2010-03-19 17:11:20 +00:00
|
|
|
Makefile.in missing config.h.in gtk-doc.make
|
2010-03-16 13:53:09 +00:00
|
|
|
|
2010-03-23 18:45:09 +00:00
|
|
|
DEB_BUILDDIR = debian.build
|
|
|
|
|
|
|
|
deb:
|
|
|
|
dpkg-buildpackage -rfakeroot -uc -us
|
|
|
|
|
2012-10-17 13:49:23 +00:00
|
|
|
deb.upstream: dist-bzip2
|
2010-03-23 18:45:09 +00:00
|
|
|
-mkdir -p $(DEB_BUILDDIR)
|
|
|
|
cd $(DEB_BUILDDIR) && \
|
2010-05-13 07:19:46 +00:00
|
|
|
rm -rf $(PACKAGE)-$(VERSION) && \
|
2012-10-17 13:49:23 +00:00
|
|
|
tar jxvf ../$(PACKAGE)-$(VERSION).tar.bz2 && \
|
2010-03-23 18:45:09 +00:00
|
|
|
cd $(PACKAGE)-$(VERSION) && \
|
|
|
|
$(LN_S) debian.upstream debian && \
|
|
|
|
$(MAKE) deb -f Makefile.am
|