Makefile revision 41b5b17445ab3bdf957ebd4be6c8670f09a212a8
164bdce3f02091b0a4e1528d690495970c1249803Daniel DunbarLEVEL = ../../../../..
241b5b17445ab3bdf957ebd4be6c8670f09a212a8Daniel DunbarBUILT_SOURCES = Options.inc CC1Options.inc CC1AsOptions.inc
364bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar
464bdce3f02091b0a4e1528d690495970c1249803Daniel DunbarTABLEGEN_INC_FILES_COMMON = 1
564bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar
664bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbarinclude $(LEVEL)/Makefile.common
764bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar
8f7b56fa451893699178b17d88644447bd5dbabd3Daniel Dunbar$(ObjDir)/Options.inc.tmp : Options.td OptParser.td $(TBLGEN) $(ObjDir)/.dir
964bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar	$(Echo) "Building Clang Driver Option tables with tblgen"
1064bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar	$(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
1164bdce3f02091b0a4e1528d690495970c1249803Daniel Dunbar
12f7b56fa451893699178b17d88644447bd5dbabd3Daniel Dunbar$(ObjDir)/CC1Options.inc.tmp : CC1Options.td OptParser.td $(TBLGEN) $(ObjDir)/.dir
138adfcff02334455b6f95bc4e1f347204f7c0dd3eDaniel Dunbar	$(Echo) "Building Clang CC1 Option tables with tblgen"
148adfcff02334455b6f95bc4e1f347204f7c0dd3eDaniel Dunbar	$(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
158adfcff02334455b6f95bc4e1f347204f7c0dd3eDaniel Dunbar
1641b5b17445ab3bdf957ebd4be6c8670f09a212a8Daniel Dunbar$(ObjDir)/CC1AsOptions.inc.tmp : CC1AsOptions.td OptParser.td $(TBLGEN) $(ObjDir)/.dir
1741b5b17445ab3bdf957ebd4be6c8670f09a212a8Daniel Dunbar	$(Echo) "Building Clang CC1 Assembler Option tables with tblgen"
1841b5b17445ab3bdf957ebd4be6c8670f09a212a8Daniel Dunbar	$(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
19