imake

Build automation system for X11 projects using configuration files.

brewmacoslinux
Try with needOr install directly
Source

About

Build automation system written for X11

Commands

imakexmkmfmakegmergelibmkdirhierrevpath

Examples

generate makefile from imakefile in current directory$ xmkmf
create makefile with custom configuration parameters$ imake -DUseInstalled -I/usr/lib/X11/config
build x11 project using generated makefile$ xmkmf && make
set up build system for legacy x11 software$ imake -I/usr/share/X11/config
create directory hierarchy for x11 project structure$ mkdirhier src bin lib