From 1342a94d5cbd8820f83ef59adcb18d14f566a3de Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Tue, 4 Feb 2014 07:39:55 +0000 Subject: 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 --- third_party/build/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'third_party') 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: -- cgit v1.2.3