summaryrefslogtreecommitdiff
path: root/pjsip/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-05-27 13:11:32 +0000
committerBenny Prijono <bennylp@teluu.com>2006-05-27 13:11:32 +0000
commit82c8d97e2ab422143b22402d986e6a5289d8daf1 (patch)
treee2d91565ae8ad21e5e42e043aaed7b0468b55562 /pjsip/build/Makefile
parentc01fdece34cb0eac0c1fdbafb5c1cc242ec01933 (diff)
Added README-RTEMS and tweaked the makefiles
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@477 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build/Makefile')
-rw-r--r--pjsip/build/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 76b1f660..8c38439a 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -133,5 +133,15 @@ clean depend realclean:
$(MAKE) -f $(RULES_MAK) APP=PJSIP_SIMPLE app=pjsip-simple $@
$(MAKE) -f $(RULES_MAK) APP=PJSUA_LIB app=pjsua-lib $@
+realclean:
+ $(subst @@,$(subst /,$(HOST_PSEP),.pjsip-$(TARGET_NAME).depend),$(HOST_RMR))
+ $(subst @@,$(subst /,$(HOST_PSEP),.pjsip-ua-$(TARGET_NAME).depend),$(HOST_RMR))
+ $(subst @@,$(subst /,$(HOST_PSEP),.pjsip-simple-$(TARGET_NAME).depend),$(HOST_RMR))
+ $(subst @@,$(subst /,$(HOST_PSEP),.pjsua-lib-$(TARGET_NAME).depend),$(HOST_RMR))
+ $(MAKE) -f $(RULES_MAK) APP=PJSIP app=pjsip $@
+ $(MAKE) -f $(RULES_MAK) APP=PJSIP_UA app=pjsip-ua $@
+ $(MAKE) -f $(RULES_MAK) APP=PJSIP_SIMPLE app=pjsip-simple $@
+ $(MAKE) -f $(RULES_MAK) APP=PJSUA_LIB app=pjsua-lib $@
+