File: rules

package info (click to toggle)
polspline 1.1.25-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,232 kB
  • sloc: ansic: 15,976; fortran: 767; makefile: 3
file content (14 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# 							-*- makefile -*-
# debian/rules file for the Debian/GNU Linux r-cran-polspline package
# Copyright 2004 - 2018 by Dirk Eddelbuettel <edd@debian.org>

## Debian Bug Report #650754: gcc ICE on ia64, so lowering optimization
## And both amd64 and kfreebsd-amd64 suffer the same fate
## Doingit conditionally is more trouble that it is worth
makeFlags="CFLAGS+=-O2 CFLAGS+=-g"

%:
	dh $@ --buildsystem R