Add fine-grained build/install targets.

This commit is contained in:
Jason Evans
2012-03-02 16:38:37 -08:00
parent 84f7cdb0c5
commit 7b398aca3b
2 changed files with 31 additions and 9 deletions

13
INSTALL
View File

@@ -169,11 +169,24 @@ PATH="?"
=== Advanced compilation =======================================================
To build only parts of jemalloc, use the following targets:
build_lib_shared
build_lib_static
build_lib
build_doc_html
build_doc_man
build_doc
To install only parts of jemalloc, use the following targets:
install_bin
install_include
install_lib_shared
install_lib_static
install_lib
install_doc_html
install_doc_man
install_doc
To clean up build results to varying degrees, use the following make targets: