File: rules

package info (click to toggle)
glrr-widgets 20050529-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,816 kB
  • ctags: 483
  • sloc: sh: 8,379; ansic: 6,339; makefile: 98
file content (17 lines) | stat: -rwxr-xr-x 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile-gmake -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh --with quilt  $@

override_dh_auto_configure:
	ln -sf /usr/share/misc/config.sub ./misc
	ln -sf /usr/share/misc/config.guess ./misc
	dh_auto_configure -- --enable-static GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0'

override_dh_auto_clean:
	dh_auto_clean
	rm -f ./misc/config.sub ./misc/config.guess