File: rules

package info (click to toggle)
libecap 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,728 kB
  • sloc: sh: 10,170; cpp: 740; makefile: 91
file content (9 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DEB_CXXFLAGS_MAINT_APPEND = -Wall -std=c++11

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --libdir="\$${prefix}/lib/$(DEB_HOST_MULTIARCH)"