gstreamer/Makefile.am

24 lines
650 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign
2010-03-30 07:46:47 +00:00
SUBDIRS = debian.upstream gst-libs gst pkgconfig 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 \
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
DEB_BUILDDIR = debian.build
deb:
dpkg-buildpackage -rfakeroot -uc -us
deb.upstream: dist
-mkdir -p $(DEB_BUILDDIR)
cd $(DEB_BUILDDIR) && \
2010-05-13 07:19:46 +00:00
rm -rf $(PACKAGE)-$(VERSION) && \
tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \
cd $(PACKAGE)-$(VERSION) && \
$(LN_S) debian.upstream debian && \
$(MAKE) deb -f Makefile.am