mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Add targets to support the installation of clang in isolation.
llvm-svn: 62522
This commit is contained in:
parent
06cfade044
commit
75b286bba9
13
Makefile
13
Makefile
@ -54,6 +54,17 @@ ifeq ($(MAKECMDGOALS),tools-only)
|
|||||||
OPTIONAL_DIRS :=
|
OPTIONAL_DIRS :=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(MAKECMDGOALS),install-clang)
|
||||||
|
DIRS := tools/clang/Driver tools/clang/lib/Headers tools/clang/tools/ccc
|
||||||
|
OPTIONAL_DIRS :=
|
||||||
|
NO_INSTALL = 1
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(MAKECMDGOALS),clang-only)
|
||||||
|
DIRS := $(filter-out tools runtime docs, $(DIRS)) tools/clang
|
||||||
|
OPTIONAL_DIRS :=
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(MAKECMDGOALS),unittests)
|
ifeq ($(MAKECMDGOALS),unittests)
|
||||||
DIRS := $(filter-out tools runtime docs, $(DIRS)) utils unittests
|
DIRS := $(filter-out tools runtime docs, $(DIRS)) utils unittests
|
||||||
OPTIONAL_DIRS :=
|
OPTIONAL_DIRS :=
|
||||||
@ -113,8 +124,10 @@ dist-hook::
|
|||||||
$(TopDistDir)/include/llvm/Support/DataTypes.h \
|
$(TopDistDir)/include/llvm/Support/DataTypes.h \
|
||||||
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
|
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
|
||||||
|
|
||||||
|
clang-only: all
|
||||||
tools-only: all
|
tools-only: all
|
||||||
libs-only: all
|
libs-only: all
|
||||||
|
install-clang: install
|
||||||
install-libs: install
|
install-libs: install
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user