File: rules

package info (click to toggle)
rquantlib 0.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,284 kB
  • sloc: cpp: 3,597; sh: 69; makefile: 6; ansic: 4
file content (14 lines) | stat: -rwxr-xr-x 305 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-quantlib package
# Copyright 2003 - 2018 by Dirk Eddelbuettel <edd@debian.org>

makeFlags	:= "CXXFLAGS=-g0" 
ifneq "$(makeFlags)" ""
makeFlagsCall	:= MAKEFLAGS=$(makeFlags)
endif

%:
	dh $@ --buildsystem R