File: rules

package info (click to toggle)
lv2-c%2B%2B-tools 1.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 540 kB
  • ctags: 705
  • sloc: cpp: 2,726; ansic: 452; makefile: 61; sh: 56
file content (20 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

LDFLAGS += -lboost_system

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@ 

override_dh_auto_configure:
	./configure --prefix=/usr

override_dh_auto_build:
	dh_auto_build
	doxygen

override_dh_auto_clean:
	$(MAKE) clean
	rm -f Makefile.deps
	dh_clean