Ignore:
Timestamp:
Mar 20, 2006 4:59:23 PM (19 years ago)
Author:
bennylp
Message:

Added sndinfo sample and tested samples on MacOSX Jaguar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/Makefile

    r320 r342  
    6262# 
    6363# 
    64 TARGETS := pjsua pjsip-perf 
     64TARGETS := pjsua pjsip-perf samples 
    6565 
    6666.PHONY: $(TARGETS) 
     
    8282        $(MAKE) -f $(RULES_MAK) APP=PJSIPPERF app=pjsip-perf $(PJSUA_EXE) 
    8383 
     84samples: 
     85        $(MAKE) -f Samples.mak 
    8486 
    8587.PHONY: ../lib/pjsua.ko 
     
    9092        $(MAKE) -f $(RULES_MAK) APP=PJSUA app=pjsua $@ 
    9193        $(MAKE) -f $(RULES_MAK) APP=PJSIPPERF app=pjsip-perf $@ 
     94        $(MAKE) -f Samples.mak $@ 
    9295        @if test "$@" == "depend"; then \ 
    9396          echo '$(PJSUA_EXE): $(PJSIP_LIB) $(PJSIP_UA_LIB) $(PJSIP_SIMPLE) $(PJSUA_LIB_LIB) $(PJLIB_LIB) $(PJLIB_UTIL_LIB) $(PJMEDIA_LIB) $(PJMEDIA_CODEC_LIB) Makefile' >> .pjsua-$(MACHINE_NAME)-$(OS_NAME)-$(CC_NAME).depend; \ 
Note: See TracChangeset for help on using the changeset viewer.