File: rules

package info (click to toggle)
js8call 2.2.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,416 kB
  • sloc: cpp: 563,285; f90: 9,265; ansic: 937; python: 132; sh: 93; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# hamlib 3: use older definitions of RIG and vfo_t
#DPKG_EXPORT_BUILDFLAGS = 1
#include /usr/share/dpkg/buildflags.mk
#CXXFLAGS += -DJS8_USE_HAMLIB_THREE

override_dh_auto_configure:
	dh_auto_configure -- \
		-DBoost_INCLUDE_DIR=/usr/include \
		-Dhamlib_LIBRARY_DIRS=/usr/lib

%:
	dh $@