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