Add yacc and lex support

Add support for yacc (.y or .yy) and lex (.l or .ll) files.  Also
tweak locations of .o files for normal and generated sources to
makes sure they don't collide.

Change-Id: I03172cddbdc022525bf392a81d72050406b8cdb3
This commit is contained in:
Colin Cross
2015-04-07 16:50:10 -07:00
parent 65bf4f231c
commit 581c189988
10 changed files with 164 additions and 22 deletions

View File

@@ -23,6 +23,7 @@ import (
type Config interface {
CpPreserveSymlinksFlags() string
SrcDir() string
IntermediatesDir() string
Getenv(string) string
EnvDeps() map[string]string
DeviceOut() string