1OBJC_SOURCES := myclass.m repro.m2LD_EXTRAS := -lobjc3 4include Makefile.rules5 6# Force myclass.m to be compiled without debug info7myclass.o: CFLAGS = $(CFLAGS_NO_DEBUG)8 9