GNU Make
Tutorials
How-to
Discussions
- Automatic Prerequisites, Auto-Dependency Generation
- Can I define a pattern rule with no recipe
- Chained Rules
- Double-Colon(
::
) Rules - Implicit Rules(Pattern Rules) vs Static Pattern Rules
- Multiple Rules for One Target
- Special Recipe Prefixes(
@echo
,-rm
, etc) - What if multiple pattern rules match a target?
- What is
stem
in Pattern Rules - Which file name should I use?
Makefile
,makefile
,GNUMakefile
, … - Why exported variables in Makefile is not received by executable?