File: rules

package info (click to toggle)
gtk-theme-switch 2.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 276 kB
  • sloc: ansic: 3,315; makefile: 48
file content (6 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/make -f
%:
	dh $@
override_dh_auto_build:
	dh_auto_build -- GCC='$$(CC)' CFLAGS="$(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get LDFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)" LIBS_GTK2="-lgtk-x11-2.0 -lgdk-x11-2.0 -lgobject-2.0 -lglib-2.0"
override_dh_auto_install: