File: rules

package info (click to toggle)
eris 1.3.14-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,016 kB
  • ctags: 1,819
  • sloc: cpp: 13,153; sh: 9,106; perl: 287; makefile: 201; ansic: 165
file content (18 lines) | stat: -rwxr-xr-x 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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 -fr $(CURDIR)/docs

common-binary-indep::
	doxygen $(CURDIR)/eris.dox

install/liberis-1.3-15::
	chrpath -d debian/tmp/usr/lib/liberis-1.3.so.15.0.0

DEB_CONFIGURE_USER_FLAGS := '--disable-dependency-tracking'