#!/usr/bin/make -f build-ncurses: oh-autoconfigure -B obj-ncurses -- \ --without-profile \ --without-debug \ --without-ada \ --with-shared \ --disable-termcap \ --with-termlib=tinfo \ --with-ticlib=tic \ --disable-python oh-autobuild -B obj-ncurses touch $@ build-ncursesw: oh-autoconfigure -B obj-ncursesw -- \ --includedir=/usr/include/ncursesw \ --without-profile \ --without-debug \ --without-ada \ --with-shared \ --disable-termcap \ --without-termlib \ --without-ticlib \ --enable-widec \ --disable-python oh-autobuild -B obj-ncursesw touch $@ build: build-ncurses build-ncursesw install: build oh-autoinstall -B obj-ncurses oh-autoinstall -B obj-ncursesw oh-installfiles