1 ifneq ($(TARGET_SIMULATOR),true) 2 ifeq ($(TARGET_ARCH),x86) 3 include $(call all-subdir-makefiles) 4 endif 5 endif 6