This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
ACLOCAL_AMFLAGS = -I m4 |
| 2 |
SUBDIRS = hildon \ |
| 3 |
pkgconfig \ |
| 4 |
examples \ |
| 5 |
tests \ |
| 6 |
doc \ |
| 7 |
po |
| 8 |
|
| 9 |
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \ |
| 10 |
config.h.in compile \ |
| 11 |
ltmain.sh depcomp missing \ |
| 12 |
install-sh config.sub \ |
| 13 |
config.guess intltool-extract.in \ |
| 14 |
intltool-merge.in intltool-update.in \ |
| 15 |
mkinstalldirs build-stamp configure-stamp |
| 16 |
|
| 17 |
deb: dist |
| 18 |
-mkdir debian-build |
| 19 |
cd debian-build && \ |
| 20 |
tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \ |
| 21 |
cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot |
| 22 |
|
| 23 |
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |