1DYLIB_NAME := Two2DYLIB_C_SOURCES := Two.c TwoConstant.c3DYLIB_ONLY := YES4 5include Makefile.rules6 7TwoConstant.o: TwoConstant.c8 $(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@9