File: rules

package info (click to toggle)
ucblogo 6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,560 kB
  • ctags: 4,657
  • sloc: ansic: 16,989; cpp: 3,818; makefile: 187; perl: 3
file content (19 lines) | stat: -rwxr-xr-x 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DH_ALWAYS_EXCLUDE=CVS:.svn

%:
	# don't autoreconf, as configure is newer than configure.in
	# -> configure.in doesn't contain wxwidgets related checks
	dh $@ --parallel --without autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --wx-enable --wx-config_path=/usr/bin/wx-config

override_dh_auto_build:
	dh_auto_build -- LIBLOC=/usr/share/ucblogo
	$(MAKE) make-docs

override_dh_auto_install:
	# don't use upstream Makefile for installing