This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
72780ed996
llvm-project
/
clang
/
include
/
Makefile
5 lines
73 B
Makefile
Raw
Normal View
History
Unescape
Escape
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. - This eliminates most dependencies on how Clang is installed relative to LLVM. llvm-svn: 105637
2010-06-09 04:34:18 +08:00
CLANG_LEVEL
:=
..
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. llvm-svn: 102724
2010-05-01 01:59:38 +08:00
DIRS
:=
clang clang-c
Build system changes to use TableGen to generate the various diagnostics. This builds on the patch that Sebastian committed and then revert. Major differences are: - We don't remove or use the current ".def" files. Instead, for now, we just make sure that we're building the ".inc" files. - Fixed CMake makefiles to run TableGen and build the ".inc" files when needed. Tested with both the Xcode and Makefile generators provided by CMake, so it should be solid. - Fixed normal makefiles to handle out-of-source builds that involve the ".inc" files. I'll send a separate patch to the list with Sebastian's changes that eliminate the use of the .def files. llvm-svn: 67058
2009-03-17 07:06:59 +08:00
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. - This eliminates most dependencies on how Clang is installed relative to LLVM. llvm-svn: 105637
2010-06-09 04:34:18 +08:00
i
n
c
l
u
d
e
$(
CLANG_LEVEL
)
/
M
a
k
e
f
i
l
e