Include the top-level Makefile.config from the LLVM tree for projects
llvm-svn: 8035
This commit is contained in:
parent
b42c15396c
commit
558085b76c
|
|
@ -50,7 +50,11 @@
|
||||||
#
|
#
|
||||||
# Configuration file to set paths specific to local installation of LLVM
|
# Configuration file to set paths specific to local installation of LLVM
|
||||||
#
|
#
|
||||||
|
ifdef LLVM_SRC_ROOT
|
||||||
|
include $(LLVM_SRC_ROOT)/Makefile.config
|
||||||
|
else
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
endif
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# Directory Configuration
|
# Directory Configuration
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,11 @@
|
||||||
#
|
#
|
||||||
# Configuration file to set paths specific to local installation of LLVM
|
# Configuration file to set paths specific to local installation of LLVM
|
||||||
#
|
#
|
||||||
|
ifdef LLVM_SRC_ROOT
|
||||||
|
include $(LLVM_SRC_ROOT)/Makefile.config
|
||||||
|
else
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
endif
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# Directory Configuration
|
# Directory Configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue