Introducing the hildon-helper and moving some -defines functions there.
[hildon] / Makefile.am
1 SUBDIRS                                 = src                                           \
2                                           pkgconfig                                     \
3                                           examples                                      \
4                                           tests
5
6 EXTRA_DIST                              = debian/changelog                              \
7                                           debian/control                                \
8                                           debian/copyright                              \
9                                           debian/hildon-libs-dev.docs                   \
10                                           debian/hildon-libs-dev.install                \
11                                           debian/hildon-libs0.install                   \
12                                           debian/hildon-libs0-dbg.install               \
13                                           debian/rules
14
15 MAINTAINERCLEANFILES                    = Makefile.in aclocal.m4 configure              \
16                                           config.h.in compile                           \
17                                           ltmain.sh depcomp missing                     \
18                                           install-sh config.sub                         \
19                                           config.guess intltool-extract.in              \
20                                           intltool-merge.in intltool-update.in          \
21                                           mkinstalldirs build-stamp configure-stamp     \
22                                           gtk-doc.make
23
24 deb: dist
25         -mkdir debian-build
26         cd debian-build && \
27         tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \
28         cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot
29