summaryrefslogtreecommitdiff
path: root/makeopts.in
blob: c2bf075ef53b7914dcef30abc96d03cbbaf05b74 (plain)
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
CC=@CC@
HOSTCC=@HOSTCC@
CFLAGS=@CFLAGS@
LDFLAGS=@LDFLAGS@

INSTALL=@INSTALL@
GREP=@GREP@
SHELL=@SHELL@
LN=@LN@

prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
datarootdir = @datarootdir@
datadir = @datadir@
includedir = @includedir@
infodir = @infodir@
libdir = @libdir@
libexecdir = @libexecdir@
localstatedir = @localstatedir@
mandir = @mandir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@

DOWNLOAD=@DOWNLOAD@

PBX_LIBNEWT=@PBX_LIBNEWT@
NEWT_LIB=@NEWT_LIB@
NEWT_INCLUDE=@NEWT_INCLUDE@

CURSES_LIB=@CURSES_LIB@
CURSES_INCLUDE=@CURSES_INCLUDE@

NCURSES_LIB=@NCURSES_LIB@
NCURSES_INCLUDE=@NCURSES_INCLUDE@

PBX_LIBUSB=@PBX_LIBUSB@
USB_LIB=@USB_LIB@
USB_INCLUDE=@USB_INCLUDE@

USE_SELINUX=@USE_SELINUX@

PPPD_VERSION=@PPPD_VERSION@

ASCIIDOC=@ASCIIDOC@