File: rules

package info (click to toggle)
rapidyaml 0.9.0%2Bds-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 53,408 kB
  • sloc: cpp: 69,910; python: 3,616; javascript: 414; xml: 253; makefile: 95; sh: 44
file content (13 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CPPFLAGS_MAINT_APPEND = -DC4CORE_NO_FAST_FLOAT=1

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	mkdir -p ext/c4core
	touch    ext/c4core/CMakeLists.txt
	ln -r -s ./extcmake ext/c4core/cmake
	dh_auto_configure -- -DRYML_BUILD_API_PYTHON=OFF -DBUILD_SHARED_LIBS=SHARED