1afed099bd2e759efd4bb63fdc525d3445f94cc13Daniel DunbarCLANG_LEVEL := ../../..
241b5b17445ab3bdf957ebd4be6c8670f09a212a8Daniel DunbarBUILT_SOURCES = Options.inc CC1Options.inc CC1AsOptions.inc
364bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar
464bdce3f02091b0a4e1528d690495970c1249803Daniel DunbarTABLEGEN_INC_FILES_COMMON = 1
564bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar
6afed099bd2e759efd4bb63fdc525d3445f94cc13Daniel Dunbarinclude $(CLANG_LEVEL)/Makefile
764bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar
86ee5b9384533d5b3f8c18b578fccd3935e1b892fPeter Collingbourne$(ObjDir)/Options.inc.tmp : Options.td OptParser.td $(CLANG_TBLGEN) $(ObjDir)/.dir
964bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar	$(Echo) "Building Clang Driver Option tables with tblgen"
106ee5b9384533d5b3f8c18b578fccd3935e1b892fPeter Collingbourne	$(Verb) $(ClangTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
1164bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar
126ee5b9384533d5b3f8c18b578fccd3935e1b892fPeter Collingbourne$(ObjDir)/CC1Options.inc.tmp : CC1Options.td OptParser.td $(CLANG_TBLGEN) $(ObjDir)/.dir
138adfcff02334455b6f95bc4e1f347204f7c0dd3eDaniel Dunbar	$(Echo) "Building Clang CC1 Option tables with tblgen"
146ee5b9384533d5b3f8c18b578fccd3935e1b892fPeter Collingbourne	$(Verb) $(ClangTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
158adfcff02334455b6f95bc4e1f347204f7c0dd3eDaniel Dunbar
166ee5b9384533d5b3f8c18b578fccd3935e1b892fPeter Collingbourne$(ObjDir)/CC1AsOptions.inc.tmp : CC1AsOptions.td OptParser.td $(CLANG_TBLGEN) $(ObjDir)/.dir
1741b5b17445ab3bdf957ebd4be6c8670f09a212a8Daniel Dunbar	$(Echo) "Building Clang CC1 Assembler Option tables with tblgen"
186ee5b9384533d5b3f8c18b578fccd3935e1b892fPeter Collingbourne	$(Verb) $(ClangTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
19