Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-05 | build: nuke Makefile.include from orbit | Cory Fields | |
Rules and targets no longer need to be shared between subdirectories, so this is no longer needed. | |||
2014-06-05 | build: Switch to non-recursive make | Cory Fields | |
Build logic moves from individual Makefile.am's to include files, which the main src/Makefile.am includes. This avoids having to manage a gigantic single Makefile. TODO: Move the rules from the old Makefile.include to where they actually belong and nuke the old file. |