head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.10.11.17.22.16;	author dim;	state dead;
branches;
next	1.1;

1.1
date	2010.09.20.16.43.17;	author dim;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 213695 on 2010-10-11 17:22:16Z by dim

Remove more unneeded files and directories from contrib/llvm.  This
still allows us to build tblgen and clang, and further reduces the
footprint in the tree.

Approved by:	rpaulo (mentor)
@
text
@CLANG_LEVEL := ../../..
TD_SRC_DIR = $(PROJ_SRC_DIR)/../Basic
BUILT_SOURCES = AttrPCHRead.inc AttrPCHWrite.inc

TABLEGEN_INC_FILES_COMMON = 1

include $(CLANG_LEVEL)/Makefile

$(ObjDir)/AttrPCHRead.inc.tmp : $(TD_SRC_DIR)/Attr.td $(TBLGEN) \
                              $(ObjDir)/.dir
	$(Echo) "Building Clang PCH reader with tblgen"
	$(Verb) $(TableGen) -gen-clang-attr-pch-read -o $(call SYSPATH, $@@) \
		-I $(PROJ_SRC_DIR)/../../ $<

$(ObjDir)/AttrPCHWrite.inc.tmp : $(TD_SRC_DIR)/Attr.td $(TBLGEN) \
                              $(ObjDir)/.dir
	$(Echo) "Building Clang PCH writer with tblgen"
	$(Verb) $(TableGen) -gen-clang-attr-pch-write -o $(call SYSPATH, $@@) \
		-I $(PROJ_SRC_DIR)/../../ $<
@


1.1
log
@SVN rev 212904 on 2010-09-20 16:43:17Z by dim

Upgrade our Clang in base to r114020, from upstream's release_28 branch.

Approved-by:	rpaulo (mentor)
@
text
@@

