aboutsummaryrefslogtreecommitdiff
path: root/makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2025-05-05reconstructed Autotools build system (closes #1)Robin Haberkorn1-63/+0
The resulting config.h.in is similar to the one from the CVS repo. However, I removed checks that apparently weren't referenced in the code base. Also, I fixed the terminfo check. Previously, it was actually building against termcap on my system. Terminfo should always be preferred. Currently, it does not check against ncurses itself. If it turns out there are systems with an ncurses pkg-config file, but without tinfo, we might have to check for ncurses as well. It adds both -Wall and -Wsign-compare, which turned out to be useful to debug the DOS version.
2011-01-03use CPPFLAGS and LDFLAGS, necessary (at least) for cross compilingRobin Haberkorn1-3/+3
* this is not optimal. but I plan to rewrite/clean up the buildsystem with autoconf and automake, so makefile.in will be replaced anyway
2007-12-10Original checkin with the GPL license.paulcantrell1-0/+63