Changeset 477 for pjproject/trunk/pjsip/build/Makefile
- Timestamp:
- May 27, 2006 1:11:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/build/Makefile
r431 r477 134 134 $(MAKE) -f $(RULES_MAK) APP=PJSUA_LIB app=pjsua-lib $@ 135 135 136 realclean: 137 $(subst @@,$(subst /,$(HOST_PSEP),.pjsip-$(TARGET_NAME).depend),$(HOST_RMR)) 138 $(subst @@,$(subst /,$(HOST_PSEP),.pjsip-ua-$(TARGET_NAME).depend),$(HOST_RMR)) 139 $(subst @@,$(subst /,$(HOST_PSEP),.pjsip-simple-$(TARGET_NAME).depend),$(HOST_RMR)) 140 $(subst @@,$(subst /,$(HOST_PSEP),.pjsua-lib-$(TARGET_NAME).depend),$(HOST_RMR)) 141 $(MAKE) -f $(RULES_MAK) APP=PJSIP app=pjsip $@ 142 $(MAKE) -f $(RULES_MAK) APP=PJSIP_UA app=pjsip-ua $@ 143 $(MAKE) -f $(RULES_MAK) APP=PJSIP_SIMPLE app=pjsip-simple $@ 144 $(MAKE) -f $(RULES_MAK) APP=PJSUA_LIB app=pjsua-lib $@ 136 145 137 146 147
Note: See TracChangeset
for help on using the changeset viewer.