pkgconfig: Retrieve configuration values for PKG_CFLAGS and PKG_LIBS.

Description Usage Arguments Value Author(s) Examples

View source: R/zzz.R

Description

Use pkgconfig to retrieve PKG_CFLAGS and PKG_LIBS configuration values to be used in Makevars files. See browseVignettes(package="zlibbioc").

Usage

1
pkgconfig(opt=c("PKG_CFLAGS", "PKG_LIBS_static", "PKG_LIBS_shared"))

Arguments

opt

A character(1), selected from the values in the default parameter values.

Value

NULL; a side effect is that the configuration string is printed to stdout

Author(s)

Martin Morgan <mtmorgan@fhcrc.org>.

Examples

1
2
3
4
## Not run: browseVignettes(package="zlibbioc")

pkgconfig("PKG_CFLAGS")
pkgconfig("PKG_LIBS_static")

zlibbioc documentation built on Nov. 8, 2020, 7:16 p.m.