Ignore:
Timestamp:
Jun 20, 2008 9:39:02 PM (16 years ago)
Author:
bennylp
Message:

Updated doxygen documentations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/Makefile

    r1210 r2037  
    88endif 
    99 
    10 all clean dep depend distclean doc print realclean: 
     10all clean dep depend distclean print realclean: 
    1111        for dir in $(DIRS); do \ 
    1212                if $(MAKE) $(MAKE_FLAGS) -C $$dir/build $@; then \ 
     
    1717        done 
    1818 
     19doc: 
     20        @if test \( ! "$(WWWDIR)" == "" \) -a \( ! -d $(WWWDIR)/pjlib/docs/html \) ; then \ 
     21                echo 'Directory "$(WWWDIR)" does not look like a valid pjsip web directory'; \ 
     22                exit 1; \ 
     23        fi 
     24        for dir in $(DIRS); do \ 
     25                if $(MAKE) $(MAKE_FLAGS) -C $$dir/build $@; then \ 
     26                    true; \ 
     27                else \ 
     28                    exit 1; \ 
     29                fi; \ 
     30        done 
     31         
    1932LIBS =  pjlib/lib/libpj-$(TARGET_NAME).a \ 
    2033        pjlib-util/lib/libpjlib-util-$(TARGET_NAME).a \ 
Note: See TracChangeset for help on using the changeset viewer.