summaryrefslogtreecommitdiff
path: root/glcpp/Makefile.am
AgeCommit message (Collapse)Author
2010-06-21Make the main compiler call the preprocessor.Kenneth Graunke
By using a single function, the main compiler doesn't need to include glcpp.h, which currently has a lot of details about the preprocessor internals. In particular, this prevents the two yacc grammars from seeing each other, which would be rather messy to sort out.
2010-06-21Add glcpp to the build.Kenneth Graunke