File: rules

package info (click to toggle)
blist 1.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 716 kB
  • sloc: python: 6,679; ansic: 6,192; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export CC=gcc
export LDSHARED=gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions

override_dh_clean:
	echo ${CC}
	rm -f blist.egg-info/PKG-INFO blist.egg-info/SOURCES.txt
	dh_clean

%:
	dh $@ --with=python2