blob: 4f27749921d170648fc1e5e77ed457dbfbeef6cf [file] [log] [blame]
Shih-wei Liaoea285162010-06-04 12:34:56 -07001LOCAL_PATH := $(call my-dir)
2CLANG_ROOT_PATH := $(LOCAL_PATH)
3
4include $(CLEAR_VARS)
5
6subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
7 lib/Basic \
8 lib/Lex \
9 lib/Parse \
10 lib/AST \
11 lib/Sema \
12 lib/CodeGen \
13 lib/Analysis \
Shih-wei Liaoea285162010-06-04 12:34:56 -070014 ))
15
16include $(LOCAL_PATH)/clang.mk
17
18include $(subdirs)