File: rules

package info (click to toggle)
tolua%2B%2B 1.0.93-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,856 kB
  • sloc: ansic: 2,105; cpp: 326; python: 27; makefile: 15
file content (18 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ 

execute_before_dh_clean:
	scons -c all configure
	rm -f ./.sconsign.dblite ./src/bin/toluabind.h

override_dh_auto_configure:
	cp $(CURDIR)/debian/custom.py $(CURDIR)
	scons prefix=$(CURDIR)/debian/libtolua++5.1-dev/usr configure

override_dh_auto_build:
	scons all

override_dh_auto_install:
	scons install