-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathconfig.mak
More file actions
65 lines (60 loc) · 1.59 KB
/
config.mak
File metadata and controls
65 lines (60 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
PACKAGE_NAME = pgbouncer
PACKAGE_TARNAME = pgbouncer
PACKAGE_VERSION = 1.5.5
PACKAGE_STRING = pgbouncer 1.5.5
PACKAGE_URL =
PACKAGE_BUGREPORT =
PORTNAME = unix
EXEEXT =
HAVE_CC_DEPFLAG = no
CC = gcc -std=gnu99
CPP = gcc -std=gnu99 -E
CPPFLAGS = -I/usr/local/libevent/include
CFLAGS = -O2
DEFS = -DHAVE_CONFIG_H
WFLAGS = -Wextra -Wno-missing-field-initializers -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat=2 -Wuninitialized
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
LD = @LD@
LDFLAGS = -g -L/usr/local/libevent/lib
LIBS = -levent -lrt -lcrypt
AR = ar
ARFLAGS = rcu
RANLIB = ranlib
LIBTOOL = @LIBTOOL@
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
MKDIR_P = /bin/mkdir -p
SED = /bin/sed
AWK = gawk
GREP = /bin/grep
EGREP = /bin/grep -E
STRIP = strip
prefix = /usr/local/pgbouncer
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
includedir = ${prefix}/include
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datarootdir = ${prefix}/share
datadir = ${datarootdir}
sysconfdir = ${prefix}/etc
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
mandir = ${datarootdir}/man
libdir = ${exec_prefix}/lib
localedir = ${datarootdir}/locale
pkgdatadir = ${datarootdir}/pgbouncer
pkgconfigdir = ${libdir}/pkgconfig
abs_top_srcdir ?= /home/huih/work/code/pgbouncer
abs_top_builddir ?= /home/huih/work/code/pgbouncer
nosub_top_srcdir ?= .
nosub_top_builddir ?= .
XMLTO =
ASCIIDOC =
DLLWRAP =
DLLTOOL =
WINDRES =
enable_debug = yes
have_libevent = yes