File: rules

package info (click to toggle)
rodbc 1.3-15-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,036 kB
  • ctags: 127
  • sloc: ansic: 1,204; makefile: 3; sh: 1
file content (14 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (6)
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-rodbc package
# Copyright 2003-2006 by Dirk Eddelbuettel <edd@debian.org>

## this was introduced to fix Debian bug report #354723
CPPFLAGS := -DBUILD_REAL_64_BIT_MODE
export CPPFLAGS

include /usr/share/R/debian/r-cran.mk