# 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=gcc

OSARCH=linux-gnu
MENUSELECT_DEBUG=

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

CURSES_INCLUDE=
CURSES_LIB=

GTK2_INCLUDE=
GTK2_LIB=

NCURSES_INCLUDE= 
NCURSES_LIB= -lncurses 
HAVE_NCURSES_SUBDIR=

TINFO_INCLUDE= 
TINFO_LIB= -ltinfo 

NEWT_INCLUDE= 
NEWT_LIB= -lnewt 

LIBXML2_INCLUDE=-I/usr/include/libxml2
LIBXML2_LIB=-lxml2 
