Welcome Ethumb, it's ready to get out of PROTO.
[framework/uifw/ethumb.git] / debian / rules
1 #!/usr/bin/make -f
2
3 include /usr/share/cdbs/1/rules/debhelper.mk
4 include /usr/share/cdbs/1/class/autotools.mk
5
6 DEB_CONFIGURE_SCRIPT := ./autogen.sh
7 DEB_MAKE_CLEAN_TARGET := distclean
8 DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
9
10 clean::
11         [ ! -f Makefile ] || make distclean