- Finished reading the white paper "Recursive Make Considered Harmful"
- Consulted the Flex manual: http://flex.sourceforge.net/manual/
- Compiled small Flex program in anticipation of testing new non-recursive make harness.
- Discovered O'Reilly's online book "Managing Projects with GNU Make Managing Projects with GNU Make, Third Edition" at http://oreilly.com/catalog/9780596006105/book/index.csp , part of their Open Book Project.
- It seems the nonrecursive harness uses implicit compiles for all the C files it encounters.
- Getting my head wrapped around the targets and dependencies of the nonrecursive make harness.
- Successfully modified the nonrecursive make harness so it compiles GNU Flex code into a binary.
With all this talk about nonrecursive make, one might get the wrong impression that I'm doing this solely to learn about it. In fact, I'm finishing up a summer project for my CSC-251 compiler class, which is why GNU Flex/Bison come into play.
No comments:
Post a Comment