summaryrefslogtreecommitdiff
path: root/menuselect/makeopts.in
blob: d1ddcfdcdff2464ce7ef865072f35e4280fbd97b (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
# NOTE: Names of _INCLUDE and _LIB entries in this file must be
#       the exact uppercase equivalents of the names used for
#       dependencies in menuselect for the same package.

CC=@CC@

OSARCH=@HOST_OS@
MENUSELECT_DEBUG=@MENUSELECT_DEBUG@

# The frontend can use curses, ncurses, newt or gtk2

CURSES_INCLUDE=@CURSES_INCLUDE@
CURSES_LIB=@CURSES_LIB@

GTK2_INCLUDE=@GTK2_INCLUDE@
GTK2_LIB=@GTK2_LIB@

NCURSES_INCLUDE=@NCURSES_INCLUDE@
NCURSES_LIB=@NCURSES_LIB@

NEWT_INCLUDE=@NEWT_INCLUDE@
NEWT_LIB=@NEWT_LIB@

LIBXML2_INCLUDE=@LIBXML2_INCLUDE@
LIBXML2_LIB=@LIBXML2_LIB@