File: rules

package info (click to toggle)
ginac 1.5.8-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,628 kB
  • ctags: 4,936
  • sloc: cpp: 44,703; sh: 11,126; perl: 1,157; yacc: 763; makefile: 414; lex: 200; sed: 32
file content (14 lines) | stat: -rwxr-xr-x 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

# 1.5.1-1-blah (Debian version) ==> 1.5 (LT_RELEASE)
GINAC_RELEASE := $(shell echo $(DEB_VERSION) | cut -f 1,2 -d . )
GINACLIB := libginac$(GINAC_RELEASE)

DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
DEB_DH_MAKESHLIBS_ARGS := -V"$(GINACLIB) (>= $(GINAC_RELEASE).0)"
DEB_DH_SHLIBDEPS_ARGS := --libpackage=$(GINACLIB) -l debian/$(GINACLIB)/usr/lib
DEB_DBG_PACKAGE_ALL =
DEB_DBG_PACKAGE_$(GINACLIB) = $(GINACLIB)-dbg