Include etc/cling headers in PCH; improve dependencies.

This commit is contained in:
Axel Naumann 2014-04-09 11:04:19 +02:00 committed by sftnight
parent 05c66f769b
commit 83722a7084

View File

@ -36,9 +36,9 @@ CLINGETC_LLVM := llvm/ADT/IntrusiveRefCntPtr.h \
llvm/Support/SwapByteOrder.h \
llvm/Support/type_traits.h
CLINGETC := $(addprefix etc/cling/Interpreter/,$(CLINGETC_CLING)) \
$(addprefix etc/cling/cint/,multimap multiset) \
CLINGETCPCH := $(addprefix etc/cling/Interpreter/,$(CLINGETC_CLING)) \
$(addprefix etc/cling/,$(CLINGETC_LLVM))
CLINGETC := $(CLINGETCPCH) $(addprefix etc/cling/cint/,multimap multiset)
CLINGETC_ORIGINALS := $(addprefix $(call stripsrc,$(LLVMDIRI))/include/,$(CLINGETC_LLVM)) \
$(addprefix $(CLINGDIR)/include/cling/,$(CLINGETC_CLING))