From 279b7280dadfb956bc87b1355257b9ae8ee3426e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Dec 2010 07:57:18 +0000 Subject: oops, reverted IPHONE_ALL_CFLAGS to IPHONE_CFLAGS svn path=/trunk/externals/iem/iemnet/; revision=14579 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e65772a..01241e7 100644 --- a/Makefile +++ b/Makefile @@ -90,9 +90,9 @@ ifeq ($(UNAME),Darwin) CPP=$(IPHONE_BASE)/cpp CXX=$(IPHONE_BASE)/g++ ISYSROOT = -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk - IPHONE_ALL_CFLAGS = -miphoneos-version-min=3.0 $(ISYSROOT) -arch armv6 + IPHONE_CFLAGS = -miphoneos-version-min=3.0 $(ISYSROOT) -arch armv6 OPT_CFLAGS = -fast -funroll-loops -fomit-frame-pointer - ALL_CFLAGS := $(IPHONE_ALL_CFLAGS) $(OPT_CFLAGS) $(ALL_CFLAGS) \ + ALL_CFLAGS := $(IPHONE_CFLAGS) $(OPT_CFLAGS) $(ALL_CFLAGS) \ -I/Applications/Pd-extended.app/Contents/Resources/include ALL_LDFLAGS += -arch armv6 -bundle -undefined dynamic_lookup $(ISYSROOT) ALL_LIBS += -lc -- cgit v1.2.1