mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
We need to build `.o` files for the executables separately from their link step. This lets us have the `CFLAGS` only get used by the compilation step and not the link step (which uses `LDFLAGS` or a variant). This is a prerequisite for doing automatic dependency tracking.
FILES USED IN THIS DIRECTORY config.guess config.sub taken from GNU project's "config" directory, on prep.ai.mit.edu/pub/gnu/config. Update 'em as needed.