File: rules

package info (click to toggle)
coinor-vol 1.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 3,188 kB
  • ctags: 330
  • sloc: sh: 9,636; cpp: 2,064; makefile: 186; ansic: 45
file content (21 lines) | stat: -rwxr-xr-x 610 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
#!/usr/bin/make -f

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

DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
DEB_INSTALL_EXAMPLES_coinor-libvol-doc += -X.in

build/coinor-libvol-doc:: debian/stamp-build-coinor-libvol-doc
debian/stamp-build-coinor-libvol-doc:
	doxygen doxydoc/doxygen.conf
	$(RM) doxydoc/html/*.md5 doxydoc/html/*.dot doxydoc/html/*.map
	touch $@

get-orig-source:
	-uscan --rename --upstream-version 0
	@echo successfully retrieved upstream tarball

clean::
	$(RM) -r debian/stamp-* doxydoc/html