File: rules

package info (click to toggle)
moblin-gtk-engine 1.1.1-1.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 208 kB
  • ctags: 90
  • sloc: ansic: 1,574; xml: 219; makefile: 37; sh: 2
file content (23 lines) | stat: -rwxr-xr-x 806 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
#include /usr/share/quilt/quilt.make
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_EXTRA_FLAGS += --disable-static
DEB_CONFIGURE_SCRIPT := $(CURDIR)/$(DEB_SRCDIR)/autogen.sh
DEB_DH_MAKESHLIBS_ARGS_gtk2-engines-moblin := -Xmoblin
clean:: 
	rm -f aclocal.m4
	rm -rf autom4te.cache
	rm -f config.h config.h.in 
	rm -f config.log config.status config.sub config.guess
	rm -f configure depcomp install-sh ltmain.sh missing stamp-h1
	rm -f compile INSTALL src/config.h.in po/Makefile.in.in
	rm -f Makefile.in src/Makefile.in
	rm -f data/Makefile.in
	rm -f intltool-*.in

install/gtk2-engines-moblin::
	rm `find $(CURDIR)/debian -name '*.la'`