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