File: rules

package info (click to toggle)
libccrtp 2.0.9-2.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,444 kB
  • ctags: 3,136
  • sloc: sh: 10,900; cpp: 9,590; ansic: 2,567; makefile: 134
file content (17 lines) | stat: -rwxr-xr-x 467 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

export COMMONCPP_CFLAGS=`ucommon-config --cflags`
export COMMONCPP_LIBS=`ucommon-config --libs`

%:
	dh $@ --parallel --with autoreconf

override_dh_install:
	dh_install --list-missing
	# Drop content of dependency_libs to avoid having to recompile
	# if the path of the libs that appear there changes
	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`

override_dh_clean:
	rm -f doc/latex/* doc/html/* doc/man/man3/* doc/doxy
	dh_clean