File: rules

package info (click to toggle)
trinculo 0.96%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 580 kB
  • sloc: cpp: 2,930; python: 372; sh: 46; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# DH_VERBOSE := 1

-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:
	$(CXX) $(CFLAGS) -DLINUX -Isrc -o bin/trinculo src/trinculo.cpp -llapack -lpthread $(LDFLAGS)