aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-03-02 16:38:37 -0800
committerJason Evans <je@fb.com>2012-03-02 16:38:37 -0800
commit7b398aca3bfa558774548ffed6c1a8baba46cc79 (patch)
treef4c0d71d5aaad88ba0f0f7a593d678ac75ff5144 /INSTALL
parent84f7cdb0c588322dfd50a26497fc1cb54b792018 (diff)
downloadjemalloc-7b398aca3bfa558774548ffed6c1a8baba46cc79.tar.gz
Add fine-grained build/install targets.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 6e32d71..92cd085 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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: