File: rules

package info (click to toggle)
libisofs 0.6.32-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,104 kB
  • ctags: 2,124
  • sloc: ansic: 25,233; sh: 8,839; makefile: 117
file content (19 lines) | stat: -rwxr-xr-x 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/rules/debhelper.mk

DEB_CONFIGURE_EXTRA_FLAGS := --enable-debug

DEB_DH_MAKESHLIBS_ARGS_ALL := -V

export DPKG_GENSYMBOLS_CHECK_LEVEL=2

cleanbuilddir/libisofs-doc::
	rm -rf doc/html
	rm -rf doc/doxygen.conf

build/libisofs-doc::
	doxygen doc/doxygen.conf