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/pjlib-util/build/Makefile

    r4704 r4727  
    6161############################################################################### 
    6262# Main entry 
    63 # 
    64 # $(TARGET) is defined in os-$(OS_NAME).mak file in current directory. 
    65 # 
    66 TARGETS := $(PJLIB_UTIL_LIB) $(PJLIB_UTIL_SONAME) $(UTIL_TEST_EXE) 
     63TARGETS := $(PJLIB_UTIL_LIB) $(PJLIB_UTIL_SONAME) 
     64TARGETS_EXE := $(UTIL_TEST_EXE) 
    6765 
    68 all: $(TARGETS) 
     66all: $(TARGETS) $(TARGETS_EXE) 
     67 
     68lib: $(TARGETS) 
    6969 
    7070doc: 
Note: See TracChangeset for help on using the changeset viewer.