1OBJC_SOURCES := main.m 2LD_EXTRAS := -framework Foundation 3CFLAGS_EXTRAS := -fobjc-arc 4 5include Makefile.rules 6