makeopts 483 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=gcc
  5. OSARCH=linux-gnu
  6. MENUSELECT_DEBUG=
  7. # The frontend can use curses, ncurses, newt or gtk2
  8. CURSES_INCLUDE=
  9. CURSES_LIB=
  10. GTK2_INCLUDE=
  11. GTK2_LIB=
  12. NCURSES_INCLUDE=
  13. NCURSES_LIB= -lncurses
  14. HAVE_NCURSES_SUBDIR=
  15. NEWT_INCLUDE=
  16. NEWT_LIB=
  17. LIBXML2_INCLUDE=-I/usr/include/libxml2
  18. LIBXML2_LIB=-lxml2