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

    r4720 r4727  
    1313        done 
    1414 
     15lib: 
     16        for dir in $(DIRS); do \ 
     17                if $(MAKE) $(MAKE_FLAGS) -C $$dir all; then \ 
     18                    true; \ 
     19                else \ 
     20                    exit 1; \ 
     21                fi; \ 
     22        done 
     23 
    1524doc: 
    1625         
Note: See TracChangeset for help on using the changeset viewer.