File: rules

package info (click to toggle)
eris 1.3.13-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,916 kB
  • ctags: 1,679
  • sloc: cpp: 12,043; sh: 9,050; perl: 287; makefile: 197; 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-14::
	chrpath -d debian/tmp/usr/lib/liberis-1.3.so.14.0.0

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