diff options
Diffstat (limited to 'include/clang/Basic/Makefile')
-rw-r--r-- | include/clang/Basic/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/clang/Basic/Makefile b/include/clang/Basic/Makefile new file mode 100644 index 0000000000..39193111b3 --- /dev/null +++ b/include/clang/Basic/Makefile @@ -0,0 +1,9 @@ +LEVEL = ../../../../.. +BUILT_SOURCES = DiagnosticAnalysisKinds.inc DiagnosticASTKinds.inc \ + DiagnosticCommonKinds.inc DiagnosticDriverKinds.inc \ + DiagnosticFrontendKinds.inc DiagnosticLexKinds.inc \ + DiagnosticParseKinds.inc DiagnosticSemaKinds.inc + +CLANG_BUILD_DIAGNOSTICS_INC = 1 + +include $(LEVEL)/Makefile.common |