From 3b8e444b9025860b62b0813481f567a159ee55ce Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Tue, 1 Mar 2011 05:25:27 +0000 Subject: Implementation of re #1202 (PJLIB System Information API) on iPhone OS. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3428 74dad513-b988-da41-8d7b-12977e46ad98 --- build/rules.mak | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build') diff --git a/build/rules.mak b/build/rules.mak index 3afdfd47..35cea900 100644 --- a/build/rules.mak +++ b/build/rules.mak @@ -115,6 +115,11 @@ $(OBJDIR)/$(app).ko: $(OBJDIR)/$(app).o ../lib/$(app).ko: $(LIB) $(OBJDIR)/$(app).ko cp $(OBJDIR)/$(app).ko ../lib +$(OBJDIR)/%$(OBJEXT): $(SRCDIR)/%.m + $(CC) $($(APP)_CFLAGS) \ + $(CC_OUT)$(subst /,$(HOST_PSEP),$@) \ + $(subst /,$(HOST_PSEP),$<) + $(OBJDIR)/%$(OBJEXT): $(SRCDIR)/%.c $(CC) $($(APP)_CFLAGS) \ $(CC_OUT)$(subst /,$(HOST_PSEP),$@) \ -- cgit v1.2.3