aboutsummaryrefslogtreecommitdiffstats
path: root/menuselect/makeopts.in
diff options
context:
space:
mode:
Diffstat (limited to 'menuselect/makeopts.in')
-rw-r--r--menuselect/makeopts.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/menuselect/makeopts.in b/menuselect/makeopts.in
new file mode 100644
index 000000000..81cb1edcc
--- /dev/null
+++ b/menuselect/makeopts.in
@@ -0,0 +1,22 @@
+# 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@