Author: aaronballman
Date: Mon Nov  4 07:02:44 2013
New Revision: 193990

URL: http://llvm.org/viewvc/llvm-project?rev=193990&view=rev
Log:
Updating the makefile to reflect CMake; addendum to r193989.

Modified:
    cfe/trunk/include/clang/Parse/Makefile

Modified: cfe/trunk/include/clang/Parse/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Makefile?rev=193990&r1=193989&r2=193990&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/Makefile (original)
+++ cfe/trunk/include/clang/Parse/Makefile Mon Nov  4 07:02:44 2013
@@ -1,6 +1,6 @@
 CLANG_LEVEL := ../../..
 TD_SRC_DIR = $(PROJ_SRC_DIR)/../Basic
-BUILT_SOURCES = AttrIdentifierArg.inc AttrLateParsed.inc
+BUILT_SOURCES = AttrIdentifierArg.inc AttrLateParsed.inc AttrTypeArg.inc
 
 TABLEGEN_INC_FILES_COMMON = 1
 
@@ -12,6 +12,12 @@ $(ObjDir)/AttrIdentifierArg.inc.tmp : $(
        $(Verb) $(ClangTableGen) -gen-clang-attr-identifier-arg-list -o $(call 
SYSPATH, $@) \
                -I $(PROJ_SRC_DIR)/../../ $<
 
+$(ObjDir)/AttrTypeArg.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
+                                   $(ObjDir)/.dir
+       $(Echo) "Building Clang attribute type argument table with tblgen"
+       $(Verb) $(ClangTableGen) -gen-clang-attr-type-arg-list -o $(call 
SYSPATH, $@) \
+               -I $(PROJ_SRC_DIR)/../../ $<
+
 $(ObjDir)/AttrLateParsed.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
                                    $(ObjDir)/.dir
        $(Echo) "Building Clang attribute late-parsed table with tblgen"


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to