~pali/llvm/clang-tools-extra-3.9

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: jtsoftware
  • Date: 2013-03-12 02:07:30 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:clang-tools-extra/trunk:176847
Initial check in of Doug's modularize tool for checking header readiness for modules, plus some changes per review feedback:  Removed system headers, changed to use stream output, added file name in message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
include $(CLANG_LEVEL)/../../Makefile.config
13
13
 
14
 
PARALLEL_DIRS := remove-cstr-calls tool-template clang-format cpp11-migrate
 
14
PARALLEL_DIRS := remove-cstr-calls tool-template clang-format cpp11-migrate modularize
15
15
 
16
16
include $(CLANG_LEVEL)/Makefile
17
17