2398ba661a
initial port, to be worked in-tree (no need for autoconf to discover we have mkstemp...)
6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
imake is the old historic makefile generation tool used by the X window
|
|
server. It basically relies on preprocessing imakefiles through cpp,
|
|
and using a bit of sed to handle various comments.
|
|
|
|
imake is also infamous for abusing makefile :: rules.
|