1OBJC_SOURCES := main.m lib.m2LD_EXTRAS = -framework Foundation3 4include Makefile.rules5 6lib.o: CFLAGS = $(CFLAGS_NO_DEBUG)7