File: rules

package info (click to toggle)
log4cpp 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,956 kB
  • ctags: 1,587
  • sloc: sh: 9,583; cpp: 6,093; ansic: 1,049; makefile: 273
file content (10 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	PTHREAD_LIBS="-lpthread" dh_auto_configure -- --enable-threads=pthread

# --with acc
#override_dh_acc:
#	- dh_acc $@