X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=Makefile;h=dcb98fc36f174e2deea0915dddf4a2749b3e8d88;hp=c367e731acd2ab2920528c3add6cafb22ab012f3;hb=a353ffa7e556bfd2864474911174da691117f691;hpb=8ef426baa36639458f6777309db25c1768dc9c8a diff --git a/Makefile b/Makefile index c367e731acd..dcb98fc36f1 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,11 @@ ifeq ($(MAKECMDGOALS),libs-only) OPTIONAL_DIRS := endif +ifeq ($(MAKECMDGOALS),install-libs) + DIRS := $(filter-out tools runtime docs, $(DIRS)) + OPTIONAL_DIRS := $(filter bindings, $(OPTIONAL_DIRS)) +endif + ifeq ($(MAKECMDGOALS),tools-only) DIRS := $(filter-out runtime docs, $(DIRS)) OPTIONAL_DIRS := @@ -81,6 +86,7 @@ dist-hook:: tools-only: all libs-only: all +install-libs: install #------------------------------------------------------------------------ # Make sure the generated headers are up-to-date. This must be kept in