Home | History | Annotate | Download | only in clang
      1 LOCAL_PATH := $(call my-dir)
      2 CLANG_ROOT_PATH := $(LOCAL_PATH)
      3 
      4 include $(CLEAR_VARS)
      5 
      6 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
      7   lib/Analysis \
      8   lib/AST \
      9   lib/ARCMigrate \
     10   lib/Basic \
     11   lib/CodeGen \
     12   lib/Driver \
     13   lib/Edit \
     14   lib/Frontend \
     15   lib/FrontendTool \
     16   lib/Headers \
     17   lib/Lex \
     18   lib/Parse \
     19   lib/Rewrite \
     20   lib/Sema \
     21   lib/Serialization \
     22   lib/StaticAnalyzer/Checkers \
     23   lib/StaticAnalyzer/Core \
     24   lib/StaticAnalyzer/Frontend \
     25   tools/driver \
     26   utils/TableGen \
     27   ))
     28 
     29 include $(LOCAL_PATH)/clang.mk
     30 
     31 include $(subdirs)
     32