Home | History | Annotate | Download | only in Parse
      1 CLANG_LEVEL := ../../..
      2 TD_SRC_DIR = $(PROJ_SRC_DIR)/../Basic
      3 BUILT_SOURCES = AttrLateParsed.inc
      4 
      5 TABLEGEN_INC_FILES_COMMON = 1
      6 
      7 include $(CLANG_LEVEL)/Makefile
      8 
      9 $(ObjDir)/AttrLateParsed.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
     10                                    $(ObjDir)/.dir
     11 	$(Echo) "Building Clang attribute late-parsed table with tblgen"
     12 	$(Verb) $(ClangTableGen) -gen-clang-attr-late-parsed-list -o $(call SYSPATH, $@) \
     13 		-I $(PROJ_SRC_DIR)/../../ $<