# we even clean before rerun otherwise some steps like the installation of pc files are skipped
make-targets =
install && (for i in curses unctrl eti form menu panel term; do ln -sf ncurses/$i.h @@LOCATION@@/include/$i.h; done; ln -sf libncurses.so @@LOCATION@@/lib/libcurses.so) && ./configure ${:configure-options} --enable-widec && make ${:make-options} && make ${:make-options} install
install clean && ./configure ${:configure-options} --enable-widec && make ${:make-options} && make ${:make-options} install