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

    r4656 r4727  
    8484############################################################################### 
    8585# Main entry 
    86 # 
    87 # $(TARGET) is defined in os-$(OS_NAME).mak file in current directory. 
    88 # 
    89 TARGETS := $(PJNATH_LIB) $(PJNATH_SONAME) $(PJNATH_TEST_EXE) $(PJTURN_CLIENT_EXE) $(PJTURN_SRV_EXE) 
     86TARGETS := $(PJNATH_LIB) $(PJNATH_SONAME) 
     87TARGETS_EXE := $(PJNATH_TEST_EXE) $(PJTURN_CLIENT_EXE) $(PJTURN_SRV_EXE) 
    9088 
    91 all: $(TARGETS) 
     89all: $(TARGETS) $(TARGETS_EXE) 
     90 
     91lib: $(TARGETS) 
    9292 
    9393doc: 
Note: See TracChangeset for help on using the changeset viewer.