History log of /external/clang/include/clang-c/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
873488a9d5ab7774bdcccada7ef0f90e5e5eda14 01-Feb-2012 Dylan Noblesmith <nobled@dreamwidth.org> make: fix installation of generated header files

The PROJ_SRC_DIR != PROJ_OBJ_DIR path was missing the directory
creation logic that was in the path for non-generated headers.
PR11903.

(The oversight was copied and pasted from LLVM's Makefile.rules,
where it apparently existed since time immemorial til it was
corrected in r127325.)


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149551 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang-c/Makefile
5460ff35ab748860f05aeea4685cd195153dca66 05-Dec-2011 NAKAMURA Takumi <geek4civic@gmail.com> include/clang*/Makefile: Tweak installation to work with CLANG_SRCDIR.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145800 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang-c/Makefile
3e627ae2a918f0268f23c3f7ba62fd7df9ab30e1 28-Nov-2011 Bob Wilson <bob.wilson@apple.com> Install c-index-test and clang-c/Index.h as internal files. rdar://10217046

Specify that these files should be installed to the optional internal
install location as specified by configure's --with-internal-prefix.
If that option is not used, they'll be installed to the default prefix
as before.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145235 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang-c/Makefile
afed099bd2e759efd4bb63fdc525d3445f94cc13 08-Jun-2010 Daniel Dunbar <daniel@zuster.org> Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
- This eliminates most dependencies on how Clang is installed relative to LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105637 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang-c/Makefile
25cf7b4e9198026c8872203874d04b36831af969 30-Apr-2010 Daniel Dunbar <daniel@zuster.org> Move include installation steps to better location, inside each include dir instead of at the top-level.

Also, don't set NO_INSTALL=1 for c-index-test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102724 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang-c/Makefile