File: znc.pc.in

package info (click to toggle)
znc 1.6.5-1~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 12,160 kB
  • sloc: cpp: 247,998; python: 6,462; perl: 4,811; sh: 3,400; makefile: 367; tcl: 218; ansic: 156; pascal: 59
file content (23 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# You can access these with e.g. pkg-config --variable=moddir znc
prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
bindir=@bindir@
datadir=@datadir@
includedir=@includedir@

cxx=@CXX@
CPPFLAGS=@CPPFLAGS@
MODFLAGS=@MODFLAGS@
version=@PACKAGE_VERSION@
moddir=@MODDIR@
moddatadir=@DATADIR@
modlink=@MODLINK@

INC_PATH=-I${includedir}/znc

Name: ZNC
Description: An advanced IRC proxy
Version: ${version}
URL: http://znc.in
Cflags: ${CPPFLAGS} ${MODFLAGS} ${INC_PATH}