llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/Makefile

12 lines
236 B
Makefile

LEVEL = ../../../make
OBJC_SOURCES := main.m
include $(LEVEL)/Makefile.rules
ifneq (,$(findstring arm,$(ARCH)))
LD_EXTRAS = -framework Foundation -framework UIKit
else
LD_EXTRAS = -framework Foundation -framework Cocoa
endif