Ignore:
Timestamp:
Apr 18, 2007 9:24:31 AM (17 years ago)
Author:
bennylp
Message:

Fixed the legacy build system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/Makefile

    r1112 r1202  
    22include build/host-$(HOST_NAME).mak 
    33 
    4 DIRS = pjlib pjlib-util pjnath pjmedia pjsip pjsip-apps 
     4DIRS = pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps 
    55 
    66ifdef MINSIZE 
     
    1010all clean dep depend distclean doc print realclean: 
    1111        for dir in $(DIRS); do \ 
    12            if [ -d $$dir ]; then \ 
    1312                if $(MAKE) $(MAKE_FLAGS) -C $$dir/build $@; then \ 
    1413                    true; \ 
     
    1615                    exit 1; \ 
    1716                fi; \ 
    18            fi; \ 
    1917        done 
    2018 
Note: See TracChangeset for help on using the changeset viewer.