File: rules

package info (click to toggle)
maloc 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,256 kB
  • sloc: ansic: 12,956; sh: 11,456; yacc: 2,922; lex: 294; makefile: 186; java: 134; fortran: 74
file content (15 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared

%:
	dh $@

execute_after_dh_installdocs:
	rm debian/libmaloc-dev/usr/share/doc/libmaloc-dev/html/jquery.js
	ln -s /usr/share/javascript/jquery/jquery.js debian/libmaloc-dev/usr/share/doc/libmaloc-dev/html/jquery.js

execute_after_dh_clean:
	rm -rf doc/api doc/doxygen/maloc.dox
	rm -f src/aaa_inc/maloc/maloc_base.h
	rm -f src/efence/Makefile