gstreamer/Makefile.am
2010-03-16 13:53:09 +00:00

15 lines
461 B
Makefile

AUTOMAKE_OPTIONS = foreign
SUBDIRS = debian gst-libs pkgconfig sys tests
# 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
deb: dist
-mkdir -p debian-build
cd debian-build && \
tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \
cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -uc -us