1DYLIB_NAME := One 2DYLIB_C_SOURCES := One.c OneConstant.c 3DYLIB_ONLY := YES 4 5include Makefile.rules 6 7OneConstant.o: OneConstant.c 8 $(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@ 9
1DYLIB_NAME := One 2DYLIB_C_SOURCES := One.c OneConstant.c 3DYLIB_ONLY := YES 4 5include Makefile.rules 6 7OneConstant.o: OneConstant.c 8 $(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@ 9