File: rules

package info (click to toggle)
libccd 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 616 kB
  • ctags: 535
  • sloc: ansic: 5,265; python: 317; makefile: 311; sh: 38
file content (17 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

.PHONY: override_dh_auto_configure   \
        override_dh_strip

override_dh_auto_configure:
	dh_auto_configure --  \
	    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
	    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
	    -DCCD_DOUBLE:BOOL=True

override_dh_strip:
	dh_strip -a --dbg-package=libccd2-dbg

%:
	dh $@ --parallel --buildsystem=cmake