File: rules

package info (click to toggle)
autodock-vina 1.2.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116,952 kB
  • sloc: cpp: 8,029; python: 3,325; sh: 70; makefile: 50
file content (13 lines) | stat: -rwxr-xr-x 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# debian/rules for autodoc_vinna

export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
export DEB_CXXFLAGS_MAINT_APPEND = -fpermissive -DBOOST_FILESYSTEM_VERSION=3 -std=c++14
# Workaround erroneous use of CFLAGS for CXX compilers.
export DEB_CFLAGS_MAINT_APPEND = $(DEB_CXXFLAGS_MAINT_APPEND)

%:
	dh  $@

override_dh_auto_build:
	$(MAKE) BASE=/usr -C build/linux/release