summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2014-02-04 07:39:55 +0000
committerLiong Sauw Ming <ming@teluu.com>2014-02-04 07:39:55 +0000
commit1342a94d5cbd8820f83ef59adcb18d14f566a3de (patch)
tree68d9173c4d485dad37bf6e21651923ac79db0bdb /third_party
parentcc76884a5805a826a8296f0402929b2d10b532c3 (diff)
Re #1519 (commited to SVN trunk): Add lib target to build system to enable building the library only (without the executables)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4727 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/build/Makefile b/third_party/build/Makefile
index e0ac61bb..5d9bc513 100644
--- a/third_party/build/Makefile
+++ b/third_party/build/Makefile
@@ -12,5 +12,14 @@ all clean dep depend distclean realclean:
fi; \
done
+lib:
+ for dir in $(DIRS); do \
+ if $(MAKE) $(MAKE_FLAGS) -C $$dir all; then \
+ true; \
+ else \
+ exit 1; \
+ fi; \
+ done
+
doc: