1DYLIB_NAME := Container 2DYLIB_OBJC_SOURCES := Container.m 3OBJC_SOURCES := main.m 4LD_EXTRAS := -lobjc 5 6include Makefile.rules 7