2009-11-19 04:00:00 -05:00
|
|
|
LEVEL = ../../../../..
|
|
|
|
|
BUILT_SOURCES = Options.inc CC1Options.inc
|
|
|
|
|
|
|
|
|
|
TABLEGEN_INC_FILES_COMMON = 1
|
|
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
2009-12-01 06:08:04 -05:00
|
|
|
$(ObjDir)/Options.inc.tmp : Options.td OptParser.td $(TBLGEN) $(ObjDir)/.dir
|
2009-11-19 04:00:00 -05:00
|
|
|
$(Echo) "Building Clang Driver Option tables with tblgen"
|
|
|
|
|
$(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
|
|
|
|
|
|
2009-12-01 06:08:04 -05:00
|
|
|
$(ObjDir)/CC1Options.inc.tmp : CC1Options.td OptParser.td $(TBLGEN) $(ObjDir)/.dir
|
2009-11-19 04:00:00 -05:00
|
|
|
$(Echo) "Building Clang CC1 Option tables with tblgen"
|
|
|
|
|
$(Verb) $(TableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
|
|
|
|
|
|
|
|
|
|
|