makeopts.in 619 B

1234567891011121314151617181920212223242526
  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. HAVE_NCURSES_SUBDIR=@HAVE_NCURSES_SUBDIR@
  15. NEWT_INCLUDE=@NEWT_INCLUDE@
  16. NEWT_LIB=@NEWT_LIB@
  17. LIBXML2_INCLUDE=@LIBXML2_INCLUDE@
  18. LIBXML2_LIB=@LIBXML2_LIB@