File: rules

package info (click to toggle)
wfmath 0.3.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,044 kB
  • ctags: 1,045
  • sloc: cpp: 8,285; sh: 7,936; makefile: 102
file content (24 lines) | stat: -rwxr-xr-x 806 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2004 Michael Koch <konqueror@gmx.de>

#include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

clean::
	rm -rf $(CURDIR)/doc/html
	rm -rf $(CURDIR)/doc/latex
	rm -rf $(CURDIR)/doc/man

install/libwfmath-0.3-dbg::
	mkdir -p $(CURDIR)/debian/tmp/usr/lib/debug/
	cp $(CURDIR)/debian/tmp/usr/lib/libwfmath-0.3.so.3 $(CURDIR)/debian/tmp/usr/lib/debug/

install/libwfmath-doc::
	( cd  $(CURDIR)/doc ; doxygen )
	cp -a $(CURDIR)/doc/html/* $(CURDIR)/debian/libwfmath-doc/usr/share/doc/libwfmath-doc/html

DEB_DH_MAKESHLIBS_ARGS_libwfmath-0.3 := -V 'libwfmath-0.3 (>= 0.3.0)'
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
#DEB_DH_INSTALL_ARGS := --list-missing