Changeset 2037 for pjproject/trunk/Makefile
- Timestamp:
- Jun 20, 2008 9:39:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/Makefile
r1210 r2037 8 8 endif 9 9 10 all clean dep depend distclean docprint realclean:10 all clean dep depend distclean print realclean: 11 11 for dir in $(DIRS); do \ 12 12 if $(MAKE) $(MAKE_FLAGS) -C $$dir/build $@; then \ … … 17 17 done 18 18 19 doc: 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 19 32 LIBS = pjlib/lib/libpj-$(TARGET_NAME).a \ 20 33 pjlib-util/lib/libpjlib-util-$(TARGET_NAME).a \
Note: See TracChangeset
for help on using the changeset viewer.