makeopts.in 578 B

123456789101112131415161718192021222324252627
  1. # NOTE: Names of _INCLUDE and _LIB entries in this file must be
  2. # the exact uppercase equivalents of the names used for
  3. # dependencies in menuselect for the same package.
  4. CC=@CC@
  5. OSARCH=@HOST_OS@
  6. MENUSELECT_DEBUG=@MENUSELECT_DEBUG@
  7. # The frontend can use curses, ncurses, newt or gtk2
  8. CURSES_INCLUDE=@CURSES_INCLUDE@
  9. CURSES_LIB=@CURSES_LIB@
  10. GTK2_INCLUDE=@GTK2_INCLUDE@
  11. GTK2_LIB=@GTK2_LIB@
  12. NCURSES_INCLUDE=@NCURSES_INCLUDE@
  13. NCURSES_LIB=@NCURSES_LIB@
  14. NEWT_INCLUDE=@NEWT_INCLUDE@
  15. NEWT_LIB=@NEWT_LIB@
  16. LIBXML2_INCLUDE=@LIBXML2_INCLUDE@
  17. LIBXML2_LIB=@LIBXML2_LIB@