File: rules

package info (click to toggle)
dmlc-core 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,616 kB
  • sloc: cpp: 15,888; python: 1,416; ansic: 1,008; java: 802; makefile: 236; xml: 138; sh: 136
file content (7 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
	dh $@ -Scmake

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_SHARED_LIBS=ON