File: rules

package info (click to toggle)
covtobed 1.3.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 38,816 kB
  • sloc: cpp: 1,109; sh: 257; makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

include /usr/share/dpkg/default.mk
-include /usr/share/dpkg/buildtools.mk

# for hardening you might like to uncomment this:
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_build:
	mkdir build
	$(CXX) $(CXXFLAGS) -std=c++11 *.cpp -I/usr/include/bamtools/ -L/usr/lib/ -lbamtools -o build/covtobed $(LDFLAGS)