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/pjmedia/build/Makefile

    r4701 r4727  
    179179           $(PJMEDIA_VIDEODEV_LIB) $(PJMEDIA_VIDEODEV_SONAME) \ 
    180180           $(PJMEDIA_AUDIODEV_LIB) $(PJMEDIA_AUDIODEV_SONAME) \ 
    181            $(PJSDP_LIB) $(PJSDP_SONAME) \ 
    182            $(PJMEDIA_TEST_EXE) 
    183  
    184 all: $(TARGETS) 
     181           $(PJSDP_LIB) $(PJSDP_SONAME) 
     182TARGETS_EXE := $(PJMEDIA_TEST_EXE) 
     183 
     184all: $(TARGETS) $(TARGETS_EXE) 
     185 
     186lib: $(TARGETS) 
    185187 
    186188doc: 
Note: See TracChangeset for help on using the changeset viewer.