Ignore:
Timestamp:
Feb 4, 2014 7:39:55 AM (10 years ago)
Author:
ming
Message:

Re #1519 (commited to SVN trunk): Add lib target to build system to enable building the library only (without the executables)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/build/Makefile

    r4711 r4727  
    195195           $(PJSIP_UA_LIB) $(PJSIP_UA_SONAME) \ 
    196196           $(PJSUA_LIB_LIB) $(PJSUA_LIB_SONAME) \ 
    197            $(PJSUA2_LIB_LIB) $(PJSUA2_LIB_SONAME) \ 
    198            $(TEST_EXE) \ 
    199            $(PJSUA2_TEST_EXE) 
    200  
    201 all: $(TARGETS) 
     197           $(PJSUA2_LIB_LIB) $(PJSUA2_LIB_SONAME) 
     198TARGETS_EXE := $(TEST_EXE) $(PJSUA2_TEST_EXE) 
     199 
     200all: $(TARGETS) $(TARGETS_EXE) 
     201 
     202lib: $(TARGETS) 
    202203 
    203204doc: 
Note: See TracChangeset for help on using the changeset viewer.